Geotools.Net

CoordinateTransformation Constructor 

Initializes a new instance of the VerticalDatum class.

[Visual Basic]
Public Sub New( _
   ByVal transformType As TransformType, _
   ByVal targetCS As ICoordinateSystem, _
   ByVal sourceCS As ICoordinateSystem, _
   ByVal mathTransform As IMathTransform, _
   ByVal authorityCode As String, _
   ByVal authority As String, _
   ByVal name As String, _
   ByVal areaOfUse As String, _
   ByVal remarks As String, _
   ByVal abbreviation As String _
)
[C#]
public CoordinateTransformation(
   TransformType transformType,
   ICoordinateSystem targetCS,
   ICoordinateSystem sourceCS,
   IMathTransform mathTransform,
   string authorityCode,
   string authority,
   string name,
   string areaOfUse,
   string remarks,
   string abbreviation
);

Parameters

transformType
The type of transform.
targetCS
The target coordinate system.
sourceCS
The source coordinate system.
mathTransform
The object that actually does the transformation.
authorityCode
The authority code.
authority
The authority.
name
The name of the transform.
areaOfUse
The area of use.
remarks
Remarks about this transformation.
abbreviation
The abbreviation for this transformation.

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateTransformations.CoordinateTransformation.#ctor(Geotools.CoordinateTransformations.TransformType,Geotools.CoordinateReferenceSystems.ICoordinateSystem,Geotools.CoordinateReferenceSystems.ICoordinateSystem,Geotools.CoordinateTransformations.IMathTransform,System.String,System.String,System.String,System.String,System.String,System.String)

See Also

CoordinateTransformation Class | CoordinateTransformation Members | Geotools.CoordinateTransformations Namespace