public abstract class LayerArea
extends java.lang.Object
Constructor and Description |
---|
LayerArea() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getId()
Returns the Id for this area which will be used to match data to this area.
|
abstract java.awt.geom.Rectangle2D |
getLabelBox()
Returns the Rectangle bounding box for this area's label or null if the area's bounding box should be used.
|
abstract java.lang.String |
getLongLabel()
Returns the long label for this area or null if none exists.
|
abstract java.lang.String |
getParent()
Returns the Id of this area's parent within this basemap's layer hierarchy or null if no parent exists.
|
abstract java.lang.String |
getPath()
Returns the String representing the SVG path for this area.
|
abstract java.lang.String |
getShortLabel()
Returns the short abbreviated label for this area or null if none exists.
|
public abstract java.lang.String getId()
public abstract java.lang.String getShortLabel()
public abstract java.lang.String getLongLabel()
public abstract java.awt.geom.Rectangle2D getLabelBox()
public abstract java.lang.String getPath()
public abstract java.lang.String getParent()