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.ControlPointMarkerShapeEditor. currentSizingMarkerThe control point associated with the current sizing operation.Methods in gov.nasa.worldwind.util that return ShapeEditor.ControlPointMarker Modifier and Type Method Description ShapeEditor.ControlPointMarkerShapeEditor. getCurrentSizingMarker()Indicates the control point currently used in the operation underway.protected ShapeEditor.ControlPointMarkerShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, int leg, java.lang.String purpose)Creates a control point.protected ShapeEditor.ControlPointMarkerShapeEditor. 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 voidShapeEditor. 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 voidShapeEditor. doReshapeShape(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)Called byShapeEditor.reshapeShape(ShapeEditor.ControlPointMarker)to perform the actual shape modification.protected voidShapeEditor. moveLocation(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition, java.util.List<LatLon> locations)Moves a control point location.protected voidShapeEditor. reshapeCappedCylinder(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forCappedCylindershapes.protected voidShapeEditor. reshapeCappedEllipticalCylinder(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forCappedCylindershapes.protected voidShapeEditor. reshapeOrbit(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forOrbitshapes.protected voidShapeEditor. reshapePolygonAirspace(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forPolygonshapes.protected voidShapeEditor. reshapeRoute(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forRouteshapes.protected voidShapeEditor. reshapeShape(ShapeEditor.ControlPointMarker controlPoint)Modifies the shape's locations, size or rotation.protected voidShapeEditor. reshapeSphere(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forSphereAirspaceshapes.protected voidShapeEditor. reshapeSurfaceCircle(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfaceEllipse(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfacePolygon(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfaceQuad(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeSurfaceSquare(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)protected voidShapeEditor. reshapeTrack(Position terrainPosition, ShapeEditor.ControlPointMarker controlPoint)Performs an edit forTrackAirspaceshapes.protected voidShapeEditor. 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 voidShapeEditingExtension.ShapeEditorExtension. doReshapeShape(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)Called during editing when a control point is moved.protected voidShapeEditingExtension.ShapeEditorExtension. reshapeArrow(ShapeEditor.ControlPointMarker controlPoint, Position terrainPosition)Edit the arrow according to the control point that is being moved.protected voidShapeEditingExtension.ShapeEditorExtension. updateAnnotation(ShapeEditor.ControlPointMarker controlPoint)
-