Uses of Interface
org.geotools.api.referencing.cs.TimeCS
-
Packages that use TimeCS Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of TimeCS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return TimeCS Modifier and Type Method Description TimeCS
TemporalCRS. getCoordinateSystem()
Returns the coordinate system, which must be temporal.Methods in org.geotools.api.referencing.crs with parameters of type TimeCS Modifier and Type Method Description TemporalCRS
CRSFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system. -
Uses of TimeCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return TimeCS Modifier and Type Method Description TimeCS
CSAuthorityFactory. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
CSFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a time coordinate system. -
Uses of TimeCS in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return TimeCS Modifier and Type Method Description TimeCS
DefaultTemporalCRS. getCoordinateSystem()
Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type TimeCS Constructor Description DefaultTemporalCRS(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.cs
Classes in org.geotools.referencing.cs that implement TimeCS Modifier and Type Class Description class
DefaultTimeCS
A 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 TimeCS Constructor Description DefaultTimeCS(TimeCS cs)
Constructs a new coordinate system with the same values than the specified one. -
Uses of TimeCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return TimeCS Modifier and Type Method Description TimeCS
AbstractAuthorityFactory. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
AbstractAuthorityMediator. createTimeCS(String code)
TimeCS
AbstractCachedAuthorityFactory. createTimeCS(String code)
TimeCS
AuthorityFactoryAdapter. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
BufferedAuthorityFactory. createTimeCS(String code)
Returns a temporal coordinate system from a code.TimeCS
CachedAuthorityDecorator. createTimeCS(String code)
TimeCS
FallbackAuthorityFactory. createTimeCS(String code)
Creates a temporal coordinate system from a code.TimeCS
ReferencingObjectFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)
Creates a temporal coordinate system.TimeCS
ThreadedAuthorityFactory. createTimeCS(String code)
Returns a temporal coordinate system from a code.Methods in org.geotools.referencing.factory with parameters of type TimeCS Modifier and Type Method Description TemporalCRS
ReferencingObjectFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system.
-