Geotools.Net

MathTransform Constructor (String, String, String, String, String, String)

Initializes a new instance of the AbstractMathTransform class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal remarks As String, _
   ByVal authority As String, _
   ByVal authorityCode As String, _
   ByVal name As String, _
   ByVal alias As String, _
   ByVal abbreviation As String _
)
[C#]
public MathTransform(
   string remarks,
   string authority,
   string authorityCode,
   string name,
   string alias,
   string abbreviation
);

Parameters

remarks
Remarks about this object.
authority
The name of the authority.
authorityCode
The code the authority uses to identidy this object.
name
The name of the object.
alias
The alias of the object.
abbreviation
The abbreviated name of this object.

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateTransformations.MathTransform.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)

See Also

MathTransform Class | MathTransform Members | Geotools.CoordinateTransformations Namespace | MathTransform Constructor Overload List