Uses of Interface
org.opengis.metadata.extent.Extent
Packages that use Extent
Package
Description
Identification information
(includes data and service identification).
Lineage information.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of Extent in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return types with arguments of type ExtentModifier and TypeMethodDescriptionCollection<? 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 ExtentModifier and TypeMethodDescriptionCollection<? 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 ExtentModifier and TypeMethodDescriptionCollection<? 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 -
Uses of Extent in org.opengis.referencing
Methods in org.opengis.referencing that return ExtentModifier and TypeMethodDescriptionReferenceSystem.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 ExtentModifier and TypeMethodDescriptionDatum.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 ExtentModifier and TypeMethodDescriptionCoordinateOperation.getDomainOfValidity()
Area or region or timeframe in which this coordinate operation is valid.