Envelope Builder
Creates an envelope builder from the specified Envelope.
The SpatialReference of the new envelope builder will match that of the given Envelope. Use this constructor in workflows that create a modified version of an existing geometry.
Since
200.1.0
Parameters
a Envelope from which to start this builder
a trailing lambda parameter from within which to configure the builder.
See also
Creates an envelope builder.
Since
200.1.0
Parameters
a SpatialReference from which to start this builder
a trailing lambda parameter from within which to configure the builder.
Creates an envelope builder from a center point, width, height, depth, and configuration lambda.
Since
200.1.0
Parameters
the center point of 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, or null if no depth (no z-values). Defaults to null.
a lambda within which to configure the builder