Uses of Class
mil.nga.crs.CRS
-
-
Uses of CRS in mil.nga.crs
Subclasses of CRS in mil.nga.crs Modifier and Type Class Description classCommonCRSCommon coordinate reference system and coordinate operations objectclassCompoundCoordinateReferenceSystemCompound Coordinate Reference SystemclassCoordinateReferenceSystemCoordinate Reference SystemclassSimpleCoordinateReferenceSystemSimple Coordinate Reference System with Coordinate System -
Uses of CRS in mil.nga.crs.bound
Subclasses of CRS in mil.nga.crs.bound Modifier and Type Class Description classBoundCoordinateReferenceSystemBound Coordinate Reference System -
Uses of CRS in mil.nga.crs.derived
Subclasses of CRS in mil.nga.crs.derived Modifier and Type Class Description classDerivedCoordinateReferenceSystemDerived Coordinate Reference System -
Uses of CRS in mil.nga.crs.engineering
Subclasses of CRS in mil.nga.crs.engineering Modifier and Type Class Description classEngineeringCoordinateReferenceSystemEngineering Coordinate Reference System -
Uses of CRS in mil.nga.crs.geo
Subclasses of CRS in mil.nga.crs.geo Modifier and Type Class Description classGeoCoordinateReferenceSystemGeodetic and Geographic Coordinate Reference System -
Uses of CRS in mil.nga.crs.metadata
Subclasses of CRS in mil.nga.crs.metadata Modifier and Type Class Description classCoordinateMetadataCoordinate metadata -
Uses of CRS in mil.nga.crs.operation
Subclasses of CRS in mil.nga.crs.operation Modifier and Type Class Description classConcatenatedOperationConcatenated OperationclassCoordinateOperationCoordinate OperationclassOperationCommon OperationclassPointMotionOperationPoint Motion OperationclassSimpleOperationSimple Operation -
Uses of CRS in mil.nga.crs.parametric
Subclasses of CRS in mil.nga.crs.parametric Modifier and Type Class Description classParametricCoordinateReferenceSystemParametric Coordinate Reference System -
Uses of CRS in mil.nga.crs.projected
Subclasses of CRS in mil.nga.crs.projected Modifier and Type Class Description classProjectedCoordinateReferenceSystemProjected Coordinate Reference System -
Uses of CRS in mil.nga.crs.temporal
Subclasses of CRS in mil.nga.crs.temporal Modifier and Type Class Description classTemporalCoordinateReferenceSystemTemporal Coordinate Reference System -
Uses of CRS in mil.nga.crs.util.proj
Methods in mil.nga.crs.util.proj with parameters of type CRS Modifier and Type Method Description static ProjParamsProjParser. params(CRS crs)Convert a CRS object into PROJ paramsstatic StringProjParser. paramsText(CRS crs)Convert a CRS object into PROJ params text -
Uses of CRS in mil.nga.crs.vertical
Subclasses of CRS in mil.nga.crs.vertical Modifier and Type Class Description classVerticalCoordinateReferenceSystemVertical Coordinate Reference System -
Uses of CRS in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return CRS Modifier and Type Method Description CRSCRSReader. read()Read a CRS object from the well-known textstatic CRSCRSReader. read(String text)Read a Coordinate Reference System from the well-known textstatic CRSCRSReader. read(String text, boolean strict)Read a Coordinate Reference System from the well-known textstatic CRSCRSReader. read(String text, boolean strict, CRSType... expected)Read a Coordinate Reference System from the well-known textstatic CRSCRSReader. read(String text, CRSType... expected)Read a Coordinate Reference System from the well-known textMethods in mil.nga.crs.wkt with parameters of type CRS Modifier and Type Method Description static StringCRSWriter. write(CRS crs)Write a coordinate reference system to well-known textvoidCRSWriter. writeCRS(CRS crs)Write a CRS to well-known textstatic StringCRSWriter. writePretty(CRS crs)Write a coordinate reference system to well-known pretty text, 4 space indentsstatic StringCRSWriter. writePretty(CRS crs, String indent)Write a coordinate reference system to well-known pretty textstatic StringCRSWriter. writePretty(CRS crs, String newline, String indent)Write a coordinate reference system to well-known pretty textstatic StringCRSWriter. writePrettyNoIndent(CRS crs)Write a coordinate reference system to well-known pretty text, no indentsstatic StringCRSWriter. writePrettyTabIndent(CRS crs)Write a coordinate reference system to well-known pretty text, tab indents
-