Overload | Description |
---|---|
EnvelopeBuilder Constructor(SpatialReference) | Initializes a new instance of the EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run |
EnvelopeBuilder Constructor(Double,Double,Double,Double,SpatialReference) | Initializes a new instance of the EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run |
EnvelopeBuilder Constructor(Coordinate2D,Coordinate2D,SpatialReference) | Initializes a new instance of the EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
EnvelopeBuilder Constructor(Coordinate3D,Coordinate3D,SpatialReference) | Initializes a new instance of the EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
EnvelopeBuilder Constructor(MapPoint,MapPoint) | Initializes a new instance of the EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |
EnvelopeBuilder Constructor(Envelope) | Initializes a new instance of the EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run. |