CoordinatePart Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
NotifyPropertyChanged Notify property changes
Parse(String) Parses a string into a CoordinatePart.
Parse(String, CoordinateType) Parses a string into a CoordinatePart with specified part type (latitude/longitude).
ToDouble Signed degrees coordinate part.
ToRadians Returns Coordinate part in radians.
ToString Formatted coordinate part string.
(Overrides ObjectToString)
ToString(CoordinateFormatOptions) Formatted coordinate part string.
TryParse(String, CoordinatePart) Attempts to parse a string into a CoordinatePart.
TryParse(String, CoordinateType, CoordinatePart) Attempts to parse a string into a CoordinatePart.

See Also