User Tools

Site Tools


thinkgeo.mapsuite.core.degreesminutesseconds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.degreesminutesseconds [2015/09/21 01:02]
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) **
  
-This method returns a formatted representation of the degrees, minutes and seconds value that has been rounded to the specified decimals.+  * //N/A//
 == 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).+  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​decimals//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{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.//​ 
 +== 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).//
  
 == Return Value == == Return Value ==
Line 98: Line 117:
     * Type:Int32     * Type:Int32
     * Description:​The target decimals that the degrees, minutes, seconds value will be rounded to.     * Description:​The target decimals that the degrees, minutes, seconds value will be rounded to.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFormattedString(DegreesMinutesSecondsFormatType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​formatType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.DegreesMinutesSecondsFormatType|DegreesMinutesSecondsFormatType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFormattedString(DegreesMinutesSecondsFormatType,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​formatType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.DegreesMinutesSecondsFormatType|DegreesMinutesSecondsFormatType]]
 +    * Description:​N/​A
 +
 +  * //​decimals//​
 +    * Type:Int32
 +    * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 115: 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 127: Line 182:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.core.degreesminutesseconds.1442797339.txt.gz · Last modified: 2015/09/21 01:02 by admin