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 serialized data.
*System.Object ThinkGeo.MapSuite.PortableCore.GeoSerializationFormatter *ThinkGeo.MapSuite.PortableCore.XmlGeoSerializationFormatter
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Creates an instance of GeoSerializationFormatter. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Stream | Load a stream into a GeoObjectModel. | |
![]() | GeoObjectModel, Stream | Save serialized data into a stream. | |
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Stream | Load a stream into a GeoObjectModel. | |
![]() | Object | ||
![]() | GeoObjectModel, Stream | Format a GeoObjectModel into serialized data, and save the data into a stream. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Encoding | set or get the readEncoding. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Creates an instance of GeoSerializationFormatter.
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
Load a stream into a GeoObjectModel.
Return Type | Description |
---|---|
GeoObjectModel<!– ThinkGeo.MapSuite.PortableCore.GeoObjectModel –> | The GeoObjectModel recreated from the stream. |
Name | Type | Description |
---|---|---|
stream | Stream<!– System.IO.Stream –> | The Stream to load from. |
<!– ThinkGeo.MapSuite.PortableCore.GeoSerializationFormatter –> Go Back
Save serialized data into a stream.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
model | GeoObjectModel<!– ThinkGeo.MapSuite.PortableCore.GeoObjectModel –> | The GeoObjectModel to create serialized data for. |
stream | Stream<!– System.IO.Stream –> | The Stream to save serialized data into. |
<!– ThinkGeo.MapSuite.PortableCore.GeoSerializationFormatter –> 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
Load a stream into a GeoObjectModel.
Return Type | Description |
---|---|
GeoObjectModel<!– ThinkGeo.MapSuite.PortableCore.GeoObjectModel –> | The GeoObjectModel recreated from the stream. |
Name | Type | Description |
---|---|---|
stream | Stream<!– System.IO.Stream –> | The Stream to load from. |
<!– ThinkGeo.MapSuite.PortableCore.GeoSerializationFormatter –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Format a GeoObjectModel into serialized data, and save the data into a stream.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
model | GeoObjectModel<!– ThinkGeo.MapSuite.PortableCore.GeoObjectModel –> | The GeoObjectModel to create serialized data for. |
stream | Stream<!– System.IO.Stream –> | The Stream to save serialized data into. |
<!– ThinkGeo.MapSuite.PortableCore.GeoSerializationFormatter –> Go Back
set or get the readEncoding.
Return Type |
---|
Encoding<!– System.Text.Encoding –> |
<!– ThinkGeo.MapSuite.PortableCore.GeoSerializationFormatter –> Go Back