Uses of Class
mil.nga.sf.TIN
-
Packages that use TIN Package Description mil.nga.sf mil.nga.sf.util -
-
Uses of TIN in mil.nga.sf
Constructors in mil.nga.sf with parameters of type TIN Constructor Description TIN(TIN tin)
Copy Constructor -
Uses of TIN in mil.nga.sf.util
Methods in mil.nga.sf.util that return TIN Modifier and Type Method Description static TIN
GeometryUtils. crop(TIN tin, GeometryEnvelope envelope)
Crop the TIN in meters by the envelope bounds in meters.static TIN
GeometryUtils. degreesToMeters(TIN tin)
Convert a TIN in degrees to a TIN in metersstatic TIN
GeometryUtils. metersToDegrees(TIN tin)
Convert a TIN in meters to a TIN in degreesMethods in mil.nga.sf.util with parameters of type TIN Modifier and Type Method Description static TIN
GeometryUtils. crop(TIN tin, GeometryEnvelope envelope)
Crop the TIN in meters by the envelope bounds in meters.static TIN
GeometryUtils. degreesToMeters(TIN tin)
Convert a TIN in degrees to a TIN in metersstatic TIN
GeometryUtils. metersToDegrees(TIN tin)
Convert a TIN in meters to a TIN in degrees
-