Uses of Interface
org.geotools.api.referencing.crs.TemporalCRS
Packages that use TemporalCRS
Package
Description
Reference systems implementation.
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
-
Uses of TemporalCRS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return TemporalCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createTemporalCRS(String code) Create a temporal coordinate reference system from a code.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 TemporalCRSModifier and TypeMethodDescriptionprotected TemporalCRSClimatologicalTimeCoordinateVariable.buildCoordinateReferenceSystem() -
Uses of TemporalCRS in org.geotools.imageio.netcdf.utilities
Methods in org.geotools.imageio.netcdf.utilities that return TemporalCRSModifier and TypeMethodDescriptionstatic TemporalCRSNetCDFCRSUtilities.buildTemporalCrs(CoordinateAxis timeAxis) -
Uses of TemporalCRS in org.geotools.referencing
Methods in org.geotools.referencing that return TemporalCRSModifier and TypeMethodDescriptionstatic 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 TemporalCRSModifier and TypeClassDescriptionclassA 1D coordinate reference system used for the recording of time.Methods in org.geotools.referencing.crs with parameters of type TemporalCRSModifier and TypeMethodDescriptionstatic DefaultTemporalCRSDefaultTemporalCRS.wrap(TemporalCRS crs) Wraps an arbitrary temporal CRS into a Geotools implementation.Constructors in org.geotools.referencing.crs with parameters of type TemporalCRSModifierConstructorDescriptionConstructs 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 -
Uses of TemporalCRS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return TemporalCRSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createTemporalCRS(String code) Creates a temporal coordinate reference system from a code.AbstractAuthorityMediator.createTemporalCRS(String code) AbstractCachedAuthorityFactory.createTemporalCRS(String code) AuthorityFactoryAdapter.createTemporalCRS(String code) Creates a temporal coordinate reference system from a code.BufferedAuthorityFactory.createTemporalCRS(String code) Returns a temporal coordinate reference system from a code.CachedAuthorityDecorator.createTemporalCRS(String code) CachedCRSAuthorityDecorator.createTemporalCRS(String code) FallbackAuthorityFactory.createTemporalCRS(String code) Creates a temporal coordinate reference system from a code.ReferencingObjectFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal coordinate reference system.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 TemporalCRSModifier and TypeMethodDescriptionprotected CoordinateOperationDefaultCoordinateOperationFactory.createOperationStep(TemporalCRS sourceCRS, TemporalCRS targetCRS) Creates an operation between two temporal coordinate reference systems.