| Modifier | Constructor and Description |
|---|---|
|
CurvePolygon(boolean hasZ,
boolean hasM)
Constructor
|
protected |
CurvePolygon(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRing(T ring)
Add a ring
|
List<T> |
getRings()
Get the rings
|
int |
numRings()
Get the number of rings
|
void |
setRings(List<T> rings)
Set the rings
|
getGeometryType, getWkbCode, hasM, hasZpublic CurvePolygon(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mprotected CurvePolygon(GeometryType type, boolean hasZ, boolean hasM)
type - geometry typehasZ - has zhasM - has mpublic void addRing(T ring)
ring - ringpublic int numRings()
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.