C# Class MapAround.CoordinateSystems.Transformations.CoordinateTransformation

Describes a coordinate transformation. This class only describes a coordinate transformation, it does not actually perform the transform operation on points. To transform points you must use a P:MapAround.CoordinateSystems.Transformations.CoordinateTransformation.MathTransform.
Inheritance: ICoordinateTransformation
Show file Open project: gkrsu/maparound.core

Private Methods

Method Description
CoordinateTransformation ( ICoordinateSystem sourceCS, ICoordinateSystem targetCS, TransformType transformType, IMathTransform mathTransform, string name, string authority, long authorityCode, string areaOfUse, string remarks ) : System

Initializes a new instance of the MapAround.CoordinateSystems.Transformations.CoordinateTransformation