Property | Type | Description | |
---|---|---|---|
Ctx |
Method | Description | |
---|---|---|
ReadShape ( string value ) : Shape |
Reads a shape from a given string (ie, X Y, XMin XMax... WKT)
|
|
ShapeReadWriter ( |
||
WriteShape ( Shape shape ) : String |
Writes a shape to a String, in a format that can be read by {@link #readShape(String)}.
|
Method | Description | |
---|---|---|
ReadStandardShape ( String str ) : Shape |
Method | Description | |
---|---|---|
ReadLatCommaLonPoint ( String value ) : System.Point |
Reads geospatial latitude then a comma then longitude.
|
protected ReadStandardShape ( String str ) : Shape | ||
str | String | |
return | Shape |
public ShapeReadWriter ( |
||
ctx | ||
return | System |