Package | Description |
---|---|
org.geotools.metadata.iso |
Metadata implementation.
|
org.geotools.metadata.iso.lineage |
Lineage implementation.
|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.temporal.reference | |
org.opengis.metadata |
Root package for metadata.
|
org.opengis.metadata.lineage |
Lineage information.
|
org.opengis.referencing | |
org.opengis.referencing.crs | |
org.opengis.temporal |
Modifier and Type | Method and Description |
---|---|
Collection<ReferenceSystem> |
MetaDataImpl.getReferenceSystemInfo()
Returns the description of the spatial and temporal reference systems used in the
dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataImpl.setReferenceSystemInfo(Collection<? extends ReferenceSystem> newValues)
Set the description of the spatial and temporal reference systems used in the dataset.
|
Modifier and Type | Method and Description |
---|---|
ReferenceSystem |
SourceImpl.getSourceReferenceSystem()
Returns the spatial reference system used by the source data.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceImpl.setSourceReferenceSystem(ReferenceSystem newValue)
Set the spatial reference system used by the source data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReferenceSystem
Description of a spatial and temporal reference system used by a dataset.
|
Constructor and Description |
---|
AbstractReferenceSystem(ReferenceSystem object)
Constructs a new reference system with the same values than the specified one.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCRS
Abstract coordinate reference system, usually defined by a coordinate system and a datum.
|
class |
AbstractDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
|
class |
AbstractSingleCRS
Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).
|
class |
DefaultCompoundCRS
A coordinate reference system describing the position of points through two or more independent
coordinate reference systems.
|
class |
DefaultDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another
coordinate reference system but is not a projected coordinate reference system.
|
class |
DefaultEngineeringCRS
A contextually local coordinate reference system.
|
class |
DefaultGeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
|
class |
DefaultGeographicCRS
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides
an accurate representation of the geometry of geographic features for a large portion of the
earth's surface.
|
class |
DefaultImageCRS
An engineering coordinate reference system applied to locations in images.
|
class |
DefaultProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
|
class |
DefaultTemporalCRS
A 1D coordinate reference system used for the recording of time.
|
class |
DefaultVerticalCRS
A 1D coordinate reference system used for recording heights or depths.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCalendar |
class |
DefaultClock |
class |
DefaultOrdinalReferenceSystem |
class |
DefaultTemporalCoordinateSystem |
class |
DefaultTemporalReferenceSystem |
Modifier and Type | Method and Description |
---|---|
Collection<? extends ReferenceSystem> |
MetaData.getReferenceSystemInfo()
Description of the spatial and temporal reference systems used in the dataset.
|
Modifier and Type | Method and Description |
---|---|
ReferenceSystem |
Source.getSourceReferenceSystem()
Spatial reference system used by the source data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SpatialReferenceSystemUsingGeographicIdentifier
Spatial reference system using geographic identifier, a reference to a feature with a known
spatial location.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompoundCRS
A coordinate reference system describing the position of points through two or more independent
coordinate reference systems.
|
interface |
CoordinateReferenceSystem
Abstract coordinate reference system, usually defined by a coordinate system and a datum.
|
interface |
DerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another
coordinate reference system but is not a projected coordinate reference system.
|
interface |
EngineeringCRS
A contextually local coordinate reference system.
|
interface |
GeneralDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
|
interface |
GeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
|
interface |
GeodeticCRS
A coordinate reference system associated with a geodetic datum.
|
interface |
GeographicCRS
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides
an accurate representation of the geometry of geographic features for a large portion of the
earth's surface.
|
interface |
ImageCRS
An engineering coordinate reference system applied to locations in images.
|
interface |
ProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
|
interface |
SingleCRS
Abstract coordinate reference system, consisting of a single Coordinate System and a single Datum (as opposed to Compound CRS).
|
interface |
TemporalCRS
A 1D coordinate reference system used for the recording of time.
|
interface |
VerticalCRS
A 1D coordinate reference system used for recording heights or depths.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Calendar
A discrete temporal reference system that provides a basis for defining temporal position to a
resolution of one day.
|
interface |
Clock
Provides a basis for defining temporal position within a day.
|
interface |
OrdinalReferenceSystem
Provides only the attributes inherited from temporal reference system.
|
interface |
TemporalCoordinateSystem
A temporal coordinate system to simplify the computation of temporal distances between points and
the functional description of temporal operations.
|
interface |
TemporalReferenceSystem
Provides information about a temporal reference system.
|
Copyright © 1996–2019 Geotools. All rights reserved.