| Package | Description |
|---|---|
| mil.nga.wkb.geom |
| Modifier and Type | Method and Description |
|---|---|
static GeometryType |
GeometryType.fromCode(int code)
Get the Geometry Type from the code
|
static GeometryType |
GeometryType.fromName(String name)
Get the Geometry Type from the name, ignoring case
|
GeometryType |
Geometry.getGeometryType()
Get the geometry type
|
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.
|
| Constructor and Description |
|---|
Curve(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
CurvePolygon(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
Geometry(GeometryType geometryType,
boolean hasZ,
boolean hasM)
Constructor
|
GeometryCollection(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
LineString(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
MultiCurve(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
MultiSurface(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
Polygon(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
PolyhedralSurface(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
Surface(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.