Constructor GeodesicEllipseParameters
GeodesicEllipseParameters()
Initializes a new instance of the Geodesic
Declaration
public GeodesicEllipseParameters()
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 |
GeodesicEllipseParameters(Double, AngularUnit, MapPoint, LinearUnit, UInt32, Double, GeometryType, Double, Double)
Initializes a new instance of the Geodesic
Declaration
public GeodesicEllipseParameters(double axisDirection, AngularUnit angularUnit, MapPoint center, LinearUnit linearUnit, uint maxPointCount, double maxSegmentLength, GeometryType geometryType, double semiAxis1Length, double semiAxis2Length)
Parameters
Type | Name | Description |
---|---|---|
System. |
axisDirection | The direction of the major axis of the ellipse as an angle, in the given |
Angular |
angularUnit | The optional angular unit of measure. If |
Map |
center | The center point of the ellipse. |
Linear |
linearUnit | The optional linear unit of measure. If |
System. |
maxPointCount | The maximum number of points permitted in the constructed ellipse. |
System. |
maxSegmentLength | The maximum segment length (distance between vertices) used to construct the ellipse, in the given |
Geometry |
geometryType | The type of output geometry required, must be one of Polyline, Polygon, or Multipoint. |
System. |
semiAxis1Length | The length of the semi-major or semi-minor axis of the ellipse, in the given |
System. |
semiAxis2Length | The length of the semi-major or semi-minor axis of the ellipse, in the given |
Exceptions
Type | Condition |
---|---|
System. |
Given Geometry |
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 |
GeodesicEllipseParameters(MapPoint, Double, Double)
Initializes a new instance of the Geodesic
Declaration
public GeodesicEllipseParameters(MapPoint center, double semiAxis1Length, double semiAxis2Length)
Parameters
Type | Name | Description |
---|---|---|
Map |
center | The center point of the ellipse. |
System. |
semiAxis1Length | The length of the semi-major or semi-minor axis of the ellipse, in meters. |
System. |
semiAxis2Length | The length of the semi-major or semi-minor axis of the ellipse, in meters. |
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.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |