For convenience. Computes boundary positions for a circle on the specified centralBody using a Cartographic center. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting center to Cartesian and calling Compute Circle
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceShapesResult ComputeCircleCartographicWithGranularity( string CentralBody, System.Array Center, double Radius, double Granularity ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeCircleCartographicWithGranularity( String __gc ^ CentralBody, System::Array ^ Center, double Radius, double Granularity ); |
| [Java] |
|---|
public IAgStkGraphicsSurfaceShapesResult computeCircleCartographicWithGranularity( String CentralBody, VariantArray Center, double Radius, double Granularity ); |
| [Unmanaged C++] |
|---|
|
- CentralBody
- The central body to compute the circle on.
- Center
- An array containing the center of the circle, in the order latitude, longitude, altitude.
- Radius
- The radius of the circle, in meters.
- Granularity
- The angular separation, in radians, of positions along the boundary.
Shows the format of the Center parameter when computing a circle with a cartographic position.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Center parameter when computing a circle with a cartographic position.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





