Class ShapefileViewer


  • public class ShapefileViewer
    extends ApplicationTemplate
    Illustrates how to import ESRI Shapefiles into WorldWind. This uses a ShapefileLayerFactory to parse a Shapefile's contents and convert the shapefile into an equivalent WorldWind shape. This provides examples of importing a Shapefile on the local hard drive and importing a Shapefile at a remote URL.
    • Constructor Detail

      • ShapefileViewer

        public ShapefileViewer()
    • Method Detail

      • main

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