|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.MapGraphic
com.partnersoft.maps.model.MapPolyline
public class MapPolyline
A polyline on a map.
| Constructor Summary | |
|---|---|
MapPolyline()
|
|
MapPolyline(int size)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.partnersoft.maps.model.MapGraphic |
|---|
clone, copyStateFrom, getDataID, getDataType, getGraphicType, setDataID, setDataType, setGraphicType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapPolyline()
public MapPolyline(int size)
| Method Detail |
|---|
public java.lang.String getGeometryType()
MapGraphic
getGeometryType in class MapGraphicpublic java.lang.String toString()
MapGraphic
toString in class MapGraphicpublic Polyline getPolyline()
public void setPolyline(Polyline argPolyline)
argPolyline - Value to assign to this.polyline
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||