Uses of Interface
org.opengis.referencing.crs.TemporalCRS
-
Packages that use TemporalCRS Package Description org.opengis.referencing.crs 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 TemporalCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TemporalCRS Modifier and Type Method Description TemporalCRS
CRSAuthorityFactory. createTemporalCRS(java.lang.String code)
Create a temporal coordinate reference system from a code.TemporalCRS
CRSFactory. createTemporalCRS(java.util.Map<java.lang.String,?> properties, TemporalDatum datum, TimeCS cs)
Creates a temporal coordinate reference system. -
Uses of TemporalCRS in org.opengis.test
Methods in org.opengis.test with parameters of type TemporalCRS Modifier and Type Method Description void
ValidatorContainer. validate(TemporalCRS object)
Validates the given coordinate reference system.static void
Validators. validate(TemporalCRS object)
Validates the given coordinate reference system. -
Uses of TemporalCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type TemporalCRS Modifier and Type Method Description void
CRSValidator. validate(TemporalCRS object)
Validates the given coordinate reference system.
-