User Tools

Site Tools


thinkgeo.mapsuite.core.geocodeformatter

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.geocodeformatter [2015/09/17 10:29]
admin
thinkgeo.mapsuite.core.geocodeformatter [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoCodeFormatter ====== ====== ThinkGeo.MapSuite.Core.GeoCodeFormatter ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class formats a GeoObjectModel into program code. This class formats a GeoObjectModel into program code.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       *[[ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter]]       *[[ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter]]
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ​==== 
-=== Protected Constructors === +==== Protected Constructors ==== 
-<div class_table>​ +** {{wiki:​ProtectedMethod.gif|}} GeoCodeFormatter() **
-**{{wiki:​ProtectedMethod.gif|}}[[#GeoCodeFormatter()|GeoCodeFormatter]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​Creates an instance of GeoCodeFormatter. +
-</​div>​+
  
-=== Public Methods ​=== +  * //Creates an instance of GeoCodeFormatter.//​ 
-<​div ​class_table+== Remarks ​== 
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +  * //N/A// 
-  * **Parameters**:​Object +== Parameters ​== 
-  * **DeclaringType**:​Object +<​div ​newline></​div>​ 
-  * **Summary**:​N/​A +==== Public Methods ==== 
-</​div>​+** {{wiki:​PublicMethod.gif|}} ​Save(GeoObjectModel,​Stream) **
  
-<div class_table>​ +  ​//Creates code for a GeoObjectModel and save the code into a Stream.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Save(GeoObjectModel,​Stream)|Save]]** +  //model// 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]],Stream +    Type:​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] 
-  * **DeclaringType**:N/A +    Description:The GeoObjectModel to generate ​code for.
-  * **Summary**:​Creates ​code for a GeoObjectModel and save the code into a Stream. +
-</​div>​+
  
-<div class_table>​ +  ​* //stream// 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +    Type:Stream 
-  * **Parameters**:​N/A +    Description:The Stream to save code into.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +<​div ​newline></​div
-<​div ​class_table+** {{wiki:PublicMethod.gif|}} ​ToString() **
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +
-  * **Parameters**:​N/​A +
-  * **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>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SaveCore(GeoObjectModel,​Stream)|SaveCore]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]],​Stream +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​Creates code for a GeoObjectModel and save the code into a Stream. +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-=== Protected Properties === +<div newline></​div>​ 
-=== Public Events === +** {{wiki:​PublicMethod.gif|}} Equals(Object) ​**
-===== Public Constructors ===== +
-===== Protected Constructors ===== +
-=== GeoCodeFormatter() === +
-Creates an instance of GeoCodeFormatter. +
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-[[#​Protected Constructors|Go Back]] +
-===== Public Methods ===== +
-=== 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:Boolean 
-  ​* **Type**:Object +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetHashCode() === +  * //obj/
-N/A +    * Type:Object 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Int32 +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Save(GeoObjectModel,​Stream=== +** {{wiki:​PublicMethod.gif|}} GetType() **
-Creates code for a GeoObjectModel and save the code into a Stream. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**model** +  * Type:Type 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] +  * Description:​N/A
-  ​* **Description**:The GeoObjectModel to generate code for.+
  
-**stream** +== Parameters == 
-  * **Type**:Stream +<div newline></​div>​ 
-  ​* **Description**:​The Stream to save code into.+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} SaveCore(GeoObjectModel,​Stream**
  
-[[#Public Methods|Go Back]] +  * //Creates code for a GeoObjectModel and save the code into a Stream./
-=== ToString() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //model// 
-===== Protected Methods ===== +    * Type:[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] 
-=== Finalize() === +    * Description:​The GeoObjectModel to generate code for.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//stream// 
-  **Return ​Type**:Void +    * Type:Stream 
-  * **Description**:N/A+    * Description:​The Stream to save code into.
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Object +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== SaveCore(GeoObjectModel,​Stream) === +  * Description:​N/A
-Creates code for a GeoObjectModel and save the code into a Stream. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-**model** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] +  * //N/A//
-  * **Description**:​The GeoObjectModel to generate code for.+
  
-**stream** +== Return Value == 
-  ​* **Type**:Stream +  * Type:Object 
-  ​* **Description**:The Stream to save code into.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters == 
-===== Public Properties ​===== +<div newline></​div>​ 
-===== Protected Properties ​===== +==== Public Properties ==== 
-===== Public Events ​=====+==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.geocodeformatter.1442485767.txt.gz · Last modified: 2015/09/17 10:29 by admin