Package gov.nasa.worldwindx.examples
Class ShapefileViewer
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- gov.nasa.worldwindx.examples.ShapefileViewer
-
public class ShapefileViewer extends ApplicationTemplate
Illustrates how to import ESRI Shapefiles into WorldWind. This uses ato 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.ShapefileLayerFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShapefileViewer.AppFrame-
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
-
-
Constructor Summary
Constructors Constructor Description ShapefileViewer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected static voidmakeMenu(ShapefileViewer.AppFrame appFrame)-
Methods inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
-
-
-
-
Method Detail
-
makeMenu
protected static void makeMenu(ShapefileViewer.AppFrame appFrame)
-
main
public static void main(java.lang.String[] args)
-
-