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 TimeCSTemporalCRS. 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 TemporalCRSCRSFactory. 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 TimeCSCSAuthorityFactory. createTimeCS(String code)Creates a temporal coordinate system from a code.TimeCSCSFactory. 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 TimeCSDefaultTemporalCRS. 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 classDefaultTimeCSA 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 TimeCSAbstractAuthorityFactory. createTimeCS(String code)Creates a temporal coordinate system from a code.TimeCSAbstractAuthorityMediator. createTimeCS(String code)TimeCSAbstractCachedAuthorityFactory. createTimeCS(String code)TimeCSAuthorityFactoryAdapter. createTimeCS(String code)Creates a temporal coordinate system from a code.TimeCSBufferedAuthorityFactory. createTimeCS(String code)Returns a temporal coordinate system from a code.TimeCSCachedAuthorityDecorator. createTimeCS(String code)TimeCSFallbackAuthorityFactory. createTimeCS(String code)Creates a temporal coordinate system from a code.TimeCSReferencingObjectFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a temporal coordinate system.TimeCSThreadedAuthorityFactory. 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 TemporalCRSReferencingObjectFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)Creates a temporal coordinate reference system.
-