Uses of Interface
org.geotools.api.referencing.cs.TimeCS
Packages that use TimeCS
Package
Description
Coordinate systems and their
 axis.
Coordinate reference systems implementation.
Coordinate systems implementation.
Base classes for factories and
  authority factories.
- 
Uses of TimeCS in org.geotools.api.referencing.crsMethods in org.geotools.api.referencing.crs that return TimeCSModifier and TypeMethodDescriptionTemporalCRS.getCoordinateSystem()Returns the coordinate system, which must be temporal.Methods in org.geotools.api.referencing.crs with parameters of type TimeCSModifier and TypeMethodDescriptionCRSFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal coordinate reference system.
- 
Uses of TimeCS in org.geotools.api.referencing.csMethods in org.geotools.api.referencing.cs that return TimeCSModifier and TypeMethodDescriptionCSAuthorityFactory.createTimeCS(String code) Creates a temporal coordinate system from a code.CSFactory.createTimeCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system.
- 
Uses of TimeCS in org.geotools.referencing.crsMethods in org.geotools.referencing.crs that return TimeCSModifier and TypeMethodDescriptionDefaultTemporalCRS.getCoordinateSystem()Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type TimeCSModifierConstructorDescriptionDefaultTemporalCRS(String name, TemporalDatum datum, TimeCS cs) Constructs a temporal CRS from a name.DefaultTemporalCRS(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Constructs a temporal CRS from a set of properties.DefaultTemporalCRS(TemporalDatum datum, TimeCS cs) Constructs a temporal CRS with the same properties than the given datum.
- 
Uses of TimeCS in org.geotools.referencing.csClasses in org.geotools.referencing.cs that implement TimeCSModifier and TypeClassDescriptionclassA one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.Constructors in org.geotools.referencing.cs with parameters of type TimeCSModifierConstructorDescriptionDefaultTimeCS(TimeCS cs) Constructs a new coordinate system with the same values than the specified one.
- 
Uses of TimeCS in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory that return TimeCSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createTimeCS(String code) Creates a temporal coordinate system from a code.AbstractAuthorityMediator.createTimeCS(String code) AbstractCachedAuthorityFactory.createTimeCS(String code) AuthorityFactoryAdapter.createTimeCS(String code) Creates a temporal coordinate system from a code.BufferedAuthorityFactory.createTimeCS(String code) Returns a temporal coordinate system from a code.CachedAuthorityDecorator.createTimeCS(String code) FallbackAuthorityFactory.createTimeCS(String code) Creates a temporal coordinate system from a code.ReferencingObjectFactory.createTimeCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a temporal coordinate system.ThreadedAuthorityFactory.createTimeCS(String code) Returns a temporal coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type TimeCSModifier and TypeMethodDescriptionReferencingObjectFactory.createTemporalCRS(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal coordinate reference system.