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.segmentplane
Fields in gov.nasa.worldwindx.applications.sar.segmentplane declared as SegmentPlane.ControlPoint Modifier and Type Field Description protected SegmentPlane.ControlPoint
SegmentPlaneRenderer.ControlPointInfo. controlPoint
Methods 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 void
SegmentPlane. addControlPoint(SegmentPlane.ControlPoint controlPoint)
Position
SegmentPlaneRenderer. computeControlPointPosition(SectorGeometryList sgl, Globe globe, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint)
protected void
SegmentPlaneRenderer. drawControlPoint(DrawContext dc, SegmentPlane segmentPlane, SegmentPlane.ControlPoint controlPoint, Position position, MarkerShape shape)
protected void
SegmentPlaneRenderer. 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 void
SegmentPlane. 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)
-