CoveragePointDefinition#

class ansys.stk.core.stkobjects.CoveragePointDefinition#

Point Definition: methods and parameters for specifying the location of points on the coverage grid.

Overview#

set_points_detic

Use an array of latitude/longitude/altitude values to define a coverage grid point.

point_location_method

Specify the location of points on the coverage grid.

point_file_list

List of point file locations.

grid_class

Class of object used to define grid points.

use_grid_seed

Select an object instance for the grid seed.

use_object_as_seed

Use the selected object as the grid seed.

altitude_method

Specify the height of a grid point.

altitude

Height of the grid point. Uses Distance Dimension.

seed_instance

Specify the object instance to use as a grid seed.

available_seeds

Available object instances to use as a grid seed.

ground_altitude_method

Specify the height of a grid point.

ground_altitude

Height of the grid point. Uses Distance Dimension.

point_altitude_method

Custom point altitude method specifies whether to use the altitude values in the point file (.*pt) or override them using the altitude at a point on terrain.

Import detail#

from ansys.stk.core.stkobjects import CoveragePointDefinition

Property detail#

property CoveragePointDefinition.point_location_method: CoveragePointLocationMethod#

Specify the location of points on the coverage grid.

property CoveragePointDefinition.point_file_list: CoveragePointFileListCollection#

List of point file locations.

property CoveragePointDefinition.grid_class: CoverageGridClass#

Class of object used to define grid points.

property CoveragePointDefinition.use_grid_seed: bool#

Select an object instance for the grid seed.

property CoveragePointDefinition.use_object_as_seed: bool#

Use the selected object as the grid seed.

property CoveragePointDefinition.altitude_method: CoverageAltitudeMethod#

Specify the height of a grid point.

property CoveragePointDefinition.altitude: float#

Height of the grid point. Uses Distance Dimension.

property CoveragePointDefinition.seed_instance: str#

Specify the object instance to use as a grid seed.

property CoveragePointDefinition.available_seeds: list#

Available object instances to use as a grid seed.

property CoveragePointDefinition.ground_altitude_method: CoverageGroundAltitudeMethod#

Specify the height of a grid point.

property CoveragePointDefinition.ground_altitude: float#

Height of the grid point. Uses Distance Dimension.

property CoveragePointDefinition.point_altitude_method: CoveragePointAltitudeMethod#

Custom point altitude method specifies whether to use the altitude values in the point file (.*pt) or override them using the altitude at a point on terrain.

Method detail#

CoveragePointDefinition.set_points_detic(self, lla_points: list) None#

Use an array of latitude/longitude/altitude values to define a coverage grid point.

Parameters:

lla_points : list

Returns:

None