Geotools.Net

VerticalCoordinateSystem Constructor 

Initializes a new instance of the Projection class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal verticaldatum As IVerticalDatum, _
   ByVal axisinfo As IAxisInfo, _
   ByVal linearUnit As ILinearUnit, _
   ByVal remarks As String, _
   ByVal authority As String, _
   ByVal authorityCode As String, _
   ByVal alias As String, _
   ByVal abbreviation As String _
)
[C#]
public VerticalCoordinateSystem(
   string name,
   IVerticalDatum verticaldatum,
   IAxisInfo axisinfo,
   ILinearUnit linearUnit,
   string remarks,
   string authority,
   string authorityCode,
   string alias,
   string abbreviation
);

Parameters

name
The name of the object.
verticaldatum
The vertical datum the coordiniate system is to use.
axisinfo
Axis information.
linearUnit
The units this coordinate system uses.
remarks
Remarks about this object.
authority
The name of the authority.
authorityCode
The code the authority uses to identidy this object.
alias
The alias of the object.
abbreviation
The abbreviated name of this object.

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.VerticalCoordinateSystem.#ctor(System.String,Geotools.CoordinateReferenceSystems.IVerticalDatum,Geotools.CoordinateReferenceSystems.IAxisInfo,Geotools.CoordinateReferenceSystems.ILinearUnit,System.String,System.String,System.String,System.String,System.String)

See Also

VerticalCoordinateSystem Class | VerticalCoordinateSystem Members | Geotools.CoordinateReferenceSystems Namespace