Uses of Class
mil.nga.crs.geo.GeoDatumEnsemble
-
Packages that use GeoDatumEnsemble Package Description mil.nga.crs.geo mil.nga.crs.projected mil.nga.crs.wkt -
-
Uses of GeoDatumEnsemble in mil.nga.crs.geo
Methods in mil.nga.crs.geo that return GeoDatumEnsemble Modifier and Type Method Description GeoDatumEnsemble
GeoCoordinateReferenceSystem. getDatumEnsemble()
Get the datum ensembleMethods in mil.nga.crs.geo with parameters of type GeoDatumEnsemble Modifier and Type Method Description void
GeoCoordinateReferenceSystem. setDatumEnsemble(GeoDatumEnsemble datumEnsemble)
Set the datum ensembleConstructors in mil.nga.crs.geo with parameters of type GeoDatumEnsemble Constructor Description GeoCoordinateReferenceSystem(String name, CRSType type, GeoDatumEnsemble datumEnsemble, CoordinateSystem coordinateSystem)
Constructor -
Uses of GeoDatumEnsemble in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return GeoDatumEnsemble Modifier and Type Method Description GeoDatumEnsemble
ProjectedCoordinateReferenceSystem. getDatumEnsemble()
Get the datum ensembleMethods in mil.nga.crs.projected with parameters of type GeoDatumEnsemble Modifier and Type Method Description void
ProjectedCoordinateReferenceSystem. setDatumEnsemble(GeoDatumEnsemble datumEnsemble)
Set the datum ensembleConstructors in mil.nga.crs.projected with parameters of type GeoDatumEnsemble Constructor Description ProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, GeoDatumEnsemble datumEnsemble, MapProjection mapProjection, CoordinateSystem coordinateSystem)
Constructor -
Uses of GeoDatumEnsemble in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return GeoDatumEnsemble Modifier and Type Method Description GeoDatumEnsemble
CRSReader. readGeoDatumEnsemble()
Read a Geo datum ensemble
-