| Name | Description | Type | Package | Framework |
| AffineCS | A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. | Interface | org.opengis.referencing.cs | GeoTools |
|
| AuthorityFactory | Base interface for all authority factories. | Interface | org.opengis.referencing | GeoTools |
|
| AxisDirection | The direction of positive increments in the coordinate value for a coordinate system axis. | Class | org.opengis.referencing.cs | GeoTools |
|
| CartesianCS | A 1-, 2-, or 3-dimensional coordinate system. | Interface | org.opengis.referencing.cs | GeoTools |
|
| CompoundCRS | A coordinate reference system describing the position of points through two or more independent coordinate reference systems. | Interface | org.opengis.referencing.crs | GeoTools |
|
| ConcatenatedOperation | An ordered sequence of two or more single coordinate operations. | Interface | org.opengis.referencing.operation | GeoTools |
|
| ConicProjection | Base interface for conical map projections. | Interface | org.opengis.referencing.operation | GeoTools |
|
| Conversion | An operation on coordinates that does not include any change of Datum. | Interface | org.opengis.referencing.operation | GeoTools |
|
| CoordinateOperation | A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. | Interface | org.opengis.referencing.operation | GeoTools |
|
| CoordinateOperationAuthorityFactory | Creates coordinate transformation objects from codes. | Interface | org.opengis.referencing.operation | GeoTools |
|
| CoordinateOperationFactory | Creates coordinate operations. | Interface | org.opengis.referencing.operation | GeoTools |
|
| CoordinateReferenceSystem | Abstract coordinate reference system, usually defined by a coordinate system and a | Interface | org.opengis.referencing.crs | GeoTools |
|
| CoordinateSystem | The set of coordinate system axes that spans a given coordinate space. | Interface | org.opengis.referencing.cs | GeoTools |
|
| CoordinateSystemAxis | Definition of a coordinate system axis. | Interface | org.opengis.referencing.cs | GeoTools |
|
| CRSAuthorityFactory | Creates coordinate reference systems using authority codes. | Interface | org.opengis.referencing.crs | GeoTools |
|
| CRSFactory | Builds up complex coordinate reference systems from simpler objects or values. | Interface | org.opengis.referencing.crs | GeoTools |
|
| CSAuthorityFactory | Creates coordinate systems using authority codes. | Interface | org.opengis.referencing.cs | GeoTools |
|
| CSFactory | Builds up complex coordinate systems from simpler objects or values. | Interface | org.opengis.referencing.cs | GeoTools |
|
| CylindricalCS | A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the | Interface | org.opengis.referencing.cs | GeoTools |
|
| CylindricalProjection | Base interface for cylindrical map projections. | Interface | org.opengis.referencing.operation | GeoTools |
|
| Datum | Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. | Interface | org.opengis.referencing.datum | GeoTools |
|
| DatumAuthorityFactory | Creates datum objects using authority codes. | Interface | org.opengis.referencing.datum | GeoTools |
|
| DatumFactory | Builds up complex datums from simpler objects or values. | Interface | org.opengis.referencing.datum | GeoTools |
|
| 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 | org.opengis.referencing.crs | GeoTools |
|
| Ellipsoid | Geometric figure that can be used to describe the approximate shape of the earth. | Interface | org.opengis.referencing.datum | GeoTools |
|
| EllipsoidalCS | 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. | Interface | org.opengis.referencing.cs | GeoTools |
|
| EngineeringCRS | A contextually local coordinate reference system. | Interface | org.opengis.referencing.crs | GeoTools |
|
| EngineeringDatum | Defines the origin of an engineering coordinate reference system. | Interface | org.opengis.referencing.datum | GeoTools |
|
| Factory | Base interface for all factories. | Interface | org.opengis.referencing | GeoTools |
|
| FactoryException | Thrown when a factory can't create an instance of the requested object. | Class | org.opengis.referencing | GeoTools |
|
| GeneralDerivedCRS | A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system | Interface | org.opengis.referencing.crs | GeoTools |
|
| GeocentricCRS | A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. | Interface | org.opengis.referencing.crs | GeoTools |
|
| GeodeticCRS | A coordinate reference system associated with a geodetic datum. | Interface | org.opengis.referencing.crs | GeoTools |
|
| GeodeticDatum | Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth. | Interface | org.opengis.referencing.datum | GeoTools |
|
| 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 | Interface | org.opengis.referencing.crs | GeoTools |
|
| IdentifiedObject | Supplementary identification and remarks information for a CRS or CRS-related object. | Interface | org.opengis.referencing | GeoTools |
|
| ImageCRS | An engineering coordinate reference system applied to locations in images. | Interface | org.opengis.referencing.crs | GeoTools |
|
| ImageDatum | Defines the origin of an image coordinate reference system. | Interface | org.opengis.referencing.datum | GeoTools |
|
| IncompatibleOperationException | Thrown when an operation is applied in a manner inconsistent with one or both of two particular CRS objects. | Class | org.opengis.referencing.operation | GeoTools |
|
| LinearCS | A one-dimensional coordinate system that consists of the points that lie on the single axis described. | Interface | org.opengis.referencing.cs | GeoTools |
|
| MathTransform | Transforms multi-dimensional coordinate points. | Interface | org.opengis.referencing.operation | GeoTools |
|
| MathTransform1D | Transforms one-dimensional coordinate points. | Interface | org.opengis.referencing.operation | GeoTools |
|
| MathTransform2D | Transforms two-dimensional coordinate points. | Interface | org.opengis.referencing.operation | GeoTools |
|
| MathTransformFactory | Low level factory for creating math transforms. | Interface | org.opengis.referencing.operation | GeoTools |
|
| Matrix | A two dimensional array of numbers. | Interface | org.opengis.referencing.operation | GeoTools |
|
| NoninvertibleTransformException | Thrown when MathTransform. | Class | org.opengis.referencing.operation | GeoTools |
|
| NoSuchAuthorityCodeException | Thrown when an authority factory can't find the requested authority code. | Class | org.opengis.referencing | GeoTools |
|
| NoSuchIdentifierException | Thrown when a math transform as been requested with an unknow operation method identifier. | Class | org.opengis.referencing | GeoTools |
|
| ObjectFactory | Base interface for all factories of identified objects. | Interface | org.opengis.referencing | GeoTools |
|
| Operation | A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. | Interface | org.opengis.referencing.operation | GeoTools |
|
| OperationMethod | Definition of an algorithm used to perform a coordinate operation. | Interface | org.opengis.referencing.operation | GeoTools |
|
| OperationNotFoundException | Thrown when a coordinate operation is not found. | Class | org.opengis.referencing.operation | GeoTools |
|
| PassThroughOperation | A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. | Interface | org.opengis.referencing.operation | GeoTools |
|
| PixelInCell | Specification of the way the image grid is associated with the image data attributes. | Class | org.opengis.referencing.datum | GeoTools |
|
| PlanarProjection | Base interface for for azimuthal (or planar) map projections. | Interface | org.opengis.referencing.operation | GeoTools |
|
| PolarCS | 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. | Interface | org.opengis.referencing.cs | GeoTools |
|
| PrimeMeridian | A prime meridian defines the origin from which longitude values are determined. | Interface | org.opengis.referencing.datum | GeoTools |
|
| ProjectedCRS | A 2D coordinate reference system used to approximate the shape of the earth on a planar surface. | Interface | org.opengis.referencing.crs | GeoTools |
|
| Projection | A conversion transforming (longitude,latitude) coordinates to cartesian coordinates | Interface | org.opengis.referencing.operation | GeoTools |
|
| RangeMeaning | Meaning of the axis value range specified throughSince:GeoAPI 2. | Class | org.opengis.referencing.cs | GeoTools |
|
| ReferenceIdentifier | Identifier used for reference systems. | Interface | org.opengis.referencing | GeoTools |
|
| ReferenceSystem | Description of a spatial and temporal reference system used by a dataset. | Interface | org.opengis.referencing | GeoTools |
|
| SingleCRS | Abstract coordinate reference system, consisting of a single Coordinate System and a single | Interface | org.opengis.referencing.crs | GeoTools |
|
| SingleOperation | A single (not concatenated) coordinate operation. | Interface | org.opengis.referencing.operation | GeoTools |
|
| SpatialReferenceSystemUsingGeographicIdentifier | Spatial reference system using geographic identifier, a reference to a feature with a known spatial location. | Interface | org.opengis.referencing | GeoTools |
|
| SphericalCS | A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. | Interface | org.opengis.referencing.cs | GeoTools |
|
| TemporalCRS | A 1D coordinate reference system used for the recording of time. | Interface | org.opengis.referencing.crs | GeoTools |
|
| TemporalDatum | A temporal datum defines the origin of a temporal coordinate reference system. | Interface | org.opengis.referencing.datum | GeoTools |
|
| TimeCS | 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. | Interface | org.opengis.referencing.cs | GeoTools |
|
| Transformation | An operation on coordinates that usually includes a change of Datum. | Interface | org.opengis.referencing.operation | GeoTools |
|
| TransformException | Common superclass for a number of transformation-related exceptions. | Class | org.opengis.referencing.operation | GeoTools |
|
| UserDefinedCS | A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type. | Interface | org.opengis.referencing.cs | GeoTools |
|
| VerticalCRS | A 1D coordinate reference system used for recording heights or depths. | Interface | org.opengis.referencing.crs | GeoTools |
|
| VerticalCS | A one-dimensional coordinate system used to record the heights (or depths) of points. | Interface | org.opengis.referencing.cs | GeoTools |
|
| VerticalDatum | A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. | Interface | org.opengis.referencing.datum | GeoTools |
|
| VerticalDatumType | Type of a vertical datum. | Class | org.opengis.referencing.datum | GeoTools |
|
| AffineCS | A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal. | Interface | org.opengis.referencing.cs | GeoApi |
|
| AuthorityFactory | Base interface for all authority factories. | Interface | org.opengis.referencing | GeoApi |
|
| AxisDirection | The direction of positive increments in the coordinate value for a coordinate system axis. | Class | org.opengis.referencing.cs | GeoApi |
|
| CartesianCS | A 1-, 2-, or 3-dimensional coordinate system. | Interface | org.opengis.referencing.cs | GeoApi |
|
| CompoundCRS | A coordinate reference system describing the position of points through two or more independent coordinate reference systems. | Interface | org.opengis.referencing.crs | GeoApi |
|
| ConcatenatedOperation | An ordered sequence of two or more single coordinate operations. | Interface | org.opengis.referencing.operation | GeoApi |
|
| ConicProjection | Base interface for conical map projections. | Interface | org.opengis.referencing.operation | GeoApi |
|
| Conversion | An operation on coordinates that does not include any change of Datum. | Interface | org.opengis.referencing.operation | GeoApi |
|
| CoordinateOperation | A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. | Interface | org.opengis.referencing.operation | GeoApi |
|
| CoordinateOperationAuthorityFactory | Creates coordinate transformation objects from codes. | Interface | org.opengis.referencing.operation | GeoApi |
|
| CoordinateOperationFactory | Creates coordinate operations. | Interface | org.opengis.referencing.operation | GeoApi |
|
| CoordinateReferenceSystem | Abstract coordinate reference system, usually defined by a coordinate system and a | Interface | org.opengis.referencing.crs | GeoApi |
|
| CoordinateSystem | The set of coordinate system axes that spans a given coordinate space. | Interface | org.opengis.referencing.cs | GeoApi |
|
| CoordinateSystemAxis | Definition of a coordinate system axis. | Interface | org.opengis.referencing.cs | GeoApi |
|
| CRSAuthorityFactory | Creates coordinate reference systems using authority codes. | Interface | org.opengis.referencing.crs | GeoApi |
|
| CRSFactory | Builds up complex coordinate reference systems from simpler objects or values. | Interface | org.opengis.referencing.crs | GeoApi |
|
| CSAuthorityFactory | Creates coordinate systems using authority codes. | Interface | org.opengis.referencing.cs | GeoApi |
|
| CSFactory | Builds up complex coordinate systems from simpler objects or values. | Interface | org.opengis.referencing.cs | GeoApi |
|
| CylindricalCS | A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the | Interface | org.opengis.referencing.cs | GeoApi |
|
| CylindricalProjection | Base interface for cylindrical map projections. | Interface | org.opengis.referencing.operation | GeoApi |
|
| Datum | Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. | Interface | org.opengis.referencing.datum | GeoApi |
|
| DatumAuthorityFactory | Creates datum objects using authority codes. | Interface | org.opengis.referencing.datum | GeoApi |
|
| DatumFactory | Builds up complex datums from simpler objects or values. | Interface | org.opengis.referencing.datum | GeoApi |
|
| 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 | org.opengis.referencing.crs | GeoApi |
|
| Ellipsoid | Geometric figure that can be used to describe the approximate shape of the earth. | Interface | org.opengis.referencing.datum | GeoApi |
|
| EllipsoidalCS | 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. | Interface | org.opengis.referencing.cs | GeoApi |
|
| EngineeringCRS | A contextually local coordinate reference system. | Interface | org.opengis.referencing.crs | GeoApi |
|
| EngineeringDatum | Defines the origin of an engineering coordinate reference system. | Interface | org.opengis.referencing.datum | GeoApi |
|
| Formula | Specification of the coordinate operation method formula. | Interface | org.opengis.referencing.operation | GeoApi |
|
| GeneralDerivedCRS | A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system | Interface | org.opengis.referencing.crs | GeoApi |
|
| GeocentricCRS | A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. | Interface | org.opengis.referencing.crs | GeoApi |
|
| GeodeticCRS | A coordinate reference system associated with a geodetic datum. | Interface | org.opengis.referencing.crs | GeoApi |
|
| GeodeticDatum | Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth. | Interface | org.opengis.referencing.datum | GeoApi |
|
| 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 | Interface | org.opengis.referencing.crs | GeoApi |
|
| IdentifiedObject | Supplementary identification and remarks information for a CRS or CRS-related object. | Interface | org.opengis.referencing | GeoApi |
|
| ImageCRS | An engineering coordinate reference system applied to locations in images. | Interface | org.opengis.referencing.crs | GeoApi |
|
| ImageDatum | Defines the origin of an image coordinate reference system. | Interface | org.opengis.referencing.datum | GeoApi |
|
| LinearCS | A one-dimensional coordinate system that consists of the points that lie on the single axis described. | Interface | org.opengis.referencing.cs | GeoApi |
|
| MathTransform | Transforms multi-dimensional coordinate points. | Interface | org.opengis.referencing.operation | GeoApi |
|
| MathTransform1D | Transforms one-dimensional coordinate points. | Interface | org.opengis.referencing.operation | GeoApi |
|
| MathTransform2D | Transforms two-dimensional coordinate points. | Interface | org.opengis.referencing.operation | GeoApi |
|
| MathTransformFactory | Low level factory for creating math transforms. | Interface | org.opengis.referencing.operation | GeoApi |
|
| Matrix | A two dimensional array of numbers. | Interface | org.opengis.referencing.operation | GeoApi |
|
| NoninvertibleTransformException | Thrown when MathTransform. | Class | org.opengis.referencing.operation | GeoApi |
|
| NoSuchAuthorityCodeException | Thrown when an authority factory can't find the requested authority code. | Class | org.opengis.referencing | GeoApi |
|
| ObjectFactory | Base interface for all factories of identified objects. | Interface | org.opengis.referencing | GeoApi |
|
| OperationMethod | Definition of an algorithm used to perform a coordinate operation. | Interface | org.opengis.referencing.operation | GeoApi |
|
| OperationNotFoundException | Thrown when a coordinate operation is not found. | Class | org.opengis.referencing.operation | GeoApi |
|
| PassThroughOperation | A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. | Interface | org.opengis.referencing.operation | GeoApi |
|
| PixelInCell | Specification of the way the image grid is associated with the image data attributes. | Class | org.opengis.referencing.datum | GeoApi |
|
| PlanarProjection | Base interface for for azimuthal (or planar) map projections. | Interface | org.opengis.referencing.operation | GeoApi |
|
| PolarCS | 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. | Interface | org.opengis.referencing.cs | GeoApi |
|
| PrimeMeridian | A prime meridian defines the origin from which longitude values are determined. | Interface | org.opengis.referencing.datum | GeoApi |
|
| ProjectedCRS | A 2D coordinate reference system used to approximate the shape of the earth on a planar surface. | Interface | org.opengis.referencing.crs | GeoApi |
|
| Projection | A conversion transforming (longitude,latitude) coordinates to cartesian coordinates | Interface | org.opengis.referencing.operation | GeoApi |
|
| RangeMeaning | Meaning of the axis value range specified throughSince:GeoAPI 2. | Class | org.opengis.referencing.cs | GeoApi |
|
| ReferenceIdentifier | Identifier used for reference systems. | Interface | org.opengis.referencing | GeoApi |
|
| ReferenceSystem | Description of a spatial and temporal reference system used by a dataset. | Interface | org.opengis.referencing | GeoApi |
|
| SingleCRS | Abstract coordinate reference system, consisting of a single Coordinate System and a single | Interface | org.opengis.referencing.crs | GeoApi |
|
| SingleOperation | A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system. | Interface | org.opengis.referencing.operation | GeoApi |
|
| SphericalCS | A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. | Interface | org.opengis.referencing.cs | GeoApi |
|
| TemporalCRS | A 1D coordinate reference system used for the recording of time. | Interface | org.opengis.referencing.crs | GeoApi |
|
| TemporalDatum | A temporal datum defines the origin of a temporal coordinate reference system. | Interface | org.opengis.referencing.datum | GeoApi |
|
| TimeCS | 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. | Interface | org.opengis.referencing.cs | GeoApi |
|
| Transformation | An operation on coordinates that usually includes a change of Datum. | Interface | org.opengis.referencing.operation | GeoApi |
|
| TransformException | Common superclass for a number of transformation-related exceptions. | Class | org.opengis.referencing.operation | GeoApi |
|
| UserDefinedCS | A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type. | Interface | org.opengis.referencing.cs | GeoApi |
|
| VerticalCRS | A 1D coordinate reference system used for recording heights or depths. | Interface | org.opengis.referencing.crs | GeoApi |
|
| VerticalCS | A one-dimensional coordinate system used to record the heights (or depths) of points. | Interface | org.opengis.referencing.cs | GeoApi |
|
| VerticalDatum | A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. | Interface | org.opengis.referencing.datum | GeoApi |
|
| VerticalDatumType | Type of a vertical datum. | Class | org.opengis.referencing.datum | GeoApi |