Uses of Class
mil.nga.crs.geo.GeoReferenceFrame
-
Packages that use GeoReferenceFrame Package Description mil.nga.crs.geo mil.nga.crs.projected mil.nga.crs.wkt -
-
Uses of GeoReferenceFrame in mil.nga.crs.geo
Methods in mil.nga.crs.geo that return GeoReferenceFrame Modifier and Type Method Description GeoReferenceFrame
GeoCoordinateReferenceSystem. getReferenceFrame()
Get the reference frameMethods in mil.nga.crs.geo with parameters of type GeoReferenceFrame Modifier and Type Method Description void
GeoCoordinateReferenceSystem. setReferenceFrame(GeoReferenceFrame referenceFrame)
Set the reference frameConstructors in mil.nga.crs.geo with parameters of type GeoReferenceFrame Constructor Description GeoCoordinateReferenceSystem(String name, CRSType type, Dynamic dynamic, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
ConstructorGeoCoordinateReferenceSystem(String name, CRSType type, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
Constructor -
Uses of GeoReferenceFrame in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return GeoReferenceFrame Modifier and Type Method Description GeoReferenceFrame
ProjectedCoordinateReferenceSystem. getReferenceFrame()
Get the reference frameMethods in mil.nga.crs.projected with parameters of type GeoReferenceFrame Modifier and Type Method Description void
ProjectedCoordinateReferenceSystem. setReferenceFrame(GeoReferenceFrame referenceFrame)
Set the reference frameConstructors in mil.nga.crs.projected with parameters of type GeoReferenceFrame Constructor Description ProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, Dynamic dynamic, GeoReferenceFrame referenceFrame, MapProjection mapProjection, CoordinateSystem coordinateSystem)
ConstructorProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, GeoReferenceFrame referenceFrame, MapProjection mapProjection, CoordinateSystem coordinateSystem)
Constructor -
Uses of GeoReferenceFrame in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return GeoReferenceFrame Modifier and Type Method Description GeoReferenceFrame
CRSReader. readGeoReferenceFrame()
Read a Geo reference frameGeoReferenceFrame
CRSReader. readGeoReferenceFrame(SimpleCoordinateReferenceSystem crs)
Read a Geo reference frame
-