Uses of Interface
org.opengis.referencing.cs.TimeCS
Packages that use TimeCS
Package
Description
Reference systems by coordinates.
Coordinate Systems and their axes.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of TimeCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TimeCSModifier and TypeMethodDescriptionTemporalCRS.getCoordinateSystem()
Returns the coordinate system, which shall be temporal.Methods in org.opengis.referencing.crs with parameters of type TimeCSModifier and TypeMethodDescriptiondefault TemporalCRS
CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal CRS from a datum.default TemporalCRS
CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, DatumEnsemble<TemporalDatum> datumEnsemble, TimeCS cs) Creates a temporal CRS from a datum or datum ensemble. -
Uses of TimeCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return TimeCSModifier and TypeMethodDescriptiondefault TimeCS
CSAuthorityFactory.createTimeCS
(String code) Returns a temporal coordinate system from a code.default TimeCS
CSFactory.createTimeCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system. -
Uses of TimeCS in org.opengis.test
Methods in org.opengis.test with parameters of type TimeCS -
Uses of TimeCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return TimeCSModifier and TypeMethodDescriptionPseudoEpsgFactory.createTimeCS
(String code) Creates a temporal coordinate system from a code.Methods in org.opengis.test.referencing with parameters of type TimeCS