Method | Description | |
---|---|---|
Parse ( string v, |
Parses a string such as "Intersects(ENVELOPE(-10,-8,22,20)) distErrPct=0.025".
|
|
WriteSpatialArgs ( |
Writes a close approximation to the parsed input format.
|
Method | Description | |
---|---|---|
NewSpatialArgs ( |
||
ParseMap ( string body ) : string>.IDictionary |
Parses "a=b c=d f" (whitespace separated) into name-value pairs. If there is no '=' as in 'f' above then it's short for f=f.
|
|
ParseShape ( string str, |
||
ReadBool ( string v, bool defaultValue ) : bool | ||
ReadDouble ( string v ) : double? | ||
ReadNameValuePairs ( |
protected NewSpatialArgs ( |
||
op | ||
shape | IShape | |
return |
public Parse ( string v, |
||
v | string | The string to parse. Mandatory. |
ctx | The spatial context. Mandatory. | |
return |
protected static ParseMap ( string body ) : string>.IDictionary |
||
body | string | |
return | string>.IDictionary |
protected ParseShape ( string str, |
||
str | string | |
ctx | ||
return | IShape |
protected static ReadBool ( string v, bool defaultValue ) : bool | ||
v | string | |
defaultValue | bool | |
return | bool |
protected static ReadDouble ( string v ) : double? | ||
v | string | |
return | double? |
protected ReadNameValuePairs ( |
||
args | ||
nameValPairs | string>.IDictionary | |
return | void |
public static WriteSpatialArgs ( |
||
args | ||
return | string |