GeometrySvgWriter Members
Public Instance Constructors
GeometrySvgWriter | Overloaded. Initialize a new instance of the GeometrySvgWriter class. |
Public Instance Properties
Radius |
Radius of circle objects written for Point objects.
|
RelativeCoordinates |
If set true (the default) graphics paths use relative coordinates.
|
Public Instance Methods
AppendGeometryTaggedText |
Converts a Geometry to <Geometry Tagged Text > format, then Appends it to the writer.
|
AppendLineStringText | Missing <summary> documentation for M:Geotools.IO.GeometrySvgWriter.AppendLineStringText(Geotools.Geometries.LineString,System.IO.TextWriter) |
AppendLineStringTextRelative |
Converts a LineString to <LineString Text> format, then
Appends it to the writer.
|
AppendMultiPolygonText |
Converts a MultiPolygon to <MultiPolygon Text> format, then Appends to it to the writer.
|
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. |
Write | Overloaded.
Converts a Geometry to its Well-known Text representation.
|
Protected Instance Methods
AppendCoordinate |
Converts a Coordinate to <Point> format, then Appends
it to the writer.
|
AppendEndPath | Missing <summary> documentation for M:Geotools.IO.GeometrySvgWriter.AppendEndPath(System.IO.TextWriter) |
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.
|
AppendLineStringTaggedText |
Converts a LineString to SVG path element.
|
AppendLineStringTextAbsolute | Missing <summary> documentation for M:Geotools.IO.GeometrySvgWriter.AppendLineStringTextAbsolute(Geotools.Geometries.LineString,System.IO.TextWriter) |
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.
|
AppendPath | Missing <summary> documentation for M:Geotools.IO.GeometrySvgWriter.AppendPath(System.IO.TextWriter) |
AppendPointTaggedText |
Converts a Coordinate to <Point Tagged 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
GeometrySvgWriter Class | Geotools.IO Namespace