Package | Description |
---|---|
org.geotools.coverage.processing |
Coverage processing
implementations.
|
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.cs |
Coordinate systems implementation.
|
org.geotools.referencing.datum |
Datum implementation.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.geotools.referencing.operation.projection |
Basic implementations of map projections.
|
org.geotools.referencing.operation.transform |
Basic implementations of math transforms.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedImagingParameterDescriptors
Extension of the
ImagingParameterDescriptors class used for setting the right operation
name for the operation associated to the input RegistryElementDescriptor . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterDescriptor
Abstract definition of a parameter or group of parameters used by an operation method.
|
class |
DefaultParameterDescriptor<T>
The definition of a parameter used by an operation method.
|
class |
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.
|
class |
ImagingParameterDescriptors
Wraps a JAI's
ParameterListDescriptor . |
class |
MatrixParameterDescriptors
A parameter group for matrix elements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MatrixParameterDescriptors.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this parameter group for equality.
|
boolean |
DefaultParameterDescriptor.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this parameter for equality.
|
boolean |
DefaultParameterDescriptorGroup.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this parameter group for equality.
|
boolean |
ImagingParameterDescriptors.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this parameter group for equality.
|
boolean |
AbstractParameterDescriptor.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this parameter for equality.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReferenceSystem
Description of a spatial and temporal reference system used by a dataset.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractIdentifiedObject.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares this object with the specified object for equality.
|
boolean |
AbstractReferenceSystem.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this reference system with the specified object for equality.
|
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 | Method and Description |
---|---|
boolean |
AbstractSingleCRS.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this coordinate reference system with the specified object for equality.
|
boolean |
DefaultEngineeringCRS.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object to this CRS for equality.
|
boolean |
AbstractCRS.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this coordinate reference system with the specified object for equality.
|
boolean |
DefaultCompoundCRS.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares this coordinate reference system with the specified object for equality.
|
boolean |
AbstractDerivedCRS.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this coordinate reference system with the specified object for equality.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCS
The set of coordinate system axes that spans a given coordinate space.
|
class |
DefaultAffineCS
A two- or three-dimensional coordinate system with straight axes that are not necessarily
orthogonal.
|
class |
DefaultCartesianCS
A 1-, 2-, or 3-dimensional coordinate system.
|
class |
DefaultCompoundCS
A coordinate system made of two or more independent coordinate systems.
|
class |
DefaultCoordinateSystemAxis
Definition of a coordinate system axis.
|
class |
DefaultCylindricalCS
A three-dimensional coordinate system consisting of a polar coordinate
system extended by a straight coordinate axis perpendicular to the plane spanned by the polar
coordinate system.
|
class |
DefaultEllipsoidalCS
A two- or three-dimensional coordinate system in which position is specified by geodetic
latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
|
class |
DefaultLinearCS
A one-dimensional coordinate system that consists of the points that lie on the single axis
described.
|
class |
DefaultPolarCS
A two-dimensional coordinate system in which position is specified by the distance from the
origin and the angle between the line from the origin to a point and a reference direction.
|
class |
DefaultSphericalCS
A three-dimensional coordinate system with one distance measured from the origin and two angular
coordinates.
|
class |
DefaultTimeCS
A one-dimensional coordinate system containing a single time axis, used to describe the temporal
position of a point in the specified time units from a specified time origin.
|
class |
DefaultUserDefinedCS
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes
not covered by any other Coordinate System type.
|
class |
DefaultVerticalCS
A one-dimensional coordinate system used to record the heights (or depths) of points.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractCS.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this coordinate system for equality.
|
boolean |
DefaultCompoundCS.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares this coordinate system with the specified object for equality.
|
boolean |
DefaultCoordinateSystemAxis.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this axis for equality.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatum
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.
|
class |
DefaultEllipsoid
Geometric figure that can be used to describe the approximate shape of the earth.
|
class |
DefaultEngineeringDatum
Defines the origin of an engineering coordinate reference system.
|
class |
DefaultGeodeticDatum
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or
sphere) that approximates the shape of the earth.
|
class |
DefaultImageDatum
Defines the origin of an image coordinate reference system.
|
class |
DefaultPrimeMeridian
A prime meridian defines the origin from which longitude values are determined.
|
class |
DefaultTemporalDatum
A temporal datum defines the origin of a temporal coordinate reference system.
|
class |
DefaultVerticalDatum
A textual description and/or a set of parameters identifying a particular reference level surface
used as a zero-height surface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultVerticalDatum.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this vertical datum with the specified object for equality.
|
boolean |
DefaultEngineeringDatum.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this datum with the specified object for equality.
|
boolean |
DefaultImageDatum.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this datum with the specified object for equality.
|
boolean |
DefaultPrimeMeridian.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this prime meridian with the specified object for equality.
|
boolean |
DefaultEllipsoid.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this ellipsoid with the specified object for equality.
|
boolean |
AbstractDatum.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares the specified object with this datum for equality.
|
boolean |
DefaultGeodeticDatum.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this datum with the specified object for equality.
|
boolean |
DefaultTemporalDatum.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this temporal datum with the specified object for equality.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCoordinateOperation
Establishes an association between a source and a target coordinate reference system, and
provides a transform for transforming coordinates in the source CRS to
coordinates in the target CRS.
|
class |
DefaultConcatenatedOperation
An ordered sequence of two or more single coordinate operations.
|
class |
DefaultConicProjection
Base class for conical map projections.
|
class |
DefaultConversion
An operation on coordinates that does not include any change of Datum.
|
class |
DefaultCylindricalProjection
Base class for cylindrical map projections.
|
class |
DefaultOperation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to
another coordinate reference system.
|
class |
DefaultOperationMethod
Definition of an algorithm used to perform a coordinate operation.
|
class |
DefaultPassThroughOperation
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific
coordinate operation.
|
class |
DefaultPlanarProjection
Base class for for azimuthal (or planar) map projections.
|
class |
DefaultProjection
A conversion transforming
(longitude,latitude) coordinates to cartesian coordinates
(x,y).
|
class |
DefaultSingleOperation
A single (not concatenated) coordinate operation.
|
class |
DefaultTransformation
An operation on coordinates that usually includes a change of Datum.
|
class |
DefiningConversion
A conversion used for the definition of a derived CRS (including projections).
|
class |
MathTransformProvider
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractCoordinateOperation.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compares this coordinate operation with the specified object for equality.
|
boolean |
DefaultOperation.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this operation method with the specified object for equality.
|
boolean |
DefaultOperationMethod.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this operation method with the specified object for equality.
|
boolean |
DefaultConcatenatedOperation.equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this concatenated operation with the specified object for equality.
|
Copyright © 1996–2019 Geotools. All rights reserved.