Package mil.nga.sf
Class TIN
-
- All Implemented Interfaces:
Serializable
public class TIN extends PolyhedralSurface
A tetrahedron (4 triangular faces), corner at the origin and each unit coordinate digit.- Author:
- osbornb
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometry
copy()
Copy the geometry-
Methods inherited from class mil.nga.sf.PolyhedralSurface
addPatch, addPatches, addPolygon, addPolygons, equals, getPatch, getPatches, getPolygon, getPolygons, hashCode, isEmpty, isSimple, numPatches, numPolygons, setPatches, setPolygons
-
Methods inherited from class mil.nga.sf.Geometry
expandEnvelope, getCentroid, getDegreesCentroid, getDimension, getEnvelope, getGeometryType, hasM, hasZ, is3D, isMeasured, setHasM, setHasZ, updateZM
-
-
-
-
Method Detail
-
copy
public Geometry copy()
Copy the geometry- Overrides:
copy
in classPolyhedralSurface
- Returns:
- geometry copy
-
-