Geotools.Net

GeometryWktWriter Members

Public Static (Shared) Methods

StringOfChar Returns a string of repeated characters.

Public Instance Constructors

GeometryWktWriter Constructor Initializes a new instance of the GeometryWKTWriter class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
WriteOverloaded. Converts a Geometry to its Well-known Text representation.
WriteFormattedOverloaded. Same as Write, but with newlines and spaces to make the well-known text more readable.

Protected Instance Methods

AppendCoordinate Converts a Coordinate to <Point> format, then Appends it to the writer.
AppendGeometryCollectionTaggedText Converts a GeometryCollection to <GeometryCollection Tagged Text> format, then Appends it to the writer.
AppendGeometryCollectionText Converts a GeometryCollection to <GeometryCollection Text > format, then Appends it to the writer.
AppendGeometryTaggedText Converts a Geometry to <Geometry Tagged Text > format, then Appends it to the writer.
AppendLineStringTaggedText Converts a LineString to LineString tagged text format,
AppendLineStringText Converts a LineString to <LineString Text> format, then Appends it to the writer.
AppendMultiLineStringTaggedText Converts a MultiLineString to <MultiLineString Tagged Text> format, then Appends it to the writer.
AppendMultiLineStringText Converts a MultiLineString to <MultiLineString Text> format, then Appends it to the writer.
AppendMultiPointTaggedText Converts a MultiPoint to <MultiPoint Tagged Text> format, then Appends it to the writer.
AppendMultiPointText Converts a MultiPoint to <MultiPoint Text> format, then Appends it to the writer.
AppendMultiPolygonTaggedText Converts a MultiPolygon to <MultiPolygon Tagged Text> format, then Appends it to the writer.
AppendMultiPolygonText Converts a MultiPolygon to <MultiPolygon Text> format, then Appends to it to the writer.
AppendPointTaggedText Converts a Coordinate to <Point Tagged Text> format, then Appends it to the writer.
AppendPointText Converts a Coordinate to Point Text format then Appends it to the writer.
AppendPolygonTaggedText Converts a Polygon to <Polygon Tagged Text> format, then Appends it to the writer.
AppendPolygonText Converts a Polygon to <Polygon Text> format, then Appends it to the writer.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
WriteNumber Converts a double to a string, not in scientific notation.

See Also

GeometryWktWriter Class | Geotools.IO Namespace