User Tools

Site Tools


thinkgeo.mapsuite.webedition.measuremaptool

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.webedition.measuremaptool [2015/09/18 03:08]
admin
thinkgeo.mapsuite.webedition.measuremaptool [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.MeasureMapTool ====== ====== ThinkGeo.MapSuite.WebEdition.MeasureMapTool ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Represents the measure map tool which allows measurements for features. Represents the measure map tool which allows measurements for features.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} MeasureMapTool() ** ** {{wiki:​PublicMethod.gif|}} MeasureMapTool() **
  
-Initialize an instance of the MeasureMapTool class.+  * //Initialize an instance of the MeasureMapTool class.//
 == Remarks == == Remarks ==
-The default MeasureType is Line, and the display system units is Metric by default, also it measures geodesic distance by default.+  * //The default MeasureType is Line, and the display system units is Metric by default, also it measures geodesic distance by default.//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 18: Line 21:
 ** {{wiki:​PublicMethod.gif|}} ToJson() ** ** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-N/A+  * //Returns a JSON string that represents the map control object.//
 == Remarks == == Remarks ==
-N/A+  * //This method returns a JSON string that instructs the client Javascript to create a specific client object.//
  
 == Return Value == == Return Value ==
   * Type:String   * Type:String
-  * Description:​N/A+  * Description:​A ​JSON string that represents the map control.
  
 == Parameters == == Parameters ==
Line 30: Line 33:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 42: Line 45:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 58: Line 61:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 70: Line 73:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 83: Line 86:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 95: Line 98:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 110: Line 113:
 Represents the different types of the MeasureMapTool. Represents the different types of the MeasureMapTool.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​MeasureType
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WebEdition.MeasureType|MeasureType]]   * Type:​[[ThinkGeo.MapSuite.WebEdition.MeasureType|MeasureType]]
Line 118: Line 121:
 Represents the display system units for output measurements. Represents the display system units for output measurements.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​MeasureUnitType
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WebEdition.MeasureUnitType|MeasureUnitType]]   * Type:​[[ThinkGeo.MapSuite.WebEdition.MeasureUnitType|MeasureUnitType]]
Line 126: Line 129:
 Indicate whether to measure geodesic distance. Indicate whether to measure geodesic distance.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​Geodesic
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 132: Line 135:
 ** {{wiki:​PublicProperty.gif|}} Enabled ** ** {{wiki:​PublicProperty.gif|}} Enabled **
  
-N/A+Gets or sets a value that turns the feature on and off.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.MeasureMapTool#​Enabled
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
thinkgeo.mapsuite.webedition.measuremaptool.1442545724.txt.gz · Last modified: 2015/09/18 03:08 by admin