Creates a prime meridian, relative to Greenwich.
[Visual Basic]
Function CreatePrimeMeridian( _
ByVal name As String, _
ByVal angularUnit As IAngularUnit, _
ByVal longitude As Double _
) As IPrimeMeridian
Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemFactory.CreatePrimeMeridian(System.String,Geotools.CoordinateReferenceSystems.IAngularUnit,System.Double)
Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemFactory.CreatePrimeMeridian(System.String,Geotools.CoordinateReferenceSystems.IAngularUnit,System.Double)
ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace