This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.geoserializationformatter [2015/09/21 08:09] admin |
thinkgeo.mapsuite.portablecore.geoserializationformatter [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.GeoSerializationFormatter ====== | ====== ThinkGeo.MapSuite.Core.GeoSerializationFormatter ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class formats a GeoObjectModel into serialized data. | This class formats a GeoObjectModel into serialized data. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 10: | Line 13: | ||
** {{wiki:ProtectedMethod.gif|}} GeoSerializationFormatter() ** | ** {{wiki:ProtectedMethod.gif|}} GeoSerializationFormatter() ** | ||
- | Creates an instance of GeoSerializationFormatter. | + | * //Creates an instance of GeoSerializationFormatter.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
Line 18: | Line 21: | ||
** {{wiki:PublicMethod.gif|}} Save(GeoObjectModel,Stream) ** | ** {{wiki:PublicMethod.gif|}} Save(GeoObjectModel,Stream) ** | ||
- | Save serialized data into a stream. | + | * //Save serialized data into a stream.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 38: | Line 41: | ||
** {{wiki:PublicMethod.gif|}} Load(Stream) ** | ** {{wiki:PublicMethod.gif|}} Load(Stream) ** | ||
- | Load a stream into a GeoObjectModel. | + | * //Load a stream into a GeoObjectModel.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 54: | Line 57: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 66: | Line 69: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 82: | Line 85: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 94: | Line 97: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 107: | Line 110: | ||
** {{wiki:ProtectedMethod.gif|}} SaveCore(GeoObjectModel,Stream) ** | ** {{wiki:ProtectedMethod.gif|}} SaveCore(GeoObjectModel,Stream) ** | ||
- | Format a GeoObjectModel into serialized data, and save the data into a stream. | + | * //Format a GeoObjectModel into serialized data, and save the data into a stream.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 127: | Line 130: | ||
** {{wiki:ProtectedMethod.gif|}} LoadCore(Stream) ** | ** {{wiki:ProtectedMethod.gif|}} LoadCore(Stream) ** | ||
- | Load a stream into a GeoObjectModel. | + | * //Load a stream into a GeoObjectModel.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 143: | Line 146: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 155: | Line 158: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 168: | Line 171: | ||
** {{wiki:PublicProperty.gif|}} Encoding ** | ** {{wiki:PublicProperty.gif|}} Encoding ** | ||
- | set or get the readEncoding. | + | * //set or get the readEncoding.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Encoding | * Type:Encoding |