Uses of Interface
org.opengis.metadata.extent.Extent
Packages that use Extent
Package
Description
Type for citing a resource and information
about the responsible party.
Information to uniquely identify the data or service.
Sources and production processes used in producing a dataset.
Scope and frequency of updating data.
Description of the quality of geographic data.
Base interfaces for reference systems by coordinates or by identifiers.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata
package.Validators and test suites for the
org.opengis.referencing
package.-
Uses of Extent in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return types with arguments of type ExtentModifier and TypeMethodDescriptiondefault 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.citation
Methods in org.opengis.metadata.citation that return types with arguments of type ExtentModifier and TypeMethodDescriptiondefault Collection
<? extends Extent> Responsibility.getExtents()
Spatial or temporal extents of the role. -
Uses of Extent in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type ExtentModifier and TypeMethodDescriptionCollection
<? extends Extent> Identification.getExtents()
Spatial and temporal extent of the resource. -
Uses of Extent in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return types with arguments of type ExtentModifier and TypeMethodDescriptiondefault Collection
<? extends Extent> Source.getSourceExtents()
Deprecated. -
Uses of Extent in org.opengis.metadata.maintenance
Methods in org.opengis.metadata.maintenance that return types with arguments of type ExtentModifier and TypeMethodDescriptiondefault Collection
<? extends Extent> Scope.getExtents()
Information about the spatial, vertical and temporal extents of the resource specified by the scope. -
Uses of Extent in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return ExtentModifier and TypeMethodDescriptiondefault Extent
Scope.getExtent()
Deprecated.As of ISO 19115:2014, replaced byScope.getExtents()
. -
Uses of Extent in org.opengis.referencing
Methods in org.opengis.referencing that return ExtentModifier and TypeMethodDescriptionObjectDomain.getDomainOfValidity()
Spatial and temporal extent in which this object is valid.default Extent
ReferenceSystem.getDomainOfValidity()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019. -
Uses of Extent in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return ExtentModifier and TypeMethodDescriptiondefault Extent
Datum.getDomainOfValidity()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019. -
Uses of Extent in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ExtentModifier and TypeMethodDescriptiondefault Extent
CoordinateOperation.getDomainOfValidity()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019. -
Uses of Extent in org.opengis.test
Methods in org.opengis.test with parameters of type Extent -
Uses of Extent in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type Extent -
Uses of Extent in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ExtentModifier and TypeMethodDescriptionprotected void
ReferencingTestCase.verifyGeographicExtent
(Extent extent, String description, double southBoundLatitude, double westBoundLongitude, double northBoundLatitude, double eastBoundLongitude) Compares the geographic description and bounding box of the given extent against the expected values.protected void
ReferencingTestCase.verifyTimeExtent
(Extent extent, Instant startTime, Instant endTime, double tolerance) Compares the temporal elements of the given extent against the expected values.protected void
ReferencingTestCase.verifyVerticalExtent
(Extent extent, double minimumValue, double maximumValue, double tolerance, javax.measure.Unit<?> unit) Compares the vertical elements of the given extent against the expected values.
Scope.getExtents()
.