NASA World Wind

Uses of Class
gov.nasa.worldwind.render.airspaces.editor.AirspaceEditorUtil.EdgeInfo

Packages that use AirspaceEditorUtil.EdgeInfo
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
static AirspaceEditorUtil.EdgeInfo AirspaceEditorUtil.selectBestEdgeMatch(WorldWindow wwd, Line ray, Airspace airspace, List<? extends AirspaceEditorUtil.EdgeInfo> edgeInfoList)
           
 

Methods in gov.nasa.worldwind.render.airspaces.editor that return types with arguments of type AirspaceEditorUtil.EdgeInfo
static List<AirspaceEditorUtil.EdgeInfo> AirspaceEditorUtil.computeEdgeInfoFor(int numLocations, Iterable<? extends AirspaceControlPoint> controlPoints)
           
 

Methods in gov.nasa.worldwind.render.airspaces.editor with parameters of type AirspaceEditorUtil.EdgeInfo
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
static AirspaceEditorUtil.EdgeInfo AirspaceEditorUtil.selectBestEdgeMatch(WorldWindow wwd, Line ray, Airspace airspace, List<? extends AirspaceEditorUtil.EdgeInfo> edgeInfoList)
           
 


NASA World Wind