Uses of Class
gov.nasa.worldwind.render.airspaces.editor.AirspaceEditorUtil.EdgeInfo
-
Packages that use AirspaceEditorUtil.EdgeInfo Package Description gov.nasa.worldwind.render.airspaces.editor -
-
Uses of AirspaceEditorUtil.EdgeInfo in gov.nasa.worldwind.render.airspaces.editor
Methods in gov.nasa.worldwind.render.airspaces.editor that return AirspaceEditorUtil.EdgeInfo Modifier and Type Method Description static AirspaceEditorUtil.EdgeInfo
AirspaceEditorUtil. selectBestEdgeMatch(WorldWindow wwd, Line ray, Airspace airspace, java.util.List<? extends AirspaceEditorUtil.EdgeInfo> edgeInfoList)
Methods in gov.nasa.worldwind.render.airspaces.editor that return types with arguments of type AirspaceEditorUtil.EdgeInfo Modifier and Type Method Description static java.util.List<AirspaceEditorUtil.EdgeInfo>
AirspaceEditorUtil. computeEdgeInfoFor(int numLocations, java.lang.Iterable<? extends AirspaceControlPoint> controlPoints)
Methods in gov.nasa.worldwind.render.airspaces.editor with parameters of type AirspaceEditorUtil.EdgeInfo Modifier and Type Method Description static AirspaceControlPoint
AirspaceEditorUtil. createControlPointFor(WorldWindow wwd, Line ray, AirspaceEditor editor, Airspace airspace, AirspaceEditorUtil.EdgeInfo edge)
Method parameters in gov.nasa.worldwind.render.airspaces.editor with type arguments of type AirspaceEditorUtil.EdgeInfo Modifier and Type Method Description static AirspaceEditorUtil.EdgeInfo
AirspaceEditorUtil. selectBestEdgeMatch(WorldWindow wwd, Line ray, Airspace airspace, java.util.List<? extends AirspaceEditorUtil.EdgeInfo> edgeInfoList)
-