public class MapPolyline extends MapGraphic
| Constructor and Description |
|---|
MapPolyline() |
MapPolyline(int size) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGeometryType()
The type of geometry the graphic represents (e.g.
|
Polyline |
getPolyline()
Gets the value of polyline
|
void |
setPolyline(Polyline argPolyline)
Sets the value of polyline
|
java.lang.String |
toString()
Returns the graphic type plus the text of the standard properties.
|
clone, copyStateFrom, getDataID, getDataType, getGraphicType, setDataID, setDataType, setGraphicTypepublic java.lang.String getGeometryType()
MapGraphicgetGeometryType in class MapGraphicpublic java.lang.String toString()
MapGraphictoString in class MapGraphicpublic Polyline getPolyline()
public void setPolyline(Polyline argPolyline)
argPolyline - Value to assign to this.polyline