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.markersClasses in gov.nasa.worldwind.render.markers that implement MarkerShape Modifier and Type Class Description protected static classBasicMarkerShape.CompoundShapeprotected static classBasicMarkerShape.ConeA cone marker shape.protected static classBasicMarkerShape.CubeCube marker shape.protected static classBasicMarkerShape.CylinderA cylinder marker shape.protected static classBasicMarkerShape.HeadingArrowAn arrow that indicates heading.protected static classBasicMarkerShape.HeadingLineA line that indicates heading.protected static classBasicMarkerShape.Shapeprotected static classBasicMarkerShape.SphereFields in gov.nasa.worldwind.render.markers with type parameters of type MarkerShape Modifier and Type Field Description protected java.util.ArrayList<MarkerShape>BasicMarkerShape.CompoundShape. shapesMethods in gov.nasa.worldwind.render.markers that return MarkerShape Modifier and Type Method Description static MarkerShapeBasicMarkerShape. createShapeInstance(java.lang.String shapeType)MarkerShapeBasicMarkerAttributes. getShape(DrawContext dc)MarkerShapeMarkerAttributes. 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.segmentplaneFields in gov.nasa.worldwindx.applications.sar.segmentplane declared as MarkerShape Modifier and Type Field Description protected MarkerShapeSegmentPlaneRenderer.ControlPointInfo. shapeFields 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. markerShapeMapMethods in gov.nasa.worldwindx.applications.sar.segmentplane that return MarkerShape Modifier and Type Method Description MarkerShapeSegmentPlaneRenderer.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 voidSegmentPlaneRenderer. 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)
 
-