Geotools.Net

AxisInfo Constructor 

Initializes a new instance of the AxisInfo class with a value for the RadiansPerUnit property.

[Visual Basic]
Public Sub New( _
   ByVal name As String, _
   ByVal orientation As AxisOrientation _
)
[C#]
public AxisInfo(
   string name,
   AxisOrientation orientation
);

Parameters

name
The name of the new axis.
orientation
The orietation of the axis.

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.AxisInfo.#ctor(System.String,Geotools.CoordinateReferenceSystems.AxisOrientation)

See Also

AxisInfo Class | AxisInfo Members | Geotools.CoordinateReferenceSystems Namespace