Package com.kheops.jmap.spatial
Interface LineTypeGeometry
- All Superinterfaces:
Cloneable
,Geometry
,Serializable
- All Known Implementing Classes:
Line
,LinearRing
,LineString
,MultiCurve
,MultiLineString
-
Field Summary
Fields inherited from interface com.kheops.jmap.spatial.Geometry
GEOMETRY_ANNOTATION, GEOMETRY_COMPLEX, GEOMETRY_ELLIPSE, GEOMETRY_LINE, GEOMETRY_LINEAR_RING, GEOMETRY_LINESTRING, GEOMETRY_MULTI_ANNOTATION, GEOMETRY_MULTI_LINESTRING, GEOMETRY_MULTI_POINT, GEOMETRY_MULTI_POLYGON, GEOMETRY_POINT, GEOMETRY_POLYGON, GEOMETRY_RECTANGLE
-
Method Summary
Methods inherited from interface com.kheops.jmap.spatial.Geometry
area, asText, boundary, clone, createBounds, getBounds, getCenteredPoint, getGeometryId, getGeometryType, length, serialize, sizeOf, spatiallyEquals, spatiallyEquals, toString, transform, translate
-
Method Details
-
lineIterator
LineGeometryIterator lineIterator() -
isClosed
boolean isClosed()
-