[SerializableAttribute]
public class CoordinatePart : INotifyPropertyChanged| CoordinatePart(CoordinateType) | Creates a default CoordinatePart. |
| CoordinatePart(Double, CoordinateType) | Creates a populated CoordinatePart from a signed degree value. |
| CoordinatePart(Int32, Double, CoordinatesPosition) | Creates a populated CoordinatePart from a Degrees Minutes Seconds part. |
| CoordinatePart(Int32, Int32, Double, CoordinatesPosition) | Creates a populated CoordinatePart from a Degrees Minutes Seconds value. |
| DecimalDegree | Decimal Degree format coordinate. |
| DecimalMinute | Decimal formatted minute. |
| Degrees | Coordinate part degrees. |
| Display | Formatted coordinate part string. |
| Minutes | Coordinate part minutes. |
| Parent | CoordinatePart's parent Coordinate object. |
| Position | Coordinate part position. |
| Seconds | Coordinate part seconds. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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. |
| PropertyChanged | Property changed event |