Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.platforms.advanced |
Defines less commonly used types in modeling various mechanical platforms such as Satellites, Facilities, Aircraft, etc.
|
Modifier and Type | Method and Description |
---|---|
DistanceDisplayCondition |
MarkerBatchPrimitive.getDistanceDisplayConditionPerMarker()
Gets a
DistanceDisplayCondition
that is evaluated per marker in the marker batch during rendering. |
DistanceDisplayCondition |
PointBatchPrimitive.getDistanceDisplayConditionPerPoint()
Gets a
DistanceDisplayCondition
that is evaluated per point in the point batch during rendering. |
DistanceDisplayCondition |
TextBatchPrimitive.getDistanceDisplayConditionPerString()
Gets a
DistanceDisplayCondition
that is evaluated per string in the text batch during rendering. |
Modifier and Type | Method and Description |
---|---|
void |
MarkerBatchPrimitive.setDistanceDisplayConditionPerMarker(DistanceDisplayCondition inVal)
Sets a
DistanceDisplayCondition
that is evaluated per marker in the marker batch during rendering. |
void |
PointBatchPrimitive.setDistanceDisplayConditionPerPoint(DistanceDisplayCondition value)
Sets a
DistanceDisplayCondition
that is evaluated per point in the point batch during rendering. |
void |
TextBatchPrimitive.setDistanceDisplayConditionPerString(DistanceDisplayCondition value)
Sets a
DistanceDisplayCondition
that is evaluated per string in the text batch during rendering. |
Modifier and Type | Method and Description |
---|---|
DistanceDisplayCondition |
DisplayParametersHelper.getDistanceCondition()
Gets the generated
DistanceDisplayCondition . |