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 class
CommonCRS
Common coordinate reference system and coordinate operations objectclass
CompoundCoordinateReferenceSystem
Compound Coordinate Reference Systemclass
CoordinateReferenceSystem
Coordinate Reference Systemclass
SimpleCoordinateReferenceSystem
Simple 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 class
BoundCoordinateReferenceSystem
Bound Coordinate Reference System -
Uses of CRS in mil.nga.crs.derived
Subclasses of CRS in mil.nga.crs.derived Modifier and Type Class Description class
DerivedCoordinateReferenceSystem
Derived Coordinate Reference System -
Uses of CRS in mil.nga.crs.engineering
Subclasses of CRS in mil.nga.crs.engineering Modifier and Type Class Description class
EngineeringCoordinateReferenceSystem
Engineering Coordinate Reference System -
Uses of CRS in mil.nga.crs.geo
Subclasses of CRS in mil.nga.crs.geo Modifier and Type Class Description class
GeoCoordinateReferenceSystem
Geodetic 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 class
CoordinateMetadata
Coordinate metadata -
Uses of CRS in mil.nga.crs.operation
Subclasses of CRS in mil.nga.crs.operation Modifier and Type Class Description class
ConcatenatedOperation
Concatenated Operationclass
CoordinateOperation
Coordinate Operationclass
Operation
Common Operationclass
PointMotionOperation
Point Motion Operationclass
SimpleOperation
Simple Operation -
Uses of CRS in mil.nga.crs.parametric
Subclasses of CRS in mil.nga.crs.parametric Modifier and Type Class Description class
ParametricCoordinateReferenceSystem
Parametric Coordinate Reference System -
Uses of CRS in mil.nga.crs.projected
Subclasses of CRS in mil.nga.crs.projected Modifier and Type Class Description class
ProjectedCoordinateReferenceSystem
Projected Coordinate Reference System -
Uses of CRS in mil.nga.crs.temporal
Subclasses of CRS in mil.nga.crs.temporal Modifier and Type Class Description class
TemporalCoordinateReferenceSystem
Temporal 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 ProjParams
ProjParser. params(CRS crs)
Convert a CRS object into PROJ paramsstatic String
ProjParser. 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 class
VerticalCoordinateReferenceSystem
Vertical 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 CRS
CRSReader. read()
Read a CRS object from the well-known textstatic CRS
CRSReader. read(String text)
Read a Coordinate Reference System from the well-known textstatic CRS
CRSReader. read(String text, boolean strict)
Read a Coordinate Reference System from the well-known textstatic CRS
CRSReader. read(String text, boolean strict, CRSType... expected)
Read a Coordinate Reference System from the well-known textstatic CRS
CRSReader. 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 String
CRSWriter. write(CRS crs)
Write a coordinate reference system to well-known textvoid
CRSWriter. writeCRS(CRS crs)
Write a CRS to well-known textstatic String
CRSWriter. writePretty(CRS crs)
Write a coordinate reference system to well-known pretty text, 4 space indentsstatic String
CRSWriter. writePretty(CRS crs, String indent)
Write a coordinate reference system to well-known pretty textstatic String
CRSWriter. writePretty(CRS crs, String newline, String indent)
Write a coordinate reference system to well-known pretty textstatic String
CRSWriter. writePrettyNoIndent(CRS crs)
Write a coordinate reference system to well-known pretty text, no indentsstatic String
CRSWriter. writePrettyTabIndent(CRS crs)
Write a coordinate reference system to well-known pretty text, tab indents
-