Uses of Class
org.geotools.referencing.AbstractIdentifiedObject
Packages that use AbstractIdentifiedObject
Package
Description
Coverage processing
implementations.
Parameter implementation.
Reference systems implementation.
Coordinate reference systems implementation.
Coordinate systems implementation.
Datum implementation.
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
-
Uses of AbstractIdentifiedObject in org.geotools.coverage.processing
Subclasses of AbstractIdentifiedObject in org.geotools.coverage.processingModifier and TypeClassDescriptionclass
Extension of theImagingParameterDescriptors
class used for setting the right operation name for the operation associated to the inputRegistryElementDescriptor
. -
Uses of AbstractIdentifiedObject in org.geotools.parameter
Subclasses of AbstractIdentifiedObject in org.geotools.parameterModifier and TypeClassDescriptionclass
Abstract definition of a parameter or group of parameters used by an operation method.class
The definition of a parameter used by an operation method.class
The definition of a group of related parameters used by an operation method.class
Wraps a JAI'sParameterListDescriptor
.class
A parameter group for matrix elements.Methods in org.geotools.parameter with parameters of type AbstractIdentifiedObjectModifier and TypeMethodDescriptionboolean
AbstractParameterDescriptor.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compares the specified object with this parameter 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
MatrixParameterDescriptors.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compares the specified object with this parameter group for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing
Subclasses of AbstractIdentifiedObject in org.geotools.referencingModifier and TypeClassDescriptionclass
Description of a spatial and temporal reference system used by a dataset.Methods in org.geotools.referencing with parameters of type AbstractIdentifiedObjectModifier and TypeMethodDescriptionboolean
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. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.crs
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.crsModifier and TypeClassDescriptionclass
Abstract coordinate reference system, usually defined by a coordinate system and a datum.class
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).class
Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).class
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.class
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
A contextually local coordinate reference system.class
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.class
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
An engineering coordinate reference system applied to locations in images.class
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.class
A 1D coordinate reference system used for the recording of time.class
A 1D coordinate reference system used for recording heights or depths.Methods in org.geotools.referencing.crs with parameters of type AbstractIdentifiedObjectModifier and TypeMethodDescriptionboolean
AbstractCRS.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compare 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.boolean
AbstractSingleCRS.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
DefaultEngineeringCRS.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compares the specified object to this CRS for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.cs
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.csModifier and TypeClassDescriptionclass
The set of coordinate system axes that spans a given coordinate space.class
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.class
A 1-, 2-, or 3-dimensional coordinate system.class
A coordinate system made of two or more independent coordinate systems.class
Definition of a coordinate system axis.class
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
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
A one-dimensional coordinate system that consists of the points that lie on the single axis described.class
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
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.class
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
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.class
A one-dimensional coordinate system used to record the heights (or depths) of points.Methods in org.geotools.referencing.cs with parameters of type AbstractIdentifiedObjectModifier and TypeMethodDescriptionboolean
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. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.datum
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.datumModifier and TypeClassDescriptionclass
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.class
Geometric figure that can be used to describe the approximate shape of the earth.class
Defines the origin of an engineering coordinate reference system.class
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.class
Defines the origin of an image coordinate reference system.class
A prime meridian defines the origin from which longitude values are determined.class
A temporal datum defines the origin of a temporal coordinate reference system.class
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Methods in org.geotools.referencing.datum with parameters of type AbstractIdentifiedObjectModifier and TypeMethodDescriptionboolean
AbstractDatum.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compares the specified object with this datum for equality.boolean
DefaultEllipsoid.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compare this ellipsoid with the specified object for equality.boolean
DefaultEngineeringDatum.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compare this datum with the specified object for equality.boolean
DefaultGeodeticDatum.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
DefaultTemporalDatum.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compare this temporal datum with the specified object for equality.boolean
DefaultVerticalDatum.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compare this vertical datum with the specified object for equality. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.operation
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.operationModifier and TypeClassDescriptionclass
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
An ordered sequence of two or more single coordinate operations.class
Base class for conical map projections.class
An operation on coordinates that does not include any change of Datum.class
Base class for cylindrical map projections.class
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.class
Definition of an algorithm used to perform a coordinate operation.class
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.class
Base class for for azimuthal (or planar) map projections.class
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).class
A single (not concatenated) coordinate operation.class
An operation on coordinates that usually includes a change of Datum.class
A conversion used for the definition of a derived CRS (including projections).class
Methods in org.geotools.referencing.operation with parameters of type AbstractIdentifiedObjectModifier and TypeMethodDescriptionboolean
AbstractCoordinateOperation.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compares this coordinate operation with the specified object for equality.boolean
DefaultConcatenatedOperation.equals
(AbstractIdentifiedObject object, boolean compareMetadata) Compare this concatenated 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. -
Uses of AbstractIdentifiedObject in org.geotools.referencing.operation.projection
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.operation.projectionModifier and TypeClassDescriptionstatic class
The math transform provider for an Albers Equal Area projection (EPSG code 9822).static class
Factory for creating Azimuthal Equidistant projections.static class
TheMathTransformProvider
for aCassiniSoldner
projection.static class
static class
static class
static class
The math transform provider for the Eckert IV projection (not part of the EPSG database).static class
The math transform provider for an Plate Carree projection.static final class
The math transform provider for a EquidistantConic projection.static class
The math transform provider for an Equidistant Cylindrical projection (EPSG code 9823).static class
The math transform provider for an Equidistant Cylindrical projection, spherical casestatic class
The math transform provider for an General Oblique Transformation projection.static class
static class
The math transform provider for a Gnomonic projectionstatic class
The math transform provider for the Homolosine projection (not part of the EPSG database).static final class
The math transform provider for a Hotine Oblique Mercator projection (EPSG code 9812).static final class
The math transform provider for a Hotine Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).static class
static class
static class
The math transform provider for an Lambert Equal Area projection (EPSG code 9820).static class
The math transform provider for a Lambert Conformal 1SP projection (EPSG code 9801).static class
The math transform provider for a Lambert Conformal 2SP projection (EPSG code 9802).static final class
The math transform provider for a Lambert Conformal 2SP Belgium projection (EPSG code 9803).class
A specialized versionstatic class
The base provider forMapProjection
s.static class
The math transform provider for a Mercator 1SP projection (EPSG code 9804).static class
The math transform provider for a Mercator 2SP projection (EPSG code 9805).class
Supports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and othersstatic class
The math transform provider for an Meteosat Second Generation image projection.static class
The math transform provider for the Mollweide projection (not part of the EPSG database).static class
The math transform provider for the Wagner IV projection (not part of the EPSG database).static class
The math transform provider for the Wagner V projection (not part of the EPSG database).static class
The math transform provider for New Zealand Map Grid (EPSG code 27200).static class
The math transform provider for an Oblique Mercator projection (EPSG code 9815).static class
The math transform provider for a Oblique Mercator projection, specified with two points on the central line (instead of a central point and azimuth).static final class
The math transform provider for a stereographic projection of any kind.static final class
The math transform provider for a Orthographic projection.static class
The math transform provider for an Plate Carree projection.static final class
The math transform provider for a Polar Stereographic projection.static final class
The math transform provider for a Polar Stereographic (Variant B) projection.static final class
The math transform provider for a North Polar Stereographic projection.static final class
The math transform provider for a South Polar Stereographic projection.static class
The math transform provider for a Mercator 1SP projection (EPSG code 9804).static class
The math transform provider for the Robinson projection (not part of the EPSG database).static class
The math transform provider for an Rotated Pole projection.static class
The math transform provider for the Sinusoidal projection (not part of the EPSG database).static class
The math transform provider for a Stereographic projections using USGS equations.static class
The math transform provider for a Transverse Mercator projection (EPSG code 9807).static class
The math transform provider for a South Orientated Transverse Mercator projection (EPSG code 9808).static class
The math transform provider for the Aitoff projection (not part of the EPSG database).static class
The math transform provider for the Winkle Tripel projection projection (not part of the EPSG database).static class
-
Uses of AbstractIdentifiedObject in org.geotools.referencing.operation.transform
Subclasses of AbstractIdentifiedObject in org.geotools.referencing.operation.transformModifier and TypeClassDescriptionstatic class
The provider forEarthGravitationalModel
.static class
The provider for theExponentialTransform1D
.static class
The provider forGeocentricTransform
.static class
The provider for inverse ofGeocentricTransform
.static class
Base class for geocentric affine transform providers.static class
Geocentric affine transform provider for "Coordinate Frame rotation".static class
Base class for geocentric affine transform providers with rotation terms.static class
The provider for theLogarithmicTransform1D
.static class
The provider forMolodenskiTransform
.static class
The provider for abridgedMolodenskiTransform
.static class
The provider forNADCONTransform
.static class
TheNTv2Transform
provider.static final class
The provider for the "Affine general parametric transformation" (EPSG 9624).static final class
The provider for the "Longitude rotation" (EPSG 9601).class
The provider for the "Similarity transformation" (EPSG 9621).class
The provider for theWarpTransform2D
.