|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.rover.AbstractRoverShape<RoverLine>
com.partnersoft.maps.rover.RoverLine
public class RoverLine
A geographic polyline shape.
Copyright 2008-2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
RoverLine(int id,
int dataId,
int drawId,
boolean selectable,
XyPolyline shape)
|
|
RoverLine(int graphicTypeId,
XyPolyline shape)
|
|
| Method Summary | |
|---|---|
XyBounds |
getBounds()
The bounds of the shape. |
XyPoint |
getCentroid()
The center of the bounds of the shape. |
XyPoint |
getEndPoint()
The last point in the shape. |
XyPolyline |
getShape()
|
XyPoint |
getStartPoint()
The first point in the shape. |
java.lang.String |
toString()
|
RoverLine |
withDataId(int dataId)
Returns a copy of this shape with the given data ID. |
RoverLine |
withDrawId(int drawId)
Returns a copy of this shape with the given drawable ID. |
RoverLine |
withId(int id)
Returns a copy of this shape with the given ID. |
RoverLine |
withIds(int id,
int dataId,
int drawId)
Returns a copy of this shape with the given IDs set. |
| Methods inherited from class com.partnersoft.maps.rover.AbstractRoverShape |
|---|
getDataId, getDrawId, getId, hasZ, isOffset, isRotated, isSelectable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoverLine(int id,
int dataId,
int drawId,
boolean selectable,
XyPolyline shape)
public RoverLine(int graphicTypeId,
XyPolyline shape)
| Method Detail |
|---|
public XyBounds getBounds()
RoverShape
public XyPoint getCentroid()
RoverShape
public XyPoint getEndPoint()
RoverShape
public XyPoint getStartPoint()
RoverShape
public RoverLine withDataId(int dataId)
RoverShape
public RoverLine withDrawId(int drawId)
RoverShape
public RoverLine withId(int id)
RoverShape
public RoverLine withIds(int id,
int dataId,
int drawId)
RoverShape
public java.lang.String toString()
toString in class AbstractRoverShape<RoverLine>public XyPolyline getShape()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||