User Tools

Site Tools


thinkgeo.mapsuite.core.csharpgeocodeformatter

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.csharpgeocodeformatter [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.csharpgeocodeformatter [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter ====== ====== ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class formats a GeoObjectModel into C# code. This class formats a GeoObjectModel into C# code.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.Core.GeoCodeFormatter]] +    *ThinkGeo.MapSuite.Core.GeoCodeFormatter 
-***[[ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter]]+      ***ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CSharpGeoCodeFormatter() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CSharpGeoCodeFormatter()|CSharpGeoCodeFormatter]] ​  ​| ​   |    | Creates an instance of CSharpGeoCodeFormatter. ​  |+
  
 +  * //Creates an instance of CSharpGeoCodeFormatter.//​
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Save(GeoObjectModel,​Stream) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Save(GeoObjectModel,​ Stream)|Save]] ​  | [[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]],​ Stream ​  | [[ThinkGeo.MapSuite.Core.GeoCodeFormatter|GeoCodeFormatter]] ​  | Creates code for a GeoObjectModel and save the code into a Stream. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SaveCore(GeoObjectModel,​ Stream)|SaveCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]],​ Stream ​  | [[ThinkGeo.MapSuite.Core.GeoCodeFormatter|GeoCodeFormatter]](overriden) ​  | Creates C# code for a GeoObjectModel and save the code into a Stream. ​  |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:Void 
 +  * Description:​N/​A
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //model// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] 
 +    * Description:​N/​A
  
-==== Public Events ==== +  * //stream// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+    * Type:​Stream 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== CSharpGeoCodeFormatter() ==== +** {{wiki:​PublicMethod.gif|}} ToString() **
-Creates an instance of CSharpGeoCodeFormatter. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +  * //N/A//
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== Save(GeoObjectModel,​ Stream==== +
-Creates code for a GeoObjectModel and save the code into a Stream. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| model   | [[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]]<​!-- ThinkGeo.MapSuite.Core.GeoObjectModel --> ​  | The GeoObjectModel to generate code for.   | +  ​* //N/A//
-| stream ​  | Stream<​!-- System.IO.Stream --> ​  | The Stream to save code into.   |+
  
-<!-- ThinkGeo.MapSuite.Core.GeoCodeFormatter --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +==== Protected Methods ​==== 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} SaveCore(GeoObjectModel,​Stream) **
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //Creates C# code for a GeoObjectModel and save the code into a Stream.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== SaveCore(GeoObjectModel,​ Stream) ==== +  * Description:N/A
-Creates C# code for a GeoObjectModel and save the code into a Stream. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //model// 
-| model   ​| ​[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]]<!-- ThinkGeo.MapSuite.Core.GeoObjectModel --> ​  ​| ​The GeoObjectModel to generate C# code for.   | +    * Type:[[ThinkGeo.MapSuite.Core.GeoObjectModel|GeoObjectModel]] 
-| stream ​  | Stream<​!-- System.IO.Stream --> ​  | The Stream to save C# code into.   |+    * Description:​The GeoObjectModel to generate C# code for.
  
-<!-- ThinkGeo.MapSuite.Core.GeoCodeFormatter(overriden--+  * //​stream//​ 
-[[#​Protected Methods|Go Back]] +    * Type:​Stream 
-===== Public Properties ​===== +    * Description:​The Stream to save C# code into. 
-===== Protected Properties ​===== + 
-===== Public Events ====+<div newline></​div>​ 
-__NOTOC__ +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
-[[Category:​MapSuiteCore]] + 
-[[Category:​ThinkGeo.MapSuite.Core]] +  * //N/A// 
-[[Category:​UpdateDocumentation]]+== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.csharpgeocodeformatter.1440040128.txt.gz · Last modified: 2015/09/17 08:57 (external edit)