For convenience. Computes boundary positions for a sector 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 Sector
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsSurfaceShapesResult ComputeSectorCartographicWithGranularity( string CentralBody, System.Array Center, double InnerRadius, double OuterRadius, double StartBearing, double EndBearing, double Granularity ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeSectorCartographicWithGranularity( String __gc ^ CentralBody, System::Array ^ Center, double InnerRadius, double OuterRadius, double StartBearing, double EndBearing, double Granularity ); |
| [Java] |
|---|
public IAgStkGraphicsSurfaceShapesResult computeSectorCartographicWithGranularity( String CentralBody, VariantArray Center, double InnerRadius, double OuterRadius, double StartBearing, double EndBearing, double Granularity ); |
| [Unmanaged C++] |
|---|
|
- CentralBody
- The central body to compute the sector on.
- Center
- An array containing the center of the sector, in the centralBody's fixed reference frame, in the order latitude, longitude, altitude.
- InnerRadius
- The inner radius of the sector, in meters.
- OuterRadius
- The outer radius of the sector, in meters.
- StartBearing
- An angle, in radians, measured clockwise from north indicating the start bearing for the sector.
- EndBearing
- An angle, in radians, measured clockwise from north indicating the end bearing for the sector.
- Granularity
- The angular separation, in radians, of positions along the boundary.
Shows the format of the Center parameter when computing a sector with a cartographic position.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Center parameter when computing a sector with a cartographic position.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





