Represents the envelope geometry.
Inheritance Hierarchy
PreStormGeometryBase
PreStormEnvelope
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The Envelope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Envelope | Initializes a new instance of the Envelope class |
Properties
Name | Description | |
---|---|---|
spatialReference |
The spatial reference of this geometry.
(Inherited from GeometryBase.) | |
xmax |
The maximum X coordinate.
| |
xmin |
The minimum X coordinate.
| |
ymax |
The maximum Y coordinate.
| |
ymin |
The minimum Y coordinate.
|
Methods
Name | Description | |
---|---|---|
FromJson |
Creates a new envelope from JSON.
| |
ToString |
Returns the JSON representation of the geometry.
(Inherited from GeometryBase.) |
Operators
Name | Description | |
---|---|---|
(String to Envelope) |
Deserializes the JSON string into an Envelope object.
| |
(Envelope to String) |
Returns the JSON representation of the geometry.
|
Extension Methods
Name | Description | |
---|---|---|
Buffer |
Buffers the extent by the specified distance.
(Defined by GeometryFunctions.) | |
Centre |
Returns the centre point of the extent.
(Defined by GeometryFunctions.) | |
ToJson |
Returns the JSON representation of the geometry.
(Defined by Json.) |
See Also