Uses of Interface
org.geotools.api.metadata.extent.Extent
-
Packages that use Extent Package Description org.geotools.api.referencing org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.api.temporal org.geotools.metadata.iso.extent Extent 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 -
-
Uses of Extent in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return Extent Modifier and Type Method Description Extent
ReferenceSystem. getDomainOfValidity()
Area or region or timeframe in which this (coordinate) reference system is valid. -
Uses of Extent in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return Extent Modifier and Type Method Description Extent
Datum. getDomainOfValidity()
Area or region or timeframe in which this datum is valid. -
Uses of Extent in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return Extent Modifier and Type Method Description Extent
CoordinateOperation. getDomainOfValidity()
Area or region or timeframe in which this coordinate operation is valid. -
Uses of Extent in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return Extent Modifier and Type Method Description Extent
TemporalReferenceSystem. getDomainOfValidity()
Identifies the space and time within which the reference system is applicable.Methods in org.geotools.api.temporal with parameters of type Extent Modifier and Type Method 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)
-
Uses of Extent in org.geotools.metadata.iso.extent
Classes in org.geotools.metadata.iso.extent that implement Extent Modifier and Type Class Description class
ExtentImpl
Information about spatial, vertical, and temporal extent.Fields in org.geotools.metadata.iso.extent declared as Extent Modifier and Type Field Description 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 Modifier and Type Method Description 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 Constructor Description ExtentImpl(Extent source)
Constructs a metadata entity initialized with the values from the specified metadata. -
Uses of Extent in org.geotools.referencing
Methods in org.geotools.referencing that return Extent Modifier and Type Method Description Extent
AbstractReferenceSystem. getDomainOfValidity()
Area or region or timeframe in which this (coordinate) reference system is valid. -
Uses of Extent in org.geotools.referencing.datum
Methods in org.geotools.referencing.datum that return Extent Modifier and Type Method Description Extent
AbstractDatum. getDomainOfValidity()
Area or region or timeframe in which this datum is valid. -
Uses of Extent in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return Extent Modifier and Type Method Description Extent
AbstractAuthorityFactory. createExtent(String code)
Returns a 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
BufferedAuthorityFactory. 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
ThreadedAuthorityFactory. createExtent(String code)
Returns an 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected Extent
AbstractCoordinateOperation. domainOfValidity
Area in which this operation is valid, ornull
if not available.Methods in org.geotools.referencing.operation that return Extent Modifier and Type Method Description Extent
AbstractCoordinateOperation. getDomainOfValidity()
Area or region or timeframe in which this coordinate operation is valid. -
Uses of Extent in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return Extent Modifier and Type Method Description Extent
DefaultTemporalReferenceSystem. getDomainOfValidity()
Methods in org.geotools.temporal.reference with parameters of type Extent Modifier and Type Method Description void
DefaultTemporalReferenceSystem. setDomainOfValidity(Extent domainOfValidity)
void
DefaultTemporalReferenceSystem. setValidArea(Extent validArea)
Constructors in org.geotools.temporal.reference with parameters of type Extent Constructor Description DefaultCalendar(ReferenceIdentifier name, Extent domainOfValidity)
Creates a new instance of DefaultCalendarDefaultClock(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.
-