Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
Modifier and Type | Method and Description |
---|---|
GeometryType |
GeometryCollection.getGeometryType() |
GeometryType |
LineString.getGeometryType() |
GeometryType |
MultiLineString.getGeometryType() |
GeometryType |
LinearRing.getGeometryType() |
GeometryType |
Point.getGeometryType() |
GeometryType |
MultiPolygon.getGeometryType() |
GeometryType |
Polygon.getGeometryType() |
abstract GeometryType |
Geometry.getGeometryType()
Returns the type of this
Geometry . |
GeometryType |
MultiPoint.getGeometryType() |
static GeometryType |
GeometryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryType[] |
GeometryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 geolatte.org. All rights reserved.