CoverageLatLonBoxCollection#
- class ansys.stk.core.stkobjects.CoverageLatLonBoxCollection#
Collection of latitude/longitude boxes of interest.
Overview#
Given an index, returns an element in the collection. |
|
Add a new box centered on a Place, Facility, or Target object, defined by latitude and longitude spans. |
|
Remove an element from the collection using specified index. |
|
Remove all elements from the collection. |
Import detail#
from ansys.stk.core.stkobjects import CoverageLatLonBoxCollection
Property detail#
- property CoverageLatLonBoxCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- CoverageLatLonBoxCollection.item(self, index: int) CoverageLatLonBox #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
CoverageLatLonBox
- CoverageLatLonBoxCollection.add(self, center_object_name: str) CoverageLatLonBox #
Add a new box centered on a Place, Facility, or Target object, defined by latitude and longitude spans.
- Parameters:
center_object_name :
str
- Returns:
CoverageLatLonBox