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

Packages that use Extent
org.geotools.metadata.iso.extent Extent implementation. 
org.geotools.metadata.iso.identification Identification implementation. 
org.geotools.metadata.iso.lineage Lineage implementation. 
org.geotools.metadata.iso.quality Data quality implementation. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.datum Datum implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.temporal.reference   
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.geotools.metadata.iso.extent
 

Classes in org.geotools.metadata.iso.extent that implement Extent
 class ExtentImpl
          Information about spatial, vertical, and temporal extent.
 

Fields in org.geotools.metadata.iso.extent declared as Extent
static Extent ExtentImpl.WORLD
          A geographic extent ranging from 180°W to 180°E and 90°S to 90°N.
 

Methods in org.geotools.metadata.iso.extent with parameters of type Extent
static GeographicBoundingBox ExtentImpl.getGeographicBoundingBox(Extent extent)
          Convenience method returning a single geographic bounding box from the specified extent.
 

Constructors in org.geotools.metadata.iso.extent with parameters of type Extent
ExtentImpl(Extent source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Extent in org.geotools.metadata.iso.identification
 

Methods in org.geotools.metadata.iso.identification that return types with arguments of type Extent
 Collection<Extent> DataIdentificationImpl.getExtent()
          Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.
 

Method parameters in org.geotools.metadata.iso.identification with type arguments of type Extent
 void DataIdentificationImpl.setExtent(Collection<? extends Extent> newValues)
          Set additional extent information.
 

Uses of Extent in org.geotools.metadata.iso.lineage
 

Methods in org.geotools.metadata.iso.lineage that return types with arguments of type Extent
 Collection<Extent> SourceImpl.getSourceExtents()
          Returns tiInformation about the spatial, vertical and temporal extent of the source data.
 

Method parameters in org.geotools.metadata.iso.lineage with type arguments of type Extent
 void SourceImpl.setSourceExtents(Collection<? extends Extent> newValues)
          Information about the spatial, vertical and temporal extent of the source data.
 

Uses of Extent in org.geotools.metadata.iso.quality
 

Methods in org.geotools.metadata.iso.quality that return Extent
 Extent ScopeImpl.getExtent()
          Information about the spatial, vertical and temporal extent of the data specified by the scope.
 

Methods in org.geotools.metadata.iso.quality with parameters of type Extent
 void ScopeImpl.setExtent(Extent newValue)
          Set information about the spatial, vertical and temporal extent of the data specified by the scope.
 

Uses of Extent in org.geotools.referencing
 

Methods in org.geotools.referencing that return Extent
 Extent AbstractReferenceSystem.getDomainOfValidity()
          Area or region or timeframe in which this (coordinate) reference system is valid.
 Extent AbstractReferenceSystem.getValidArea()
          Deprecated. Renamed AbstractReferenceSystem.getDomainOfValidity().
 

Uses of Extent in org.geotools.referencing.datum
 

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

Uses of Extent in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return Extent
 Extent BufferedAuthorityFactory.createExtent(String code)
          Returns an extent (usually an area of validity) from a code.
 Extent AuthorityFactoryAdapter.createExtent(String code)
          Returns a extent (usually an area of validity) from a code.
 Extent ThreadedAuthorityFactory.createExtent(String code)
          Returns an extent (usually an area of validity) from a code.
 Extent FallbackAuthorityFactory.createExtent(String code)
          Returns a extent (usually an area of validity) from a code.
 Extent AbstractAuthorityFactory.createExtent(String code)
          Returns a extent (usually an area of validity) from a code.
 

Uses of Extent in org.geotools.referencing.factory.epsg
 

Methods in org.geotools.referencing.factory.epsg that return Extent
 Extent DirectEpsgFactory.createExtent(String code)
          Returns an area of use.
 Extent AbstractEpsgFactory.generateExtent(String code)
          Returns an area of use.
 

Uses of Extent in org.geotools.referencing.operation
 

Fields in org.geotools.referencing.operation declared as Extent
protected  Extent AbstractCoordinateOperation.domainOfValidity
          Area in which this operation is valid, or null if not available.
 

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

Uses of Extent in org.geotools.temporal.reference
 

Methods in org.geotools.temporal.reference that return Extent
 Extent DefaultTemporalReferenceSystem.getDomainOfValidity()
           
 Extent DefaultTemporalReferenceSystem.getValidArea()
          Deprecated. 
 

Methods in org.geotools.temporal.reference with parameters of type Extent
 void DefaultTemporalReferenceSystem.setDomainOfValidity(Extent domainOfValidity)
           
 void DefaultTemporalReferenceSystem.setValidArea(Extent validArea)
           
 

Constructors in org.geotools.temporal.reference with parameters of type Extent
DefaultCalendar(ReferenceIdentifier name, Extent domainOfValidity)
          Creates a new instance of DefaultCalendar
DefaultClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
           
DefaultOrdinalReferenceSystem(ReferenceIdentifier name, Extent domainOfValidity, Collection<OrdinalEra> ordinalEraSequence)
           
DefaultTemporalCoordinateSystem(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval)
           
DefaultTemporalReferenceSystem(ReferenceIdentifier name, Extent domainOfValidity)
          Creates a new instance of TemporalReferenceSystem by passing a ReferenceIdentifier name and a domain of validity.
 

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.
 

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 © 1996-2014 Geotools. All Rights Reserved.