Method WriteShape
WriteShape(IShape)
Writes a shape to a string, in a format that can be read by SpatialContext.
Declaration
public static string WriteShape(IShape shape)
Parameters
Type | Name | Description |
---|---|---|
IShape | shape | Not null |
Returns
Type | Description |
---|---|
System.String | Not null |
WriteShape(IShape, String)
Writes a shape to a string, in a format that can be read by
SpatialContext.
Overloaded to provide a numberFormat
.
Declaration
public static string WriteShape(IShape shape, string numberFormat)
Parameters
Type | Name | Description |
---|---|---|
IShape | shape | Not null |
System.String | numberFormat | A standard or custom numeric .NET format string (float). |
Returns
Type | Description |
---|---|
System.String | Not null |