Uses of Interface
org.opengis.metadata.extent.Extent
-
Packages that use Extent Package Description org.opengis.metadata.acquisition org.opengis.metadata.identification Identification information (includes data and service identification).org.opengis.metadata.lineage Lineage information.org.opengis.metadata.quality org.opengis.referencing org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).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 Extent in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return types with arguments of type Extent Modifier and Type Method Description java.util.Collection<? extends Extent>
Objective. getExtents()
Extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective. -
Uses of Extent in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type Extent Modifier and Type Method Description java.util.Collection<? extends Extent>
DataIdentification. getExtents()
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset. -
Uses of Extent in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return types with arguments of type Extent Modifier and Type Method Description java.util.Collection<? extends Extent>
Source. getSourceExtents()
Information about the spatial, vertical and temporal extent of the source data. -
Uses of Extent in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return Extent Modifier and Type Method Description Extent
Scope. getExtent()
Information about the spatial, vertical and temporal extent of the data specified by the scope. -
Uses of Extent in org.opengis.referencing
Methods in org.opengis.referencing that return Extent Modifier and Type Method Description Extent
ReferenceSystem. getDomainOfValidity()
Area or region or timeframe in which this (coordinate) reference system is valid. -
Uses of Extent in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return Extent Modifier and Type Method Description Extent
Datum. getDomainOfValidity()
Area or region or timeframe in which this datum is valid. -
Uses of Extent in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return Extent Modifier and Type Method Description Extent
CoordinateOperation. getDomainOfValidity()
Area or region or timeframe in which this coordinate operation is valid. -
Uses of Extent in org.opengis.test
Methods in org.opengis.test with parameters of type Extent Modifier and Type Method Description void
ValidatorContainer. validate(Extent object)
Tests the conformance of the given object.static void
Validators. validate(Extent object)
Tests the conformance of the given object. -
Uses of Extent in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type Extent Modifier and Type Method Description void
ExtentValidator. validate(Extent object)
Validates the given extent.
-