Class BasicMarkerShape.Cone
- java.lang.Object
- 
- gov.nasa.worldwind.render.markers.BasicMarkerShape.Shape
- 
- gov.nasa.worldwind.render.markers.BasicMarkerShape.Cone
 
 
- 
- All Implemented Interfaces:
- Disposable,- MarkerShape
 - Enclosing class:
- BasicMarkerShape
 
 protected static class BasicMarkerShape.Cone extends BasicMarkerShape.Shape A cone marker shape. The cone can be oriented using heading and pitch.
- 
- 
Field Summary- 
Fields inherited from class gov.nasa.worldwind.render.markers.BasicMarkerShape.ShapeapplyOrientation, displayListCacheKey, isInitialized, name, quadric, shapeType
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedCone()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRender(DrawContext dc, Marker marker, Vec4 point, double size, int[] dlResource)protected intdrawShape(DrawContext dc, double radius)protected voidinitialize(DrawContext dc)- 
Methods inherited from class gov.nasa.worldwind.render.markers.BasicMarkerShape.ShapecomputeOrientationVector, createDisplayList, dispose, getName, getShapeType, isApplyOrientation, render, render, setApplyOrientation
 
- 
 
- 
- 
- 
Method Detail- 
initializeprotected void initialize(DrawContext dc) - Overrides:
- initializein class- BasicMarkerShape.Shape
 
 - 
doRenderprotected void doRender(DrawContext dc, Marker marker, Vec4 point, double size, int[] dlResource) - Specified by:
- doRenderin class- BasicMarkerShape.Shape
 
 - 
drawShapeprotected int drawShape(DrawContext dc, double radius) - Specified by:
- drawShapein class- BasicMarkerShape.Shape
 
 
- 
 
-