Uses of Interface
org.opengis.metadata.extent.Extent

Packages that use Extent
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.metadata.identification Identification information (includes data and service identification). 
org.opengis.metadata.lineage Lineage information. 
org.opengis.metadata.quality Data quality and positional accuracy
org.opengis.referencing Reference systems
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.temporal   
 

Uses of Extent in org.opengis.coverage
 

Methods in org.opengis.coverage that return types with arguments of type Extent
 Set<Extent> Coverage.getDomainExtents()
          Returns the extent of the domain of the coverage.
 

Uses of Extent in org.opengis.metadata.identification
 

Methods in org.opengis.metadata.identification that return types with arguments of type Extent
 Collection<? extends Extent> DataIdentification.getExtent()
          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
 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
 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
 Extent ReferenceSystem.getDomainOfValidity()
          Area or region or timeframe in which this (coordinate) reference system is valid.
 Extent ReferenceSystem.getValidArea()
          Deprecated. Renamed as ReferenceSystem.getDomainOfValidity().
 

Uses of Extent in org.opengis.referencing.datum
 

Methods in org.opengis.referencing.datum that return Extent
 Extent Datum.getDomainOfValidity()
          Area or region or timeframe in which this datum is valid.
 Extent Datum.getValidArea()
          Deprecated. Renamed as Datum.getDomainOfValidity().
 

Uses of Extent in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that return Extent
 Extent CoordinateOperation.getDomainOfValidity()
          Area or region or timeframe in which this coordinate operation is valid.
 Extent CoordinateOperation.getValidArea()
          Deprecated. Renamed as CoordinateOperation.getDomainOfValidity().
 

Uses of Extent in org.opengis.temporal
 

Methods in org.opengis.temporal that return Extent
 Extent TemporalReferenceSystem.getDomainOfValidity()
          Identifies the space and time within which the reference system is applicable.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.