User Tools

Site Tools


thinkgeo.mapsuite.core.griddefinition

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.griddefinition [2015/09/17 10:31]
admin
thinkgeo.mapsuite.core.griddefinition [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GridDefinition ====== ====== ThinkGeo.MapSuite.Core.GridDefinition ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 +
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
     ***ThinkGeo.MapSuite.Core.GridDefinition**     ***ThinkGeo.MapSuite.Core.GridDefinition**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} GridDefinition() **
-**{{wiki:​PublicMethod.gif|}}[[#GridDefinition()|GridDefinition]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#GridDefinition(RectangleShape,​Double,​Double,​Dictionary<​PointShape,​Double>​)|GridDefinition]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​Double,​Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ +  * //N/A// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} GridDefinition(RectangleShape,​Double,​Double,​Dictionary<​PointShape,​Double>​) **
  
-=== Protected Constructors === +  * //N/A// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //​gridExtent//​ 
-  * **DeclaringType**:​Object +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Summary**:N/A +    Description:N/A
-</​div>​+
  
-<div class_table>​ +  ​* //cellSize// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Double 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​noDataValue//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:Double 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​dataPoints//​ 
-**{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** +    Type:Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double> 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +<div newline></​div>​ 
-<div class_table>​ +==== Protected ​Constructors ==== 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +==== Public ​Methods ==== 
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​ToString() **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​CellSize|CellSize]]** +  * Type:String 
-  * **Return**:Double +  * Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicProperty.gif|}}[[#​DataPoints|DataPoints]]** +== Parameters == 
-  * **Return**:​Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​GridExtent|GridExtent]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​NoDataValue|NoDataValue]]** +== Return Value == 
-  * **Return**:Double +  * Type:Boolean 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters ​== 
-=== Public Events === +  ​* ​//obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== GridDefinition() === +    * Description:​N/​A
-N/+
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== GridDefinition(RectangleShape,​Double,​Double,​Dictionary<​PointShape,​Double>​) === +
-N/+
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-**gridExtent** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **Description:​N/​A+
  
-**cellSize** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description:​N/​A+
  
-**noDataValue** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description:​N/A+  * //N/A//
  
-**dataPoints** +== Return Value == 
-  ​* **Type**:Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ +  * Type:Int32 
-  ​* **Description:​N/​A+  * Description:​N/​A
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Equals(Object=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**obj** +  * Type:Type 
-  ​* **Type**:Object +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetHashCode() === +<div newline><​/div> 
-N/A +==== Protected Methods ​==== 
-==== Remarks ​==== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetType() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Type +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-=== ToString() === +  * //N/A// 
-N/A + 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:​Object 
 +  * Description:​N/A
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} GridExtent ​**
  
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== Finalize() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} DataPoints ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} CellSize ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CellSize === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Double
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} NoDataValue ​**
-=== DataPoints === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Dictionary<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double>​ +
- +
-[[#Public Properties|Go Back]] +
-=== GridExtent === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+
  
-[[#Public Properties|Go Back]] 
-=== NoDataValue === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Double
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.griddefinition.1442485876.txt.gz · Last modified: 2015/09/17 10:31 by admin