| Modifier | Constructor and Description |
|---|---|
|
PolyhedralSurface(boolean hasZ,
boolean hasM)
Constructor
|
protected |
PolyhedralSurface(GeometryType type,
boolean hasZ,
boolean hasM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPolygon(Polygon polygon)
Add polygon
|
List<Polygon> |
getPolygons()
Get polygons
|
int |
numPolygons()
Get the number of polygons
|
void |
setPolygons(List<Polygon> polygons)
Set polygons
|
getGeometryType, getWkbCode, hasM, hasZpublic PolyhedralSurface(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mprotected PolyhedralSurface(GeometryType type, boolean hasZ, boolean hasM)
type - geometry typehasZ - has zhasM - has mpublic void setPolygons(List<Polygon> polygons)
polygons - polygonspublic void addPolygon(Polygon polygon)
polygon - polygonpublic int numPolygons()
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.