Uses of Class
mil.nga.crs.SimpleCoordinateReferenceSystem
-
-
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs
Methods in mil.nga.crs that return SimpleCoordinateReferenceSystem Modifier and Type Method Description SimpleCoordinateReferenceSystemCompoundCoordinateReferenceSystem. getCoordinateReferenceSystem(int index)Get the coordinate reference system at the indexMethods in mil.nga.crs that return types with arguments of type SimpleCoordinateReferenceSystem Modifier and Type Method Description List<SimpleCoordinateReferenceSystem>CompoundCoordinateReferenceSystem. getCoordinateReferenceSystems()Get the coordinate reference systemsMethods in mil.nga.crs with parameters of type SimpleCoordinateReferenceSystem Modifier and Type Method Description voidCompoundCoordinateReferenceSystem. addCoordinateReferenceSystem(SimpleCoordinateReferenceSystem crs)Add the coordinate reference systemMethod parameters in mil.nga.crs with type arguments of type SimpleCoordinateReferenceSystem Modifier and Type Method Description voidCompoundCoordinateReferenceSystem. addCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> crss)Add the coordinate reference systemsvoidCompoundCoordinateReferenceSystem. setCoordinateReferenceSystems(List<SimpleCoordinateReferenceSystem> coordinateReferenceSystems)Set the coordinate reference systems -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.derived
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.derived Modifier and Type Class Description classDerivedCoordinateReferenceSystemDerived Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.engineering
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.engineering Modifier and Type Class Description classEngineeringCoordinateReferenceSystemEngineering Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.geo
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.geo Modifier and Type Class Description classGeoCoordinateReferenceSystemGeodetic and Geographic Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.parametric
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.parametric Modifier and Type Class Description classParametricCoordinateReferenceSystemParametric Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.projected
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.projected Modifier and Type Class Description classProjectedCoordinateReferenceSystemProjected Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.temporal
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.temporal Modifier and Type Class Description classTemporalCoordinateReferenceSystemTemporal Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.vertical
Subclasses of SimpleCoordinateReferenceSystem in mil.nga.crs.vertical Modifier and Type Class Description classVerticalCoordinateReferenceSystemVertical Coordinate Reference System -
Uses of SimpleCoordinateReferenceSystem in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return SimpleCoordinateReferenceSystem Modifier and Type Method Description SimpleCoordinateReferenceSystemCRSReader. readSimpleCoordinateReferenceSystem()Read a Simple Coordinate Reference System from the well-known textstatic SimpleCoordinateReferenceSystemCRSReader. readSimpleCoordinateReferenceSystem(String text)Read a Simple Coordinate Reference System from the well-known textstatic SimpleCoordinateReferenceSystemCRSReader. readSimpleCoordinateReferenceSystem(String text, boolean strict)Read a Simple Coordinate Reference System from the well-known text
-