Envelope
Creates an envelope from any two points. The spatial reference of the points must be the same. The spatial reference of the result envelope comes from the points. If the values for min parameters are bigger than max parameters then they are re-ordered. The resulting envelope always has min less than or equal to max.
Since
200.1.0
See also
Creates an Envelope based on the x, y, z and m values with a spatial reference.
If the values for min parameters are bigger than max parameters then they are re-ordered. The resulting envelope always has min less than or equal to max. The Z values are applied only if both minimum and maximum values are not null.
Since
200.1.0
Parameters
the x minimum value for the envelope
the y minimum value for the envelope
the x maximum value for the envelope
the y maximum value for the envelope
the x minimum value for the envelope, default is null.
the z maximum value for the envelope. default is null.
the m minimum value for the envelope, default is null.
the m maximum value for the envelope, default is null.
the spatial reference for the envelope, the default is null.
Creates an envelope with a center point, width, height, and depth. The spatial reference of the resulting envelope comes from the center point.
Since
200.1.0
Parameters
the center point for the envelope
the width of the envelope around the center point
the height of the envelope around the center point
the depth of the envelope around the center point. The default is null.