Uses of Class
mil.nga.crs.common.Dynamic
-
Packages that use Dynamic Package Description mil.nga.crs.geo mil.nga.crs.projected mil.nga.crs.vertical mil.nga.crs.wkt -
-
Uses of Dynamic in mil.nga.crs.geo
Methods in mil.nga.crs.geo that return Dynamic Modifier and Type Method Description Dynamic
GeoCoordinateReferenceSystem. getDynamic()
Get the dynamic coordinate reference systemMethods in mil.nga.crs.geo with parameters of type Dynamic Modifier and Type Method Description void
GeoCoordinateReferenceSystem. setDynamic(Dynamic dynamic)
Set the dynamic coordinate reference systemConstructors in mil.nga.crs.geo with parameters of type Dynamic Constructor Description GeoCoordinateReferenceSystem(String name, CRSType type, Dynamic dynamic, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
Constructor -
Uses of Dynamic in mil.nga.crs.projected
Methods in mil.nga.crs.projected that return Dynamic Modifier and Type Method Description Dynamic
ProjectedCoordinateReferenceSystem. getDynamic()
Get the dynamic coordinate reference systemMethods in mil.nga.crs.projected with parameters of type Dynamic Modifier and Type Method Description void
ProjectedCoordinateReferenceSystem. setDynamic(Dynamic dynamic)
Set the dynamic coordinate reference systemConstructors in mil.nga.crs.projected with parameters of type Dynamic Constructor Description ProjectedCoordinateReferenceSystem(String name, String baseName, CRSType baseType, Dynamic dynamic, GeoReferenceFrame referenceFrame, MapProjection mapProjection, CoordinateSystem coordinateSystem)
Constructor -
Uses of Dynamic in mil.nga.crs.vertical
Methods in mil.nga.crs.vertical that return Dynamic Modifier and Type Method Description Dynamic
VerticalCoordinateReferenceSystem. getDynamic()
Get the dynamic coordinate reference systemMethods in mil.nga.crs.vertical with parameters of type Dynamic Modifier and Type Method Description void
VerticalCoordinateReferenceSystem. setDynamic(Dynamic dynamic)
Set the dynamic coordinate reference systemConstructors in mil.nga.crs.vertical with parameters of type Dynamic Constructor Description VerticalCoordinateReferenceSystem(String name, Dynamic dynamic, VerticalReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
Constructor -
Uses of Dynamic in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return Dynamic Modifier and Type Method Description Dynamic
CRSReader. readDynamic()
Read a Dynamic coordinate reference systemMethods in mil.nga.crs.wkt with parameters of type Dynamic Modifier and Type Method Description void
CRSWriter. write(Dynamic dynamic)
Write a dynamic to well-known text
-