Uses of Interface
org.opengis.referencing.cs.TimeCS
-
Packages that use TimeCS Package Description org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of TimeCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TimeCS Modifier and Type Method Description TimeCS
TemporalCRS. getCoordinateSystem()
Returns the coordinate system, which must be temporal.Methods in org.opengis.referencing.crs with parameters of type TimeCS Modifier and Type Method Description TemporalCRS
CRSFactory. createTemporalCRS(java.util.Map<java.lang.String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system. -
Uses of TimeCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return TimeCS Modifier and Type Method Description TimeCS
CSAuthorityFactory. createTimeCS(java.lang.String code)
Creates a temporal coordinate system from a code.TimeCS
CSFactory. createTimeCS(java.util.Map<java.lang.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 Modifier and Type Method Description void
ValidatorContainer. validate(TimeCS object)
Tests the conformance of the given object.static void
Validators. validate(TimeCS object)
Tests the conformance of the given object. -
Uses of TimeCS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type TimeCS Modifier and Type Method Description void
CSValidator. validate(TimeCS object)
Validates the given coordinate system.
-