GeodesicEllipseParameter Class Members
In This Topic
The following tables list the members exposed by GeodesicEllipseParameter.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AxisDirection |
Gets or sets the direction of the major axis of the ellipse as an angle in degrees.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Center |
Gets or sets the center of the ellipse in the coordinates of the spatial reference.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LinearUnit |
Gets or sets the linear unit of the SemiAxis1Length, SemiAxis2Length. Default is meters.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OutGeometryType |
Gets or sets the type of geometry that will be created. Only multipoint, polyline and polygon are supported.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SemiAxis1Length |
Gets or sets the length of the first semi axis.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SemiAxis2Length |
Gets or sets the length of the second semi axis.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | VertexCount |
Gets or sets the number of vertices in the ellipse before projection to the spatial reference.
|
Top
See Also