Creates a GCS, which could be Lat/Lon or Lon/Lat.
[Visual Basic]
NotOverridable Public Function CreateGeographicCoordinateSystem( _
ByVal name As String, _
ByVal angularUnit As IAngularUnit, _
ByVal horizontalDatum As IHorizontalDatum, _
ByVal primeMeridian As IPrimeMeridian, _
ByVal axis0 As IAxisInfo, _
ByVal axis1 As IAxisInfo _
) As IGeographicCoordinateSystem Implements _
ICoordinateSystemFactory.CreateGeographicCoordinateSystem
an object that implements the IGeographicCoordinateSystem interface.
ICoordinateSystemFactory.CreateGeographicCoordinateSystem
Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateGeographicCoordinateSystem(System.String,Geotools.CoordinateReferenceSystems.IAngularUnit,Geotools.CoordinateReferenceSystems.IHorizontalDatum,Geotools.CoordinateReferenceSystems.IPrimeMeridian,Geotools.CoordinateReferenceSystems.IAxisInfo,Geotools.CoordinateReferenceSystems.IAxisInfo)
CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace