Modifier and Type | Class and Description |
---|---|
class |
ExtentImpl
Information about spatial, vertical, and temporal extent.
|
Modifier and Type | Field and Description |
---|---|
static Extent |
ExtentImpl.WORLD
A geographic extent ranging from 180°W to 180°E and 90°S to 90°N.
|
Modifier and Type | Method and Description |
---|---|
static GeographicBoundingBox |
ExtentImpl.getGeographicBoundingBox(Extent extent)
Convenience method returning a single geographic bounding box from the specified extent.
|
Constructor and Description |
---|
ExtentImpl(Extent source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<Extent> |
DataIdentificationImpl.getExtent()
Additional extent information including the bounding polygon, vertical, and temporal extent
of the dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DataIdentificationImpl.setExtent(Collection<? extends Extent> newValues)
Set additional extent information.
|
Modifier and Type | Method and Description |
---|---|
Collection<Extent> |
SourceImpl.getSourceExtents()
Returns tiInformation about the spatial, vertical and temporal extent of the source data.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceImpl.setSourceExtents(Collection<? extends Extent> newValues)
Information about the spatial, vertical and temporal extent of the source data.
|
Modifier and Type | Method and Description |
---|---|
Extent |
ScopeImpl.getExtent()
Information about the spatial, vertical and temporal extent of the data specified by the
scope.
|
Modifier and Type | Method and Description |
---|---|
void |
ScopeImpl.setExtent(Extent newValue)
Set information about the spatial, vertical and temporal extent of the data specified by the
scope.
|
Modifier and Type | Method and Description |
---|---|
Extent |
AbstractReferenceSystem.getDomainOfValidity()
Area or region or timeframe in which this (coordinate) reference system is valid.
|
Extent |
AbstractReferenceSystem.getValidArea()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Extent |
AbstractDatum.getDomainOfValidity()
Area or region or timeframe in which this datum is valid.
|
Extent |
AbstractDatum.getValidArea()
Deprecated.
Renamed
AbstractDatum.getDomainOfValidity() . |
Modifier and Type | Method and Description |
---|---|
Extent |
AbstractAuthorityFactory.createExtent(String code)
Returns a 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 |
ThreadedAuthorityFactory.createExtent(String code)
Returns an extent (usually an area of validity) from a code.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Extent |
DirectEpsgFactory.createExtent(String code)
Returns an area of use.
|
Extent |
AbstractEpsgFactory.generateExtent(String code)
Returns an area of use.
|
Modifier and Type | Field and Description |
---|---|
protected Extent |
AbstractCoordinateOperation.domainOfValidity
Area in which this operation is valid, or
null if not available. |
Modifier and Type | Method and Description |
---|---|
Extent |
AbstractCoordinateOperation.getDomainOfValidity()
Area or region or timeframe in which this coordinate operation is valid.
|
Extent |
AbstractCoordinateOperation.getValidArea()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Extent |
DefaultTemporalReferenceSystem.getDomainOfValidity() |
Extent |
DefaultTemporalReferenceSystem.getValidArea()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTemporalReferenceSystem.setDomainOfValidity(Extent domainOfValidity) |
void |
DefaultTemporalReferenceSystem.setValidArea(Extent validArea) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Extent> |
DataIdentification.getExtent()
Additional extent information including the bounding polygon, vertical, and temporal extent
of the dataset.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Extent> |
Source.getSourceExtents()
Information about the spatial, vertical and temporal extent of the source data.
|
Modifier and Type | Method and Description |
---|---|
Extent |
Scope.getExtent()
Information about the spatial, vertical and temporal extent of the data specified by the
scope.
|
Modifier and Type | Method and Description |
---|---|
Extent |
ReferenceSystem.getDomainOfValidity()
Area or region or timeframe in which this (coordinate) reference system is valid.
|
Modifier and Type | Method and Description |
---|---|
Extent |
Datum.getDomainOfValidity()
Area or region or timeframe in which this datum is valid.
|
Modifier and Type | Method and Description |
---|---|
Extent |
CoordinateOperation.getDomainOfValidity()
Area or region or timeframe in which this coordinate operation is valid.
|
Modifier and Type | Method and Description |
---|---|
Extent |
TemporalReferenceSystem.getDomainOfValidity()
Identifies the space and time within which the reference system is applicable.
|
Modifier and Type | Method and Description |
---|---|
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–2019 Geotools. All rights reserved.