src.gov.nasa.worldwindx.examples.lineofsight.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worldwind Show documentation
Show all versions of worldwind Show documentation
World Wind is a collection of components that interactively display 3D geographic information within Java applications or applets.
Line of Sight examples
Examples of how to perform line of sight calculations in WorldWind.
Line of sight calculations can use both terrain data and shapes. {@link
gov.nasa.worldwindx.examples.lineofsight.LinesOfSight} shows how to find points that have line of sight to a given
position. It is also possible to determine the intersection of a shape and an arbitrary line. {@link
gov.nasa.worldwindx.examples.lineofsight.AbstractShapeIntersection} is an example of this type of calculation.