Envelope Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the envelope geometry.
Inheritance Hierarchy

SystemObject
  PreStormGeometryBase
    PreStormEnvelope

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public class Envelope : GeometryBase

The Envelope type exposes the following members.

Constructors

  NameDescription
Public methodEnvelope
Initializes a new instance of the Envelope class
Top
Properties

  NameDescription
Public propertyspatialReference
The spatial reference of this geometry.
(Inherited from GeometryBase.)
Public propertyxmax
The maximum X coordinate.
Public propertyxmin
The minimum X coordinate.
Public propertyymax
The maximum Y coordinate.
Public propertyymin
The minimum Y coordinate.
Top
Methods

  NameDescription
Public methodStatic memberFromJson
Creates a new envelope from JSON.
Public methodToString
Returns the JSON representation of the geometry.
(Inherited from GeometryBase.)
Top
Operators

  NameDescription
Public operatorStatic member(String to Envelope)
Deserializes the JSON string into an Envelope object.
Public operatorStatic member(Envelope to String)
Returns the JSON representation of the geometry.
Top
Extension Methods

  NameDescription
Public Extension MethodBuffer
Buffers the extent by the specified distance.
(Defined by GeometryFunctions.)
Public Extension MethodCentre
Returns the centre point of the extent.
(Defined by GeometryFunctions.)
Public Extension MethodToJson
Returns the JSON representation of the geometry.
(Defined by Json.)
Top
See Also

Reference