Geotools.CoordinateTransformations Namespace
Missing <summary> Documentation for Geotools.CoordinateTransformations
Classes
Class | Description |
---|
CoordinateTransformation |
Describes a coordinate transformation.
|
CoordinateTransformationEPSGFactory |
Creates coordinate transformation objects from codes. The codes are maintained by an external authority. A commonly used authority is EPSG, which is also used in the GeoTIFF standard.
|
CoordinateTransformationFactory |
Creates coordinate transformations.
|
DomainFlags |
Flags indicating parts of domain covered by a convex hull.
|
MathTransform |
Abstract class from which transformation can inherit from to get default functionality.
|
Parameter |
A named parameter value.
|
ParameterList |
Helper class that makes it easy to get named parameter from a ListDictionary. In particular this
class makes it easier to get a double as a named value in the ListDictionary.
|
TransformException |
The exception that is thrown when a non-fatal application error occurs related to projection functionality.
|
Interfaces
Enumerations
Enumeration | Description |
---|
TransformType |
Semantic type of transform used in coordinate transformation.
|