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.referencingpackage. -
-
Uses of TemporalCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return TemporalCRS Modifier and Type Method Description TemporalCRSCRSAuthorityFactory. createTemporalCRS(java.lang.String code)Create a temporal coordinate reference system from a code.TemporalCRSCRSFactory. 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 voidValidatorContainer. validate(TemporalCRS object)Validates the given coordinate reference system.static voidValidators. 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 voidCRSValidator. validate(TemporalCRS object)Validates the given coordinate reference system.
-