Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the object to move spatial types to and from the GML format.
Inheritance Hierarchy
System.Object
System.Spatial.SpatialFormatter<XmlReader, XmlWriter>
System.Spatial.GmlFormatter
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustInherit Class GmlFormatter _
Inherits SpatialFormatter(Of XmlReader, XmlWriter)
'Usage
Dim instance As GmlFormatter
public abstract class GmlFormatter : SpatialFormatter<XmlReader, XmlWriter>
public ref class GmlFormatter abstract : public SpatialFormatter<XmlReader^, XmlWriter^>
[<AbstractClassAttribute>]
type GmlFormatter =
class
inherit SpatialFormatter<XmlReader, XmlWriter>
end
public abstract class GmlFormatter extends SpatialFormatter<XmlReader, XmlWriter>
The GmlFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
GmlFormatter | Initializes a new instance of the GmlFormatter class. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create | Creates the implementation of the formatter. |
![]() |
CreateWriter | Creates the writerStream. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MakeValidatingBuilder | Creates the builder that will be called by the parser to build the new type. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Read<TResult>(TReaderStream) | Parses the input, and produces the object. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
![]() |
Read<TResult>(TReaderStream, SpatialPipeline) | Parses the input, and produces the object. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
![]() |
ReadGeography | Reads the Geography from the readerStream and call the appropriate pipeline methods. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
![]() |
ReadGeometry | Reads the Geometry from the readerStream and call the appropriate pipeline methods. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write | Creates a valid format from the spatial object. (Inherited from SpatialFormatter<TReaderStream, TWriterStream>.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
Write | Writes the specified formatter. (Defined by FormatterExtensions.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.