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.acquisition Acquisition information
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.acquisition
 

Methods in org.opengis.metadata.acquisition that return types with arguments of type Extent
 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
 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
 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.
 

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.
 

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.
 

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.
 

Methods in org.opengis.temporal with parameters of type Extent
 Calendar TemporalFactory.createCalendar(ReferenceIdentifier name, Extent domainOfValidit)
           
 Clock TemporalFactory.createClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
           
 OrdinalReferenceSystem TemporalFactory.createOrdinalReferenceSystem(ReferenceIdentifier name, Extent domainOfValidity, Collection<OrdinalEra> ordinalEraSequence)
           
 TemporalCoordinateSystem TemporalFactory.createTemporalCoordinateSystem(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval)
           
 TemporalReferenceSystem TemporalFactory.createTemporalReferenceSystem(ReferenceIdentifier name, Extent domainOfValidity)
           
 



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