Method CreateWithM
CreateWithM(Double, Double, Double, Double, Double, Double)
Creates an Envelope based on the given x, y, and m values.
Declaration
public static Envelope CreateWithM(double xMin, double yMin, double xMax, double yMax, double mMin, double mMax)
Parameters
Type | Name | Description |
---|---|---|
System. |
xMin | The minimal x-value. |
System. |
yMin | The minimal y-value. |
System. |
xMax | The maximum x-value. |
System. |
yMax | The maximum y-value. |
System. |
mMin | The minimal m-value. |
System. |
mMax | The maximum m-value. |
Returns
Type | Description |
---|---|
Envelope | The envelope. |
Remarks
If the values for min parameters are bigger than the corresponding max parameters, then they are re-ordered.
The resulting envelope always has min less than or equal to max.
Resulting envelope will span the area between two diagonal corner coordinates.
The Spatialnull
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
CreateWithM(Double, Double, Double, Double, Double, Double, SpatialReference)
Creates an Envelope based on the given x, y, and m values
in the given Spatial
Declaration
public static Envelope CreateWithM(double xMin, double yMin, double xMax, double yMax, double mMin, double mMax, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System. |
xMin | The minimal x-value. |
System. |
yMin | The minimal y-value. |
System. |
xMax | The maximum x-value. |
System. |
yMax | The maximum y-value. |
System. |
mMin | The minimal m-value. |
System. |
mMax | The maximum m-value. |
Spatial |
spatialReference | The spatial reference for the envelope. |
Returns
Type | Description |
---|---|
Envelope | The envelope. |
Remarks
If the values for min parameters are bigger than the corresponding max parameters, then they are re-ordered. The resulting envelope always has min less than or equal to max. Resulting envelope will span the area between two diagonal corner coordinates.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double)
Creates an Envelope based on the given x, y, z, and m values.
Declaration
public static Envelope CreateWithM(double xMin, double yMin, double xMax, double yMax, double zMin, double zMax, double mMin, double mMax)
Parameters
Type | Name | Description |
---|---|---|
System. |
xMin | The minimal x-value. |
System. |
yMin | The minimal y-value. |
System. |
xMax | The maximum x-value. |
System. |
yMax | The maximum y-value. |
System. |
zMin | The minimal z-value. |
System. |
zMax | The maximum z-value. |
System. |
mMin | The minimal m-value. |
System. |
mMax | The maximum m-value. |
Returns
Type | Description |
---|---|
Envelope | The envelope. |
Remarks
If the values for min parameters are bigger than the corresponding max parameters, then they are re-ordered.
The resulting envelope always has min less than or equal to max.
Resulting envelope will span the volume between two diagonal corner coordinates.
The Spatialnull
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double, SpatialReference)
Creates an envelope based on the x, y, z and m values
in the given Spatial
Declaration
public static Envelope CreateWithM(double xMin, double yMin, double xMax, double yMax, double zMin, double zMax, double mMin, double mMax, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System. |
xMin | The minimal x-value. |
System. |
yMin | The minimal y-value. |
System. |
xMax | The maximum x-value. |
System. |
yMax | The maximum y-value. |
System. |
zMin | The minimal z-value. |
System. |
zMax | The maximum z-value. |
System. |
mMin | The minimal m-value. |
System. |
mMax | The maximum m-value. |
Spatial |
spatialReference | The spatial reference for the envelope. |
Returns
Type | Description |
---|---|
Envelope | The envelope. |
Remarks
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. Resulting envelope will span the volume between two diagonal corner coordinates.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |