Uses of Class
mil.nga.crs.geo.GeoCoordinateReferenceSystem
-
Packages that use GeoCoordinateReferenceSystem Package Description mil.nga.crs.projected mil.nga.crs.util.proj mil.nga.crs.wkt -
-
Uses of GeoCoordinateReferenceSystem in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return GeoCoordinateReferenceSystem Modifier and Type Method Description GeoCoordinateReferenceSystemProjectedCoordinateReferenceSystem. getBase()Get the base coordinate reference systemMethods in mil.nga.crs.projected with parameters of type GeoCoordinateReferenceSystem Modifier and Type Method Description voidProjectedCoordinateReferenceSystem. setBase(GeoCoordinateReferenceSystem base)Set the base coordinate reference system -
Uses of GeoCoordinateReferenceSystem in mil.nga.crs.util.proj
Methods in mil.nga.crs.util.proj with parameters of type GeoCoordinateReferenceSystem Modifier and Type Method Description static ProjParamsProjParser. params(GeoCoordinateReferenceSystem geo)Convert a geodetic or geographic crs into PROJ paramsstatic StringProjParser. paramsText(GeoCoordinateReferenceSystem geo)Convert a geodetic or geographic crs into PROJ params text -
Uses of GeoCoordinateReferenceSystem in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return GeoCoordinateReferenceSystem Modifier and Type Method Description static GeoCoordinateReferenceSystemCRSReader. readGeo(String text)Read a Geodetic or Geographic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystemCRSReader. readGeoCompat()Read a Backward Compatible Geodetic or Geographic CRSstatic GeoCoordinateReferenceSystemCRSReader. readGeoCompat(String text)Read a Backward Compatible Geodetic or Geographic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystemCRSReader. readGeoCompat(CRSType expectedType)Read a Backward Compatible Geodetic or Geographic CRSstatic GeoCoordinateReferenceSystemCRSReader. readGeodetic(String text)Read a Geodetic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystemCRSReader. readGeodeticCompat()Read a Backward Compatible Geodetic CRSstatic GeoCoordinateReferenceSystemCRSReader. readGeodeticCompat(String text)Read a Backward Compatible Geodetic Coordinate Reference System from the well-known textstatic GeoCoordinateReferenceSystemCRSReader. readGeographic(String text)Read a Geographic Coordinate Reference System from the well-known textGeoCoordinateReferenceSystemCRSReader. readGeographicCompat()Read a Backward Compatible Geographic CRSstatic GeoCoordinateReferenceSystemCRSReader. readGeographicCompat(String text)Read a Backward Compatible Geographic Coordinate Reference System from the well-known textMethods in mil.nga.crs.wkt with parameters of type GeoCoordinateReferenceSystem Modifier and Type Method Description voidCRSWriter. writeGeo(GeoCoordinateReferenceSystem crs)Write a geodetic or geographic CRS to well-known text
-