com.partnersoft.maps.model
Class MapPolyline

java.lang.Object
  extended by com.partnersoft.maps.model.MapGraphic
      extended by com.partnersoft.maps.model.MapPolyline
All Implemented Interfaces:
java.io.Serializable

public class MapPolyline
extends MapGraphic

A polyline on a map.

Author:
Paul Reavis Copyright 2003-2004 Partner Software, Inc.
See Also:
Serialized Form

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

MapPolyline

public MapPolyline()

MapPolyline

public MapPolyline(int size)
Method Detail

getGeometryType

public java.lang.String getGeometryType()
Description copied from class: MapGraphic
The type of geometry the graphic represents (e.g. "point", "polyline", etc.)

Specified by:
getGeometryType in class MapGraphic

toString

public java.lang.String toString()
Description copied from class: MapGraphic
Returns the graphic type plus the text of the standard properties. You can easily extend this by calling super.toString and appending additional information.

Overrides:
toString in class MapGraphic

getPolyline

public Polyline getPolyline()
Gets the value of polyline

Returns:
the value of polyline

setPolyline

public void setPolyline(Polyline argPolyline)
Sets the value of polyline

Parameters:
argPolyline - Value to assign to this.polyline