Geotools.Net

HorizontalDatum Constructor 

Initializes a new instance of the HorizontalDatum class with the specififed properties.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal horizontalDatumType As DatumType, _
   ByVal ellipsoid As IEllipsoid, _
   ByVal toWGS84 As WGS84ConversionInfo, _
   ByVal remarks As String, _
   ByVal authority As String, _
   ByVal authorityCode As String, _
   ByVal alias As String, _
   ByVal abbreviation As String _
)
[C#]
public HorizontalDatum(
   string name,
   DatumType horizontalDatumType,
   IEllipsoid ellipsoid,
   WGS84ConversionInfo toWGS84,
   string remarks,
   string authority,
   string authorityCode,
   string alias,
   string abbreviation
);

Parameters

name
The name of the datum.
horizontalDatumType
The datum type.
ellipsoid
The ellipsoid.
toWGS84
The WGS conversion parameters.
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.HorizontalDatum.#ctor(System.String,Geotools.CoordinateReferenceSystems.DatumType,Geotools.CoordinateReferenceSystems.IEllipsoid,Geotools.CoordinateReferenceSystems.WGS84ConversionInfo,System.String,System.String,System.String,System.String,System.String)

See Also

HorizontalDatum Class | HorizontalDatum Members | Geotools.CoordinateReferenceSystems Namespace