Method CreateWithM
CreateWithM(Double, Double, Double, Double, Double, Double)
Creates an EnvelopeBuilder based on the given x, y, and m values.
Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double mMin, double mMax)
Parameters
Type | Name | Description |
---|---|---|
Double | xMin | First X coordinate |
Double | yMin | First Y coordinate |
Double | xMax | Second X coordinate |
Double | yMax | Second Y coordinate |
Double | mMin | First M value |
Double | mMax | Second M value |
Returns
Type | Description |
---|---|
EnvelopeBuilder | EnvelopeBuilder |
Remarks
If the values for min parameters are bigger than the corresponding max parameters, then they will be re-ordered.
The resulting envelope will always have min less than or equal to max.
Resulting envelope will span the area between two diagonal corner coordinates.
The SpatialReference of the new envelope is initialized to null
.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
CreateWithM(Double, Double, Double, Double, Double, Double, SpatialReference)
Creates an EnvelopeBuilder based on the given x, y, and m values in the given SpatialReference.
Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double mMin, double mMax, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
Double | xMin | First X coordinate |
Double | yMin | First Y coordinate |
Double | xMax | Second X coordinate |
Double | yMax | Second Y coordinate |
Double | mMin | First M value |
Double | mMax | Second M value |
SpatialReference | spatialReference | Spatial reference of the Envelope |
Returns
Type | Description |
---|---|
EnvelopeBuilder | EnvelopeBuilder |
Remarks
If the values for min parameters are bigger than the corresponding max parameters, then they will be re-ordered. The resulting envelope will always have min less than or equal to max. Resulting envelope will span the area between two diagonal corner coordinates.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double)
Creates an EnvelopeBuilder based on the given x, y, z, and m values.
Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double zMin, double zMax, double mMin, double mMax)
Parameters
Type | Name | Description |
---|---|---|
Double | xMin | First X coordinate |
Double | yMin | First Y coordinate |
Double | xMax | Second X coordinate |
Double | yMax | Second Y coordinate |
Double | zMin | First Z value |
Double | zMax | Second Z value |
Double | mMin | First M value |
Double | mMax | Second M value |
Returns
Type | Description |
---|---|
EnvelopeBuilder | EnvelopeBuilder |
Remarks
If the values for min parameters are bigger than the corresponding max parameters, then they will be re-ordered.
The resulting envelope will always have min less than or equal to max.
Resulting envelope will span the volume between two diagonal corner coordinates.
The SpatialReference of the new envelope is initialized to null
.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |
CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double, SpatialReference)
Creates an EnvelopeBuilder based on the given x, y, z, and m values in the given SpatialReference.
Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double zMin, double zMax, double mMin, double mMax, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
Double | xMin | First X coordinate |
Double | yMin | First Y coordinate |
Double | xMax | Second X coordinate |
Double | yMax | Second Y coordinate |
Double | zMin | First Z value |
Double | zMax | Second Z value |
Double | mMin | First M value |
Double | mMax | Second M value |
SpatialReference | spatialReference | Spatial reference of the Envelope |
Returns
Type | Description |
---|---|
EnvelopeBuilder | EnvelopeBuilder |
Remarks
If the values for min parameters are bigger than max parameters then they will be re-ordered. The resulting envelope will always have min less than or equal to max. Resulting envelope will span the volume between two diagonal corner coordinates.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |