Creates a local coordinate system.
[Visual Basic]
Function CreateLocalCoordinateSystem( _
ByVal name As String, _
ByVal datum As ILocalDatum, _
ByVal unit As IUnit, _
ByVal arAxes As IAxisInfo() _
) As ILocalCoordinateSystem
Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemFactory.CreateLocalCoordinateSystem(System.String,Geotools.CoordinateReferenceSystems.ILocalDatum,Geotools.CoordinateReferenceSystems.IUnit,Geotools.CoordinateReferenceSystems.IAxisInfo[])
The dimension of the local coordinate system is determined by the size of the axis array. All the axes will have the same units. If you want to make a coordinate system with mixed units, then you can make a compound coordinate system from different local coordinate systems.
ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace