Uses of Class
mil.nga.crs.projected.MapProjection
-
Packages that use MapProjection Package Description mil.nga.crs.projected mil.nga.crs.wkt -
-
Uses of MapProjection in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return MapProjection Modifier and Type Method Description MapProjection
ProjectedCoordinateReferenceSystem. getMapProjection()
Get the map projectionMethods in mil.nga.crs.projected with parameters of type MapProjection Modifier and Type Method Description void
ProjectedCoordinateReferenceSystem. setMapProjection(MapProjection mapProjection)
Set the map projectionConstructors in mil.nga.crs.projected with parameters of type MapProjection 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 MapProjection in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return MapProjection Modifier and Type Method Description MapProjection
CRSReader. readMapProjection()
Read a Map projectionMapProjection
CRSReader. readMapProjectionCompat()
Read a Backward Compatible map projectionMethods in mil.nga.crs.wkt with parameters of type MapProjection Modifier and Type Method Description static void
CRSReader. addTransformParameters(String[] transform, MapProjection mapProjection)
Add transform parameters to the map projectionvoid
CRSWriter. write(MapProjection mapProjection)
Write a map projection to well-known text
-