NASA World Wind

Uses of Class
gov.nasa.worldwind.geom.Intersection

Packages that use Intersection
gov.nasa.worldwind.awt   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.render   
gov.nasa.worldwind.render.airspaces.editor   
gov.nasa.worldwind.terrain   
 

Uses of Intersection in gov.nasa.worldwind.awt
 

Methods in gov.nasa.worldwind.awt with parameters of type Intersection
protected  Vec4 ViewInputHandler.nearestIntersectionPoint(Line line, Intersection[] intersections)
           
 

Uses of Intersection in gov.nasa.worldwind.geom
 

Methods in gov.nasa.worldwind.geom that return Intersection
 Intersection[] Sphere.intersect(Line line)
          Obtains the intersections of this sphere with a line.
 Intersection[] Extent.intersect(Line line)
          Obtain the intersections of this extent with line.
 Intersection[] Cylinder.intersect(Line line)
           
 

Uses of Intersection in gov.nasa.worldwind.globes
 

Methods in gov.nasa.worldwind.globes that return Intersection
 Intersection[] EllipsoidalGlobe.intersect(Line line)
           
 Intersection[] Globe.intersect(Line line, double altitude)
           
 Intersection[] EllipsoidalGlobe.intersect(Line line, double altitude)
           
protected  Intersection[] FlatGlobe.intersect(Line line, double equRadius, double polarRadius)
           
protected  Intersection[] EllipsoidalGlobe.intersect(Line line, double equRadius, double polRadius)
           
 Intersection[] Globe.intersect(Triangle t, double altitude)
           
 Intersection[] EllipsoidalGlobe.intersect(Triangle t, double elevation)
          Determines if and where a Triangle intersects the globe ellipsoid at a given elevation.
 

Uses of Intersection in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return types with arguments of type Intersection
protected  ArrayList<Intersection> ContourLinePolygon.filterIntersections(DrawContext dc, ArrayList<Intersection> list)
          Filters the given intersection segments list according to some criteria - here the inclusion inside the current polygon.
protected  ArrayList<Intersection> ContourLine.filterIntersections(DrawContext dc, ArrayList<Intersection> list)
          Filters the given intersection segments list according to some criteria - here the inclusion inside the bounding sector.
protected  ArrayList<Intersection> ContourLine.filterIntersectionsOnViewFrustum(DrawContext dc, ArrayList<Intersection> list)
          Filters the given intersection segments list according to the current view frustum.
 

Method parameters in gov.nasa.worldwind.render with type arguments of type Intersection
protected  ArrayList<Intersection> ContourLinePolygon.filterIntersections(DrawContext dc, ArrayList<Intersection> list)
          Filters the given intersection segments list according to some criteria - here the inclusion inside the current polygon.
protected  ArrayList<Intersection> ContourLine.filterIntersections(DrawContext dc, ArrayList<Intersection> list)
          Filters the given intersection segments list according to some criteria - here the inclusion inside the bounding sector.
protected  ArrayList<Intersection> ContourLine.filterIntersectionsOnViewFrustum(DrawContext dc, ArrayList<Intersection> list)
          Filters the given intersection segments list according to the current view frustum.
protected  int ContourLine.makePolylinesConnected(DrawContext dc, ArrayList<Intersection> inter, int tolerance)
          Add a set of Polyline objects to the contour line renderable list by connecting as much as possible the segments from the given Intersection array.
 

Uses of Intersection in gov.nasa.worldwind.render.airspaces.editor
 

Methods in gov.nasa.worldwind.render.airspaces.editor with parameters of type Intersection
static Vec4 AirspaceEditorUtil.nearestIntersectionPoint(Line line, Intersection[] intersections)
           
 

Uses of Intersection in gov.nasa.worldwind.terrain
 

Methods in gov.nasa.worldwind.terrain that return Intersection
 Intersection[] SectorGeometry.intersect(double elevation)
           
 Intersection[] SectorGeometryList.intersect(double elevation, Sector sector)
          Determines if and where the geometry intersects the ellipsoid at a given elevation.
 Intersection[] SectorGeometryList.intersect(Line line)
          Determines if and where a ray intersects the geometry.
 Intersection[] SectorGeometry.intersect(Line line)
           
 


NASA World Wind