Uses of Interface
org.geotools.api.referencing.crs.TemporalCRS
-
Packages that use TemporalCRS Package Description org.geotools.api.referencing.crs org.geotools.imageio.netcdf.cv org.geotools.imageio.netcdf.utilities org.geotools.referencing Reference systems implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.epsg.wkt org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of TemporalCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return TemporalCRS Modifier and Type Method Description TemporalCRS
CRSAuthorityFactory. createTemporalCRS(String code)
Create a temporal coordinate reference system from a code.TemporalCRS
CRSFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system. -
Uses of TemporalCRS in org.geotools.imageio.netcdf.cv
Methods in org.geotools.imageio.netcdf.cv that return TemporalCRS Modifier and Type Method Description protected TemporalCRS
ClimatologicalTimeCoordinateVariable. buildCoordinateReferenceSystem()
-
Uses of TemporalCRS in org.geotools.imageio.netcdf.utilities
Methods in org.geotools.imageio.netcdf.utilities that return TemporalCRS Modifier and Type Method Description static TemporalCRS
NetCDFCRSUtilities. buildTemporalCrs(CoordinateAxis timeAxis)
-
Uses of TemporalCRS in org.geotools.referencing
Methods in org.geotools.referencing that return TemporalCRS Modifier and Type Method Description static TemporalCRS
CRS. getTemporalCRS(CoordinateReferenceSystem crs)
Returns the first temporal coordinate reference system found in the given CRS, ornull
if there is none. -
Uses of TemporalCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement TemporalCRS Modifier and Type Class Description class
DefaultTemporalCRS
A 1D coordinate reference system used for the recording of time.Methods in org.geotools.referencing.crs with parameters of type TemporalCRS Modifier and Type Method Description static DefaultTemporalCRS
DefaultTemporalCRS. wrap(TemporalCRS crs)
Wraps an arbitrary temporal CRS into a Geotools implementation.Constructors in org.geotools.referencing.crs with parameters of type TemporalCRS Constructor Description DefaultTemporalCRS(TemporalCRS crs)
Constructs a new temporal CRS with the same values than the specified one. -
Uses of TemporalCRS in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return TemporalCRS Modifier and Type Method Description TemporalCRS
EPSGCRSAuthorityFactory. createTemporalCRS(String str)
-
Uses of TemporalCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return TemporalCRS Modifier and Type Method Description TemporalCRS
AbstractAuthorityFactory. createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.TemporalCRS
AbstractAuthorityMediator. createTemporalCRS(String code)
TemporalCRS
AbstractCachedAuthorityFactory. createTemporalCRS(String code)
TemporalCRS
AuthorityFactoryAdapter. createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.TemporalCRS
BufferedAuthorityFactory. createTemporalCRS(String code)
Returns a temporal coordinate reference system from a code.TemporalCRS
CachedAuthorityDecorator. createTemporalCRS(String code)
TemporalCRS
CachedCRSAuthorityDecorator. createTemporalCRS(String code)
TemporalCRS
FallbackAuthorityFactory. createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code.TemporalCRS
ReferencingObjectFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system.TemporalCRS
ThreadedAuthorityFactory. createTemporalCRS(String code)
Returns a temporal coordinate reference system from a code. -
Uses of TemporalCRS in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type TemporalCRS Modifier and Type Method Description protected CoordinateOperation
DefaultCoordinateOperationFactory. createOperationStep(TemporalCRS sourceCRS, TemporalCRS targetCRS)
Creates an operation between two temporal coordinate reference systems.
-