Class Basic3DShapes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
A collection of radarcsstatic final int
Anchor Points: This shape requires one anchor pointstatic final int
Anchor Points: This shape requires two anchor pointsstatic final int
Anchor Points: This shape requires at least three anchor pointsstatic final int
Anchor Points: This shape requires at least three anchor pointsstatic final int
Anchor Points: This shape requires one anchor pointstatic final int
Anchor Points: This shape requires at least two anchor pointsstatic final int
A collection of routes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CYLINDER
Anchor Points: This shape requires one anchor pointModifiers: radius (
Modifiers.AM_DISTANCE
), and min and max altitude (Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
ORBIT
Anchor Points: This shape requires two anchor pointsModifiers: width (
Modifiers.AM_DISTANCE
), and min and max altitude (Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
ROUTE
Anchor Points: This shape requires at least two anchor pointsModifiers: width (
Modifiers.AM_DISTANCE
), and min and max altitude (Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
POLYGON
Anchor Points: This shape requires at least three anchor pointsModifiers: min and max altitude (
Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
RADARC
Anchor Points: This shape requires one anchor pointModifiers: min radius and max radius (
Modifiers.AM_DISTANCE
), left and right azimuth (Modifiers.AN_AZIMUTH
), and min and max altitude (Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
POLYARC
Anchor Points: This shape requires at least three anchor pointsModifiers: radius (
Modifiers.AM_DISTANCE
), left and right azimuth (Modifiers.AN_AZIMUTH
), and min and max altitude (Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
CAKE
A collection of radarcsAnchor Points: This shape requires one anchor point
Modifiers (for each radarc): min radius and max radius (
Modifiers.AM_DISTANCE
), left and right azimuth (Modifiers.AN_AZIMUTH
), and min and max altitude (Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
TRACK
A collection of routesAnchor Points: This shape requires at least two anchor points
Modifiers (for each segment): left and right width (
Modifiers.AM_DISTANCE
), and min and max altitude (Modifiers.X_ALTITUDE_DEPTH
).- See Also:
-
-
Constructor Details
-
Basic3DShapes
public Basic3DShapes()
-