|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.geom.GeometryCollection
com.moximedia.ows.geom.MultiLine
| Field Summary |
| Fields inherited from interface com.moximedia.ows.types.GeometryType |
GEOMETRY_TYPE_COLLECTION, GEOMETRY_TYPE_ENVELOPE, GEOMETRY_TYPE_LINE, GEOMETRY_TYPE_MULTILINE, GEOMETRY_TYPE_MULTIPOINT, GEOMETRY_TYPE_MULTIPOLYGON, GEOMETRY_TYPE_POINT, GEOMETRY_TYPE_POLYGON, GEOMETRY_TYPE_UNKNOWN |
| Constructor Summary | |
MultiLine()
Creates new MultiLine |
|
| Method Summary | |
void |
add(Geometry geometry)
|
java.lang.Object |
clone()
Creates a clone of this object. |
MultiLine |
getCopy()
Creates a copy of this object. |
int |
getGeometryType()
Returns the geometry type of this geometry. |
boolean |
intersects(Geometry geometry)
|
boolean |
isGeometryType(int geometryType)
Compares a geometry type with another value. |
boolean |
isValid()
Returns an indicator of whether this shape is valid. |
void |
setSrs(java.lang.String srs)
|
java.lang.String |
toGmlString()
Returns the GML text string representing this object. |
com.vividsolutions.jts.geom.Geometry |
toJtsGeometry()
Returns this object as a JTS Geometry object. |
java.lang.String |
toWktString()
Returns the well known string representation of this object. |
| Methods inherited from class com.moximedia.ows.geom.GeometryCollection |
getClosestPointTo, getExtent, getGeometries, project, project, setXmlAttribute, size, unproject |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.moximedia.ows.geom.Geometry |
getClosestPointTo, getExtent, project, project, setXmlAttribute, unproject |
| Constructor Detail |
public MultiLine()
| Method Detail |
public java.lang.Object clone()
clone in interface Geometryclone in class GeometryCollectionpublic MultiLine getCopy()
public void add(Geometry geometry)
add in class GeometryCollectionpublic int getGeometryType()
getGeometryType in interface GeometrygetGeometryType in class GeometryCollectionpublic boolean intersects(Geometry geometry)
intersects in interface Geometryintersects in class GeometryCollectionpublic boolean isGeometryType(int geometryType)
isGeometryType in interface GeometryisGeometryType in class GeometryCollectiongeometryType - An enumerated value.
public java.lang.String toGmlString()
toGmlString in interface GeometrytoGmlString in class GeometryCollectionpublic com.vividsolutions.jts.geom.Geometry toJtsGeometry()
toJtsGeometry in interface GeometrytoJtsGeometry in class GeometryCollectionpublic void setSrs(java.lang.String srs)
setSrs in interface GeometrysetSrs in class GeometryCollectionpublic boolean isValid()
isValid in interface GeometryisValid in class GeometryCollectionpublic java.lang.String toWktString()
toWktString in interface GeometrytoWktString in class GeometryCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||