Uses of Interface
org.opengis.metadata.extent.TemporalExtent
-
Packages that use TemporalExtent Package Description org.opengis.metadata.extent Extent information.org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.metadata Validators and test suites for theorg.opengis.metadata
package. -
-
Uses of TemporalExtent in org.opengis.metadata.extent
Subinterfaces of TemporalExtent in org.opengis.metadata.extent Modifier and Type Interface Description interface
SpatialTemporalExtent
Extent with respect to date/time and spatial boundaries.Methods in org.opengis.metadata.extent that return types with arguments of type TemporalExtent Modifier and Type Method Description java.util.Collection<? extends TemporalExtent>
Extent. getTemporalElements()
Provides temporal component of the extent of the referring object -
Uses of TemporalExtent in org.opengis.test
Methods in org.opengis.test with parameters of type TemporalExtent Modifier and Type Method Description void
ValidatorContainer. validate(TemporalExtent object)
Tests the conformance of the given object.static void
Validators. validate(TemporalExtent object)
Tests the conformance of the given object. -
Uses of TemporalExtent in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type TemporalExtent Modifier and Type Method Description void
ExtentValidator. validate(TemporalExtent object)
Validates the temporal extent.
-