| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
static WkbGeometryType |
WkbGeometryType.forClass(java.lang.Class<? extends Geometry> geomClass) |
static WkbGeometryType |
WkbGeometryType.parse(int typeCode) |
static WkbGeometryType |
WkbGeometryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WkbGeometryType[] |
WkbGeometryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
WkbGeometryType.isMoreSpecificClassMatch(WkbGeometryType candidate,
WkbGeometryType type) |