Package gov.nasa.worldwindx.examples
Class ApplicationTemplate
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- Direct Known Subclasses:
AbstractShapeIntersection,AddAnimator,AirspaceBuilder,Airspaces,AirspacesEverywhere,AlarmIcons,AnalyticSurfaceDemo,AnimatedGlobe,AnnotationControls,Annotations,AntennaViewer,Balloons,BathymetryRemoval,Boxes,BulkDownload,CacheLocationConfiguration,ColladaViewer,Cones,ConfiguringGLRuntimeCapabilities,ContextMenusOnShapes,ContourBuilderExample,ContourLines,Cube,CustomElevationModel,Cylinders,DebuggingGLErrors,DeclutterTacticalSymbols,DetailHints,DimGlobeSurface,DraggingShapes,EGM96Offsets,Ellipsoids,EllipsoidsEverywhere,ExportImageOrElevations,ExtrudedPolygonBuilder,ExtrudedPolygonIntersection,ExtrudedPolygons,ExtrudedPolygonsEverywhere,ExtrudedPolygonsFromShapefile,ExtrudedPolygonWithBaseDepth,ExtrudedShapes,FlatWorld,FlatWorldEarthquakes,GARSGraticule,GazetteerApp,GeoRSS,GetBestElevations,GliderTestApp,GlobeAnnotationExample,GPSTracks,Graticule,GridOfPoints,IconPicking,ImportElevations,ImportImagery,InstallDTED,InstallElevations,InstallImagery,InstallImageryAndElevationsDemo,KeepingObjectsInView,KMLViewer,LayerTreeUsage,LineBackground,LinesOfSight,LocalDataOnly,LoggingControl,Markers,MarkersOrder,MeasureToolUsage,MGRSGraticule,MultiResPath,NetworkOfflineMode,OnScreenLayerManager,ParallelPaths,PathPositionColors,Paths,PathsOnDateline,PathsWithDirection,PathsWithLabels,PersistSessionState,PickFrustum,PlacemarkDecluttering,PlacemarkLabelEditing,Placemarks,PlaceNames,PointPlacemarksEverywhere,PolygonIntersection,Polygons,PolygonsEverywhere,Pyramids,RadarVolumeExample,RemoteSurfaceImage,RetrieveElevations,RigidShapeBuilder,RigidShapes,RotatedSector,RubberSheetImage,ScreenImageDragging,ScreenSelection,SectorSelection,ShapeClipping,ShapeCombining,ShapeEditing,ShapeEditingExtension,ShapefileAttributeGroups,Shapefiles,ShapefileViewer,Stereo,SurfaceImages,SurfaceImageViewer,SurfacePolygonsEverywhere,SurfaceTextUsage,Symbology,TacticalGraphics,TacticalSymbols,TerrainIntersections,TerrainProfiler,TreeControl,TreeFiltering,VeryManyPaths,VideoOnTerrain,ViewControls,ViewIteration,ViewLimits,ViewLookAround,ViewSwitch,VPFLayerDemo,WCSElevations,Wedges
public class ApplicationTemplate extends java.lang.ObjectProvides a base application framework for simple WorldWind examples. Examine other examples in this package to see how it's used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classApplicationTemplate.AppFramestatic classApplicationTemplate.AppPanel
-
Constructor Summary
Constructors Constructor Description ApplicationTemplate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinsertAfterPlacenames(WorldWindow wwd, Layer layer)static voidinsertBeforeCompass(WorldWindow wwd, Layer layer)static voidinsertBeforeLayerName(WorldWindow wwd, Layer layer, java.lang.String targetName)static voidinsertBeforePlacenames(WorldWindow wwd, Layer layer)static voidmain(java.lang.String[] args)static ApplicationTemplate.AppFramestart(java.lang.String appName, java.lang.Class<?> appFrameClass)
-
-
-
Method Detail
-
insertBeforeCompass
public static void insertBeforeCompass(WorldWindow wwd, Layer layer)
-
insertBeforePlacenames
public static void insertBeforePlacenames(WorldWindow wwd, Layer layer)
-
insertAfterPlacenames
public static void insertAfterPlacenames(WorldWindow wwd, Layer layer)
-
insertBeforeLayerName
public static void insertBeforeLayerName(WorldWindow wwd, Layer layer, java.lang.String targetName)
-
start
public static ApplicationTemplate.AppFrame start(java.lang.String appName, java.lang.Class<?> appFrameClass)
-
main
public static void main(java.lang.String[] args)
-
-