Uses of Interface
gov.nasa.worldwind.render.markers.MarkerShape
-
Packages that use MarkerShape Package Description gov.nasa.worldwind.render.markers gov.nasa.worldwindx.applications.sar.segmentplane -
-
Uses of MarkerShape in gov.nasa.worldwind.render.markers
Classes in gov.nasa.worldwind.render.markers that implement MarkerShape Modifier and Type Class 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
Fields in gov.nasa.worldwind.render.markers with type parameters of type MarkerShape Modifier and Type Field Description protected java.util.ArrayList<MarkerShape>
BasicMarkerShape.CompoundShape. shapes
Methods in gov.nasa.worldwind.render.markers that return MarkerShape Modifier and Type Method Description static MarkerShape
BasicMarkerShape. createShapeInstance(java.lang.String shapeType)
MarkerShape
BasicMarkerAttributes. getShape(DrawContext dc)
MarkerShape
MarkerAttributes. getShape(DrawContext dc)
Constructors in gov.nasa.worldwind.render.markers with parameters of type MarkerShape Constructor Description CompoundShape(java.lang.String shapeType, java.lang.String name, MarkerShape shape1, MarkerShape shape2)
CompoundShape(java.lang.String shapeType, java.lang.String name, MarkerShape shape1, MarkerShape shape2, double offset)
-
Uses of MarkerShape in gov.nasa.worldwindx.applications.sar.segmentplane
Fields in gov.nasa.worldwindx.applications.sar.segmentplane declared as MarkerShape Modifier and Type Field Description protected MarkerShape
SegmentPlaneRenderer.ControlPointInfo. shape
Fields in gov.nasa.worldwindx.applications.sar.segmentplane with type parameters of type MarkerShape Modifier and Type Field Description protected java.util.Map<java.lang.String,MarkerShape>
SegmentPlaneRenderer.RenderInfo. markerShapeMap
Methods in gov.nasa.worldwindx.applications.sar.segmentplane that return MarkerShape Modifier and Type Method Description MarkerShape
SegmentPlaneRenderer.RenderInfo. getMarkerShape(java.lang.String shapeType)
Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type MarkerShape Modifier and Type Method Description protected void
SegmentPlaneRenderer. drawControlPoint(DrawContext dc, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint, Position position, MarkerShape shape)
Constructors in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type MarkerShape Constructor Description ControlPointInfo(SegmentPlane.ControlPoint controlPoint, Position position, MarkerShape shape)
-