WirelessInSite64GeometryData#
- class ansys.stk.core.stkobjects.WirelessInSite64GeometryData#
Class defining the REMCOM Wireless InSite 64 geometry data.
Overview#
Get or set the geometry data filename. |
|
Get or set the projection / horizontal datum. |
|
Get an array of supported building height data attributes. |
|
Get or sets the building height data attribute. |
|
Get or set the building height reference method. |
|
Get or set the building height unit. |
|
Get or set the option for overriding the geometry tile origin. |
|
Get or set the geometry tile origin latitude. |
|
Get or set the geometry tile origin longitude. |
|
Get or set the option for using terrain data. |
|
Get the terrain extent min latitude. |
|
Get the terrain extent max latitude. |
|
Get the terrain extent min longitude. |
|
Get the terrain extent max longitude. |
Import detail#
from ansys.stk.core.stkobjects import WirelessInSite64GeometryData
Property detail#
- property WirelessInSite64GeometryData.projection_horizontal_datum: ProjectionHorizontalDatumType#
Get or set the projection / horizontal datum.
- property WirelessInSite64GeometryData.supported_building_height_data_attributes: list#
Get an array of supported building height data attributes.
- property WirelessInSite64GeometryData.building_height_data_attribute: str#
Get or sets the building height data attribute.
- property WirelessInSite64GeometryData.building_height_reference_method: BuildHeightReferenceMethod#
Get or set the building height reference method.
- property WirelessInSite64GeometryData.building_height_units: BuildingHeightUnit#
Get or set the building height unit.
- property WirelessInSite64GeometryData.override_geometry_tile_origin: bool#
Get or set the option for overriding the geometry tile origin.
- property WirelessInSite64GeometryData.geometry_tile_origin_latitude: Any#
Get or set the geometry tile origin latitude.
- property WirelessInSite64GeometryData.geometry_tile_origin_longitude: Any#
Get or set the geometry tile origin longitude.
- property WirelessInSite64GeometryData.use_terrain_data: bool#
Get or set the option for using terrain data.
- property WirelessInSite64GeometryData.terrain_extent_minimum_latitude: Any#
Get the terrain extent min latitude.
- property WirelessInSite64GeometryData.terrain_extent_maximum_latitude: Any#
Get the terrain extent max latitude.