Uses of Class
mil.nga.crs.temporal.TemporalDatum
-
Packages that use TemporalDatum Package Description mil.nga.crs.temporal mil.nga.crs.wkt -
-
Uses of TemporalDatum in mil.nga.crs.temporal
Methods in mil.nga.crs.temporal that return TemporalDatum Modifier and Type Method Description TemporalDatum
TemporalCoordinateReferenceSystem. getDatum()
Get the temporal datumMethods in mil.nga.crs.temporal with parameters of type TemporalDatum Modifier and Type Method Description void
TemporalCoordinateReferenceSystem. setDatum(TemporalDatum datum)
Set the temporal datumConstructors in mil.nga.crs.temporal with parameters of type TemporalDatum Constructor Description TemporalCoordinateReferenceSystem(String name, TemporalDatum temporalDatum, CoordinateSystem coordinateSystem)
Constructor -
Uses of TemporalDatum in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt that return TemporalDatum Modifier and Type Method Description TemporalDatum
CRSReader. readTemporalDatum()
Read a Temporal DatumMethods in mil.nga.crs.wkt with parameters of type TemporalDatum Modifier and Type Method Description void
CRSWriter. write(TemporalDatum temporalDatum)
Write a temporal datum to well-known text
-