This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.degreesminutesseconds [2015/09/21 07:42] admin |
thinkgeo.mapsuite.core.degreesminutesseconds [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.DegreesMinutesSeconds ====== | ====== ThinkGeo.MapSuite.Core.DegreesMinutesSeconds ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This structure represents a degrees, minutes and seconds value. | This structure represents a degrees, minutes and seconds value. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} DegreesMinutesSeconds(Int32,Int32,Double) ** | ** {{wiki:PublicMethod.gif|}} DegreesMinutesSeconds(Int32,Int32,Double) ** | ||
| - | This constructor allows you to create an instance of the class by specifying the degree, minute and second values. | + | * //This constructor allows you to create an instance of the class by specifying the degree, minute and second values.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //degrees// | * //degrees// | ||
| Line 30: | Line 33: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | Serves as hash function for the particular type. | + | * //Serves as hash function for the particular type.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 42: | Line 45: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | Compares current DegreesMinutesSeconds with a passing object. | + | * //Compares current DegreesMinutesSeconds with a passing object.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 58: | Line 61: | ||
| ** {{wiki:PublicMethod.gif|}} Add(DegreesMinutesSeconds) ** | ** {{wiki:PublicMethod.gif|}} Add(DegreesMinutesSeconds) ** | ||
| - | Add two DegreesMinutsSeconds together and return back a summary of the two. | + | * //Add two DegreesMinutsSeconds together and return back a summary of the two.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 74: | Line 77: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | This method returns a formatted representation of the degrees, minutes and seconds value. | + | * //This method returns a formatted representation of the degrees, minutes and seconds value.// |
| == Remarks == | == Remarks == | ||
| - | The value will be formatted in the standard string format: 75º 21' 28" | + | * //The value will be formatted in the standard string format: 75º 21' 28"// |
| == Return Value == | == Return Value == | ||
| Line 86: | Line 89: | ||
| ** {{wiki:PublicMethod.gif|}} ToString(Int32) ** | ** {{wiki:PublicMethod.gif|}} ToString(Int32) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 102: | Line 105: | ||
| ** {{wiki:PublicMethod.gif|}} GetFormattedString(Int32) ** | ** {{wiki:PublicMethod.gif|}} GetFormattedString(Int32) ** | ||
| - | This method returns a formatted representation of the degrees, minutes and seconds value that has been rounded to the specified decimals. | + | * //This method returns a formatted representation of the degrees, minutes and seconds value that has been rounded to the specified decimals.// |
| == Remarks == | == Remarks == | ||
| - | The value will be formatted in the standard string format. For example, 75º 21' 2.1235" (when the decimals parameter is set to 4). | + | * //The value will be formatted in the standard string format. For example, 75º 21' 2.1235" (when the decimals parameter is set to 4).// |
| == Return Value == | == Return Value == | ||
| Line 118: | Line 121: | ||
| ** {{wiki:PublicMethod.gif|}} GetFormattedString(DegreesMinutesSecondsFormatType) ** | ** {{wiki:PublicMethod.gif|}} GetFormattedString(DegreesMinutesSecondsFormatType) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 134: | Line 137: | ||
| ** {{wiki:PublicMethod.gif|}} GetFormattedString(DegreesMinutesSecondsFormatType,Int32) ** | ** {{wiki:PublicMethod.gif|}} GetFormattedString(DegreesMinutesSecondsFormatType,Int32) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 154: | Line 157: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 167: | Line 170: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 179: | Line 182: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||