Class AbstractShapeIntersection


  • public class AbstractShapeIntersection
    extends ApplicationTemplate
    Shows how to determine and display the intersection of a line with an Ellipsoid or other rigid shapes. This example creates a shape on the globe, loads high resolution terrain, and then computes the intersection of the shape and a line through the shape parallel to the globe, and a line through the shape perpendicular to the globe.
    • Constructor Detail

      • AbstractShapeIntersection

        public AbstractShapeIntersection()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)