public abstract class Geometry extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Geometry(GeometryType geometryType,
boolean hasZ,
boolean hasM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
GeometryType |
getGeometryType()
Get the geometry type
|
int |
getWkbCode()
Get the Well-Known Binary code
|
boolean |
hasM()
Does the geometry have m coordinates
|
boolean |
hasZ()
Does the geometry have z coordinates
|
protected Geometry(GeometryType geometryType, boolean hasZ, boolean hasM)
geometryType - geometry typehasZ - has zhasM - has mpublic GeometryType getGeometryType()
public boolean hasZ()
public boolean hasM()
public int getWkbCode()
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.