ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class generates code that recreates any given object.
*System.Object **ThinkGeo.MapSuite.Core.GeoCodeGenerator
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Creates an instance of GeoCodeGenerator. | ||
![]() | GeoCodeFormatter |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | Generates code that recreates an object. | |
![]() | Object, String | Generates code that recreates an object. | |
![]() | Object, Stream | Generates code that recreates an object. | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | GeoCodeFormatter | Gets or sets the Formatter. The Formatter determines what kind of program code will be generated. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Creates an instance of GeoCodeGenerator.
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
formatter | GeoCodeFormatter<!– ThinkGeo.MapSuite.Core.GeoCodeFormatter –> |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Generates code that recreates an object.
Return Type | Description |
---|---|
String<!– System.String –> | The generated code. |
Name | Type | Description |
---|---|---|
sourceObject | Object<!– System.Object –> | The object to generate code for. |
<!– ThinkGeo.MapSuite.Core.GeoCodeGenerator –> Go Back
Generates code that recreates an object.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
sourceObject | Object<!– System.Object –> | The object to generate code for. |
pathFileName | String<!– System.String –> | The path to save the generated code. |
<!– ThinkGeo.MapSuite.Core.GeoCodeGenerator –> Go Back
Generates code that recreates an object.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
sourceObject | Object<!– System.Object –> | The object to generate code for. |
stream | Stream<!– System.IO.Stream –> | The stream to save the generated code into. |
<!– ThinkGeo.MapSuite.Core.GeoCodeGenerator –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the Formatter. The Formatter determines what kind of program code will be generated.
Return Type |
---|
GeoCodeFormatter<!– ThinkGeo.MapSuite.Core.GeoCodeFormatter –> |
<!– ThinkGeo.MapSuite.Core.GeoCodeGenerator –> Go Back