Geotools.Net

HorizontalCoordinateSystem Constructor (IHorizontalDatum, IAxisInfo[], String, String, String, String, String, String)

Initializes a new instance of the HorizontalCoordinateSystem class with the specified parameters.

[Visual Basic]
Overloads Public Sub New( _
   ByVal horizontalDatum As IHorizontalDatum, _
   ByVal axisInfoArray As IAxisInfo(), _
   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 HorizontalCoordinateSystem(
   IHorizontalDatum horizontalDatum,
   IAxisInfo[] axisInfoArray,
   string remarks,
   string authority,
   string authorityCode,
   string name,
   string alias,
   string abbreviation
);

Parameters

horizontalDatum
The horizontal datum to use.
axisInfoArray
Array of axis information.
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.CoordinateReferenceSystems.HorizontalCoordinateSystem.#ctor(Geotools.CoordinateReferenceSystems.IHorizontalDatum,Geotools.CoordinateReferenceSystems.IAxisInfo[],System.String,System.String,System.String,System.String,System.String,System.String)

See Also

HorizontalCoordinateSystem Class | HorizontalCoordinateSystem Members | Geotools.CoordinateReferenceSystems Namespace | HorizontalCoordinateSystem Constructor Overload List