| Package | Description |
|---|---|
| gov.nasa.worldwind.render.markers | |
| gov.nasa.worldwindx.applications.sar.segmentplane |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BasicMarkerShape.CompoundShape |
protected static class |
BasicMarkerShape.Cone
A cone marker shape.
|
protected static class |
BasicMarkerShape.Cube
Cube marker shape.
|
protected static class |
BasicMarkerShape.Cylinder
A cylinder marker shape.
|
protected static class |
BasicMarkerShape.HeadingArrow
An arrow that indicates heading.
|
protected static class |
BasicMarkerShape.HeadingLine
A line that indicates heading.
|
protected static class |
BasicMarkerShape.Shape |
protected static class |
BasicMarkerShape.Sphere |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<MarkerShape> |
BasicMarkerShape.CompoundShape.shapes |
| Modifier and Type | Method and Description |
|---|---|
static MarkerShape |
BasicMarkerShape.createShapeInstance(String shapeType) |
MarkerShape |
BasicMarkerAttributes.getShape(DrawContext dc) |
MarkerShape |
MarkerAttributes.getShape(DrawContext dc) |
| Constructor and Description |
|---|
CompoundShape(String shapeType,
String name,
MarkerShape shape1,
MarkerShape shape2) |
CompoundShape(String shapeType,
String name,
MarkerShape shape1,
MarkerShape shape2,
double offset) |
| Modifier and Type | Field and Description |
|---|---|
protected MarkerShape |
SegmentPlaneRenderer.ControlPointInfo.shape |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,MarkerShape> |
SegmentPlaneRenderer.RenderInfo.markerShapeMap |
| Modifier and Type | Method and Description |
|---|---|
MarkerShape |
SegmentPlaneRenderer.RenderInfo.getMarkerShape(String shapeType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SegmentPlaneRenderer.drawControlPoint(DrawContext dc,
SegmentPlane segmentPlane,
SegmentPlane.ControlPoint controlPoint,
Position position,
MarkerShape shape) |
| Constructor and Description |
|---|
ControlPointInfo(SegmentPlane.ControlPoint controlPoint,
Position position,
MarkerShape shape) |