Converts longitude specified in arc degrees, minutes, 'E'/'W' to its representation as a double value.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public static double Longitude ( |
Visual Basic Copy Code |
---|
Public Shared Function Longitude( _ |
Specifies the longitude arc degrees.
Specifies the longitude arc minutes.
A char value specifying 'E' for east or 'W' for west.
A double value representing the specified longitude.