Uses of Class
gov.nasa.worldwind.util.ShapeEditor.ControlPointMarker
-
Packages that use ShapeEditor.ControlPointMarker Package Description gov.nasa.worldwind.util gov.nasa.worldwindx.examples -
-
Uses of ShapeEditor.ControlPointMarker in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as ShapeEditor.ControlPointMarker Modifier and Type Field Description protected ShapeEditor.ControlPointMarker
ShapeEditor. currentSizingMarker
The control point associated with the current sizing operation.Methods in gov.nasa.worldwind.util that return ShapeEditor.ControlPointMarker Modifier and Type Method Description ShapeEditor.ControlPointMarker
ShapeEditor. getCurrentSizingMarker()
Indicates the control point currently used in the operation underway.protected ShapeEditor.ControlPointMarker
ShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, int leg, java.lang.String purpose)
Creates a control point.protected ShapeEditor.ControlPointMarker
ShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, java.lang.String purpose)
Creates a control point.Methods in gov.nasa.worldwind.util with parameters of type ShapeEditor.ControlPointMarker Modifier and Type Method Description protected void
ShapeEditor. appendLocation(ShapeEditor.ControlPointMarker controlPoint, java.util.List<LatLon> locations)
Adds a location to either the beginning or the end of a specified list of locations.protected void
ShapeEditor. doReshapeShape(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)
Called byShapeEditor.reshapeShape(ShapeEditor.ControlPointMarker)
to perform the actual shape modification.protected void
ShapeEditor. moveLocation(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition, java.util.List<LatLon> locations)
Moves a control point location.protected void
ShapeEditor. reshapeCappedCylinder(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
Performs an edit forCappedCylinder
shapes.protected void
ShapeEditor. reshapeCappedEllipticalCylinder(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
Performs an edit forCappedCylinder
shapes.protected void
ShapeEditor. reshapeOrbit(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
Performs an edit forOrbit
shapes.protected void
ShapeEditor. reshapePolygonAirspace(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
Performs an edit forPolygon
shapes.protected void
ShapeEditor. reshapeRoute(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
Performs an edit forRoute
shapes.protected void
ShapeEditor. reshapeShape(ShapeEditor.ControlPointMarker controlPoint)
Modifies the shape's locations, size or rotation.protected void
ShapeEditor. reshapeSphere(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
Performs an edit forSphereAirspace
shapes.protected void
ShapeEditor. reshapeSurfaceCircle(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
protected void
ShapeEditor. reshapeSurfaceEllipse(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
protected void
ShapeEditor. reshapeSurfacePolygon(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
protected void
ShapeEditor. reshapeSurfaceQuad(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
protected void
ShapeEditor. reshapeSurfaceSquare(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
protected void
ShapeEditor. reshapeTrack(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)
Performs an edit forTrackAirspace
shapes.protected void
ShapeEditor. updateAnnotation(ShapeEditor.ControlPointMarker controlPoint)
Updates the annotation associated with a specified control point. -
Uses of ShapeEditor.ControlPointMarker in gov.nasa.worldwindx.examples
Methods in gov.nasa.worldwindx.examples with parameters of type ShapeEditor.ControlPointMarker Modifier and Type Method Description protected void
ShapeEditingExtension.ShapeEditorExtension. doReshapeShape(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)
Called during editing when a control point is moved.protected void
ShapeEditingExtension.ShapeEditorExtension. reshapeArrow(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)
Edit the arrow according to the control point that is being moved.protected void
ShapeEditingExtension.ShapeEditorExtension. updateAnnotation(ShapeEditor.ControlPointMarker controlPoint)
-