Uses of Class
gov.nasa.worldwindx.applications.sar.segmentplane.SegmentPlane.ControlPoint
- 
Packages that use SegmentPlane.ControlPoint Package Description gov.nasa.worldwindx.applications.sar.segmentplane 
- 
- 
Uses of SegmentPlane.ControlPoint in gov.nasa.worldwindx.applications.sar.segmentplaneFields in gov.nasa.worldwindx.applications.sar.segmentplane declared as SegmentPlane.ControlPoint Modifier and Type Field Description protected SegmentPlane.ControlPointSegmentPlaneRenderer.ControlPointInfo. controlPointMethods in gov.nasa.worldwindx.applications.sar.segmentplane that return types with arguments of type SegmentPlane.ControlPoint Modifier and Type Method Description java.util.List<SegmentPlane.ControlPoint>SegmentPlane. getControlPoints()Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type SegmentPlane.ControlPoint Modifier and Type Method Description protected voidSegmentPlane. addControlPoint(SegmentPlane.ControlPoint controlPoint)PositionSegmentPlaneRenderer. computeControlPointPosition(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint)protected voidSegmentPlaneRenderer. drawControlPoint(DrawContext dc, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint, Position position, MarkerShape shape)protected voidSegmentPlaneRenderer. drawControlPointLabel(DrawContext dc, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint, Position position)Method parameters in gov.nasa.worldwindx.applications.sar.segmentplane with type arguments of type SegmentPlane.ControlPoint Modifier and Type Method Description voidSegmentPlane. setControlPoints(java.lang.Iterable<? extends SegmentPlane.ControlPoint> controlPoints)Constructors in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type SegmentPlane.ControlPoint Constructor Description ControlPointInfo(SegmentPlane.ControlPoint controlPoint, Position position, MarkerShape shape)
 
-