Method ParseEnvelopeShape
ParseEnvelopeShape(WktShapeParser.State)
Parses an ENVELOPE (aka Rectangle) shape from the raw string. The values are normalized.
Source: OGC "Catalogue Services Specification", the "CQL" (Common Query Language) sub-spec.
Note the inconsistent order of the min & max values between x & y!
'(' x1 ',' x2 ',' y2 ',' y1 ')'
Declaration
protected virtual IShape ParseEnvelopeShape(WktShapeParser.State state)
Parameters
Type | Name | Description |
---|---|---|
WktShapeParser.State | state |
Returns
Type | Description |
---|---|
IShape |