Class FixedWKTReader
A fixed version of WKTReader that can parse 3D geometry WKT
Inheritance
System.Object
FixedWKTReader
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Internal
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class FixedWKTReader : IGeometryTextReader
Constructors
| Improve this Doc View SourceFixedWKTReader()
Creates a WKTReader
that creates objects using a basic GeometryFactory.
Declaration
public FixedWKTReader()
Methods
| Improve this Doc View SourceRead(TextReader)
Converts a Well-known Text representation to a Geometry
.
Declaration
public IGeometryRef Read(TextReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.TextReader | reader | A Reader which will return a "Geometry Tagged Text" string (see the OpenGIS Simple Features Specification). |
Returns
Type | Description |
---|---|
IGeometryRef | A |
Read(String)
Converts a Well-known Text representation to a Geometry
.
Declaration
public IGeometryRef Read(string wellKnownText)
Parameters
Type | Name | Description |
---|---|---|
System.String | wellKnownText | one or more Geometry Tagged Text strings (see the OpenGIS Simple Features Specification) separated by whitespace. |
Returns
Type | Description |
---|---|
IGeometryRef | A |