|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsMultipoint
Implementation of an ArcIMS multipoint object.
| Field Summary |
| Fields inherited from interface com.moximedia.aims.AimsShapeObject |
SHAPE_TYPE_ENVELOPE, SHAPE_TYPE_MULTIPOINT, SHAPE_TYPE_POINT, SHAPE_TYPE_POLYGON, SHAPE_TYPE_POLYLINE |
| Constructor Summary | |
AimsMultipoint()
Creates a new point object with no arguments. |
|
AimsMultipoint(AimsPoints pts)
Creates a new polyline object with an AimsPoints object. |
|
| Method Summary | |
void |
addPoint(AimsPoint pt)
Adds a point to the points object. |
java.lang.Object |
clone()
|
AimsEnvelope |
getExtent()
Returns the extent of the polygon, or null if the polygon has no points. |
AimsPoints |
getPoints()
Gets the points of the multipoint object. |
int |
getShapeType()
|
boolean |
isValid()
Returns a boolean indicator of whether this shape is valid. |
AimsMultipoint |
project(Projection projection)
Projects this object to the specified projection. |
AimsMultipoint |
project(Projection fromProjection,
Projection toProjection)
Projects this object from one projection to another. |
void |
setPoints(AimsPoints pts)
Sets the points of the multipoint object. |
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object. |
java.lang.String |
toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object. |
java.lang.String |
toGmlString()
|
com.vividsolutions.jts.geom.Geometry |
toJtsGeometry()
|
java.lang.String |
toString()
Returns a text representation of of this object. |
AimsMultipoint |
unproject(Projection projection)
Unprojects this object to geographic from the specified projection. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AimsMultipoint()
public AimsMultipoint(AimsPoints pts)
| Method Detail |
public int getShapeType()
getShapeType in interface AimsShapeObjectpublic AimsPoints getPoints()
public void setPoints(AimsPoints pts)
public void addPoint(AimsPoint pt)
pt - A point to add to the points collection.public AimsEnvelope getExtent()
public java.lang.String toString()
public java.lang.String toAxlString()
toAxlString in interface AimsShapeObjectpublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsShapeObjectpublic java.lang.Object clone()
clone in interface AimsShapeObjectpublic java.lang.String toGmlString()
toGmlString in interface AimsShapeObjectpublic boolean isValid()
isValid in interface AimsShapeObject
public AimsMultipoint project(Projection fromProjection,
Projection toProjection)
fromProjection - The projection of this object.toProjection - The target projection.
public AimsMultipoint project(Projection projection)
projection - The original projection system.
public AimsMultipoint unproject(Projection projection)
projection - The projection system.
public com.vividsolutions.jts.geom.Geometry toJtsGeometry()
toJtsGeometry in interface AimsShapeObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||