Uses of Interface
org.geotools.api.metadata.extent.Extent
Packages that use Extent
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
Extent implementation.
Reference systems implementation.
Datum implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Coordinate operation implementation.
-
Uses of Extent in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return ExtentModifier and TypeMethodDescriptionReferenceSystem.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 ExtentModifier and TypeMethodDescriptionDatum.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 ExtentModifier and TypeMethodDescriptionCoordinateOperation.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 ExtentModifier and TypeMethodDescriptionTemporalReferenceSystem.getDomainOfValidity()
Identifies the space and time within which the reference system is applicable.Methods in org.geotools.api.temporal with parameters of type ExtentModifier and TypeMethodDescriptionTemporalFactory.createCalendar
(ReferenceIdentifier name, Extent domainOfValidit) TemporalFactory.createClock
(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference) TemporalFactory.createOrdinalReferenceSystem
(ReferenceIdentifier name, Extent domainOfValidity, Collection<OrdinalEra> ordinalEraSequence) TemporalFactory.createTemporalCoordinateSystem
(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval) TemporalFactory.createTemporalReferenceSystem
(ReferenceIdentifier name, Extent domainOfValidity) -
Uses of Extent in org.geotools.metadata.iso.extent
Classes in org.geotools.metadata.iso.extent that implement ExtentModifier and TypeClassDescriptionclass
Information about spatial, vertical, and temporal extent.Fields in org.geotools.metadata.iso.extent declared as ExtentModifier and TypeFieldDescriptionstatic final 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 ExtentModifier and TypeMethodDescriptionstatic 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 ExtentModifierConstructorDescriptionExtentImpl
(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 ExtentModifier and TypeMethodDescriptionAbstractReferenceSystem.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 ExtentModifier and TypeMethodDescriptionAbstractDatum.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 ExtentModifier and TypeMethodDescriptionAbstractAuthorityFactory.createExtent
(String code) Returns a extent (usually an area of validity) from a code.AuthorityFactoryAdapter.createExtent
(String code) Returns a extent (usually an area of validity) from a code.BufferedAuthorityFactory.createExtent
(String code) Returns an extent (usually an area of validity) from a code.FallbackAuthorityFactory.createExtent
(String code) Returns a extent (usually an area of validity) from a code.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 ExtentModifier and TypeMethodDescriptionDirectEpsgFactory.createExtent
(String code) Returns an area of use.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 ExtentModifier and TypeFieldDescriptionprotected final Extent
AbstractCoordinateOperation.domainOfValidity
Area in which this operation is valid, ornull
if not available.Methods in org.geotools.referencing.operation that return ExtentModifier and TypeMethodDescriptionAbstractCoordinateOperation.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 ExtentMethods in org.geotools.temporal.reference with parameters of type ExtentModifier and TypeMethodDescriptionvoid
DefaultTemporalReferenceSystem.setDomainOfValidity
(Extent domainOfValidity) void
DefaultTemporalReferenceSystem.setValidArea
(Extent validArea) Constructors in org.geotools.temporal.reference with parameters of type ExtentModifierConstructorDescriptionDefaultCalendar
(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.