public class TIN extends PolyhedralSurface
| Constructor and Description |
|---|
TIN()
Constructor
|
TIN(boolean hasZ,
boolean hasM)
Constructor
|
TIN(List<Polygon> polygons)
Constructor
|
TIN(Polygon polygon)
Constructor
|
TIN(TIN tin)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
copy()
Copy the geometry
|
addPatch, addPatches, addPolygon, addPolygons, equals, getPatch, getPatches, getPolygon, getPolygons, hashCode, isEmpty, isSimple, numPatches, numPolygons, setPatches, setPolygonsgetCentroid, getDimension, getEnvelope, getGeometryType, hasM, hasZ, is3D, isMeasured, setHasM, setHasZ, updateZMpublic TIN()
public TIN(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mpublic TIN(Polygon polygon)
polygon - polygonpublic TIN(TIN tin)
tin - tin to copypublic Geometry copy()
copy in class PolyhedralSurfaceCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.