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 TemporalCRSCRSAuthorityFactory. createTemporalCRS(String code)Create a temporal coordinate reference system from a code.TemporalCRSCRSFactory. 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 TemporalCRSClimatologicalTimeCoordinateVariable. 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 TemporalCRSNetCDFCRSUtilities. buildTemporalCrs(CoordinateAxis timeAxis) -
Uses of TemporalCRS in org.geotools.referencing
Methods in org.geotools.referencing that return TemporalCRS Modifier and Type Method Description static TemporalCRSCRS. getTemporalCRS(CoordinateReferenceSystem crs)Returns the first temporal coordinate reference system found in the given CRS, ornullif 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 classDefaultTemporalCRSA 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 DefaultTemporalCRSDefaultTemporalCRS. 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 TemporalCRSEPSGCRSAuthorityFactory. 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 TemporalCRSAbstractAuthorityFactory. createTemporalCRS(String code)Creates a temporal coordinate reference system from a code.TemporalCRSAbstractAuthorityMediator. createTemporalCRS(String code)TemporalCRSAbstractCachedAuthorityFactory. createTemporalCRS(String code)TemporalCRSAuthorityFactoryAdapter. createTemporalCRS(String code)Creates a temporal coordinate reference system from a code.TemporalCRSBufferedAuthorityFactory. createTemporalCRS(String code)Returns a temporal coordinate reference system from a code.TemporalCRSCachedAuthorityDecorator. createTemporalCRS(String code)TemporalCRSCachedCRSAuthorityDecorator. createTemporalCRS(String code)TemporalCRSFallbackAuthorityFactory. createTemporalCRS(String code)Creates a temporal coordinate reference system from a code.TemporalCRSReferencingObjectFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)Creates a temporal coordinate reference system.TemporalCRSThreadedAuthorityFactory. 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 CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(TemporalCRS sourceCRS, TemporalCRS targetCRS)Creates an operation between two temporal coordinate reference systems.
-