Uses of Class
mil.nga.crs.common.CoordinateSystem
-
Packages that use CoordinateSystem Package Description mil.nga.crs mil.nga.crs.derived mil.nga.crs.engineering mil.nga.crs.geo mil.nga.crs.parametric mil.nga.crs.projected mil.nga.crs.temporal mil.nga.crs.vertical mil.nga.crs.wkt -
-
Uses of CoordinateSystem in mil.nga.crs
Methods in mil.nga.crs that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
SimpleCoordinateReferenceSystem. getCoordinateSystem()
Get the coordinate systemMethods in mil.nga.crs with parameters of type CoordinateSystem Modifier and Type Method Description void
SimpleCoordinateReferenceSystem. setCoordinateSystem(CoordinateSystem coordinateSystem)
Set the coordinate systemConstructors in mil.nga.crs with parameters of type CoordinateSystem Constructor Description SimpleCoordinateReferenceSystem(String name, CRSType type, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.derived
Constructors in mil.nga.crs.derived with parameters of type CoordinateSystem Constructor Description DerivedCoordinateReferenceSystem(String name, CoordinateReferenceSystem base, DerivingConversion conversion, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.engineering
Constructors in mil.nga.crs.engineering with parameters of type CoordinateSystem Constructor Description EngineeringCoordinateReferenceSystem(String name, EngineeringDatum engineeringDatum, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.geo
Constructors in mil.nga.crs.geo with parameters of type CoordinateSystem Constructor Description GeoCoordinateReferenceSystem(String name, CRSType type, Dynamic dynamic, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
ConstructorGeoCoordinateReferenceSystem(String name, CRSType type, GeoDatumEnsemble datumEnsemble, CoordinateSystem coordinateSystem)
ConstructorGeoCoordinateReferenceSystem(String name, CRSType type, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.parametric
Constructors in mil.nga.crs.parametric with parameters of type CoordinateSystem Constructor Description ParametricCoordinateReferenceSystem(String name, ParametricDatum datum, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.projected
Constructors in mil.nga.crs.projected with parameters of type CoordinateSystem Constructor Description ProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, Dynamic dynamic, GeoReferenceFrame referenceFrame, MapProjection mapProjection, CoordinateSystem coordinateSystem)
ConstructorProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, GeoDatumEnsemble datumEnsemble, MapProjection mapProjection, CoordinateSystem coordinateSystem)
ConstructorProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, GeoReferenceFrame referenceFrame, MapProjection mapProjection, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.temporal
Constructors in mil.nga.crs.temporal with parameters of type CoordinateSystem Constructor Description TemporalCoordinateReferenceSystem(String name, TemporalDatum temporalDatum, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.vertical
Constructors in mil.nga.crs.vertical with parameters of type CoordinateSystem Constructor Description VerticalCoordinateReferenceSystem(String name, Dynamic dynamic, VerticalReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
ConstructorVerticalCoordinateReferenceSystem(String name, VerticalDatumEnsemble datumEnsemble, CoordinateSystem coordinateSystem)
ConstructorVerticalCoordinateReferenceSystem(String name, VerticalReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
Constructor -
Uses of CoordinateSystem in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return CoordinateSystem Modifier and Type Method Description CoordinateSystem
CRSReader. readCoordinateSystem()
Read a Coordinate systemCoordinateSystem
CRSReader. readCoordinateSystemCompat(CRSType type, ReferenceFrame datum)
Read a Backward Compatible Coordinate SystemMethods in mil.nga.crs.wkt with parameters of type CoordinateSystem Modifier and Type Method Description void
CRSWriter. write(CoordinateSystem coordinateSystem)
Write a coordinate system to well-known text
-