public class UiTopoMap extends Object
| Constructor and Description |
|---|
UiTopoMap(String id,
String description,
String filePath,
double scale)
Creates a new topology map.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description for this map.
|
String |
getFilePath()
Returns the filePath for this map.
|
String |
getId()
Returns the identifier for this map.
|
double |
getScale()
Returns the scale for this map.
|
public String getId()
public String getDescription()
public String getFilePath()
public double getScale()