The GPSCoords type exposes the following members.

Constructors

  NameDescription
Public methodGPSCoords(Double, Boolean)
Creates a GPSCoords object given its value as a single signed double.
Public methodGPSCoords(Int32, Int32, Double, GPSCoords..::..Direction)
Creates a GPSCoords object.

Methods

  NameDescription
Public methodAsDouble
Returns coordinate as a double.
Public methodAsString
Returns coordinate as a string value.
Public methodStatic memberCharToDirection(Char)
Converts a char to a direction value.
Public methodStatic memberCharToDirection(Char, Boolean)
Converts a char to a direction value. Checks that the char is consistent with the given isLatitude indication.
Public methodDeepCopy
Returns a deep copy of a GPSCoords object
Public methodStatic memberDirectionToChar
Converts a direction to a char value.
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

Properties

  NameDescription
Public propertydegrees
Coordinate degrees.
Public propertydir
Coordinate direction.
Public propertymins
Coordinate minutes.
Public propertysecs
Coordinate seconds.

See Also