public class UiTopoMap
extends java.lang.Object
Constructor and Description |
---|
UiTopoMap(java.lang.String id,
java.lang.String desc,
java.lang.String filePath,
double scale)
Creates a new topology map.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Returns the description for this map.
|
java.lang.String |
filePath()
Returns the filePath for this map.
|
java.lang.String |
id()
Returns the identifier for this map.
|
double |
scale()
Returns the scale for this map.
|
java.lang.String |
toString() |
public UiTopoMap(java.lang.String id, java.lang.String desc, java.lang.String filePath, double scale)
id
- map identifierdesc
- map descriptionfilePath
- map filePathscale
- map scalepublic java.lang.String id()
public java.lang.String description()
public java.lang.String filePath()
public double scale()
public java.lang.String toString()
toString
in class java.lang.Object