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 MapProjectionProjectedCoordinateReferenceSystem. getMapProjection()Get the map projectionMethods in mil.nga.crs.projected with parameters of type MapProjection Modifier and Type Method Description voidProjectedCoordinateReferenceSystem. 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 MapProjectionCRSReader. readMapProjection()Read a Map projectionMapProjectionCRSReader. readMapProjectionCompat()Read a Backward Compatible map projectionMethods in mil.nga.crs.wkt with parameters of type MapProjection Modifier and Type Method Description static voidCRSReader. addTransformParameters(String[] transform, MapProjection mapProjection)Add transform parameters to the map projectionvoidCRSWriter. write(MapProjection mapProjection)Write a map projection to well-known text
-