Geotools.Net

TransformType Enumeration

Semantic type of transform used in coordinate transformation.

[Visual Basic]
Public Enum TransformType
[C#]
public enum TransformType

Remarks

Missing <remarks> documentation for T:Geotools.CoordinateTransformations.TransformType

Members

Member NameDescription
Other Unknown or unspecified type of transform.
Conversion Transform depends only on defined parameters. For example, a cartographic projection.
Transformation Transform depends only on empirically derived parameters. For example a datum transformation.
ConversionAndTransformation Transform depends on both defined and empirical parameters.

Requirements

Namespace: Geotools.CoordinateTransformations Namespace

Assembly: Geotools.dll

See Also

Geotools.CoordinateTransformations Namespace