Uses of Class
mil.nga.sf.PolyhedralSurface
-
Packages that use PolyhedralSurface Package Description mil.nga.sf mil.nga.sf.util -
-
Uses of PolyhedralSurface in mil.nga.sf
Subclasses of PolyhedralSurface in mil.nga.sf Modifier and Type Class Description class
TIN
A tetrahedron (4 triangular faces), corner at the origin and each unit coordinate digit.Constructors in mil.nga.sf with parameters of type PolyhedralSurface Constructor Description PolyhedralSurface(PolyhedralSurface polyhedralSurface)
Copy Constructor -
Uses of PolyhedralSurface in mil.nga.sf.util
Methods in mil.nga.sf.util that return PolyhedralSurface Modifier and Type Method Description static PolyhedralSurface
GeometryUtils. crop(PolyhedralSurface polyhedralSurface, GeometryEnvelope envelope)
Crop the polyhedral surface in meters by the envelope bounds in meters.static PolyhedralSurface
GeometryUtils. degreesToMeters(PolyhedralSurface polyhedralSurface)
Convert a polyhedral surface in degrees to a polyhedral surface in metersstatic PolyhedralSurface
GeometryUtils. metersToDegrees(PolyhedralSurface polyhedralSurface)
Convert a polyhedral surface in meters to a polyhedral surface in degreesMethods in mil.nga.sf.util with parameters of type PolyhedralSurface Modifier and Type Method Description static PolyhedralSurface
GeometryUtils. crop(PolyhedralSurface polyhedralSurface, GeometryEnvelope envelope)
Crop the polyhedral surface in meters by the envelope bounds in meters.static PolyhedralSurface
GeometryUtils. degreesToMeters(PolyhedralSurface polyhedralSurface)
Convert a polyhedral surface in degrees to a polyhedral surface in metersstatic PolyhedralSurface
GeometryUtils. metersToDegrees(PolyhedralSurface polyhedralSurface)
Convert a polyhedral surface in meters to a polyhedral surface in degrees
-