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 formats a GeoObjectModel into C# code.
*System.Object ThinkGeo.MapSuite.Core.GeoCodeFormatter *ThinkGeo.MapSuite.Core.CSharpGeoCodeFormatter
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Creates an instance of CSharpGeoCodeFormatter. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | GeoObjectModel, Stream | GeoCodeFormatter | Creates code for a GeoObjectModel and save the code into a Stream. |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object | ||
![]() | GeoObjectModel, Stream | GeoCodeFormatter(overriden) | Creates C# code for a GeoObjectModel and save the code into a Stream. |
Name | Return | DeclaringType | Summary |
---|
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Creates an instance of CSharpGeoCodeFormatter.
Name | Type | Description |
---|
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> 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
Creates code for a GeoObjectModel and save the code into a Stream.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
model | GeoObjectModel<!– ThinkGeo.MapSuite.Core.GeoObjectModel –> | The GeoObjectModel to generate code for. |
stream | Stream<!– System.IO.Stream –> | The Stream to save code into. |
<!– ThinkGeo.MapSuite.Core.GeoCodeFormatter –> 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
Creates C# code for a GeoObjectModel and save the code into a Stream.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
model | GeoObjectModel<!– ThinkGeo.MapSuite.Core.GeoObjectModel –> | The GeoObjectModel to generate C# code for. |
stream | Stream<!– System.IO.Stream –> | The Stream to save C# code into. |
<!– ThinkGeo.MapSuite.Core.GeoCodeFormatter(overriden) –> Go Back