|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressSupport | |
com.bbn.openmap | The com.bbn.openmap package contains the core OpenMap classes. |
com.bbn.openmap.layer.dted | Provides a layer that displays DTED (Digital Terrain Elevation Data) data. |
com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
com.bbn.openmap.layer.terrain | This package contains the TerrainLayer, which lets you run LOS and path elevation profile queries over the map. |
com.bbn.openmap.util | Provide miscellaneous utility classes for OpenMap. |
Uses of ProgressSupport in com.bbn.openmap |
Fields in com.bbn.openmap declared as ProgressSupport | |
protected ProgressSupport |
PropertyHandler.progressSupport
|
Methods in com.bbn.openmap that return ProgressSupport | |
protected ProgressSupport |
PropertyHandler.getProgressSupport()
Get progress support if needed. |
Uses of ProgressSupport in com.bbn.openmap.layer.dted |
Fields in com.bbn.openmap.layer.dted declared as ProgressSupport | |
protected ProgressSupport |
DTEDCoverageManager.progressSupport
|
Uses of ProgressSupport in com.bbn.openmap.layer.rpf |
Fields in com.bbn.openmap.layer.rpf declared as ProgressSupport | |
protected ProgressSupport |
MakeToc.progressSupport
|
Uses of ProgressSupport in com.bbn.openmap.layer.terrain |
Fields in com.bbn.openmap.layer.terrain declared as ProgressSupport | |
protected ProgressSupport |
LOSGenerator.progressSupport
|
Uses of ProgressSupport in com.bbn.openmap.util |
Methods in com.bbn.openmap.util with parameters of type ProgressSupport | |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.lang.String prefix,
java.util.Properties properties,
ProgressSupport progressSupport)
Given a Vector of marker name Strings, and a Properties object, look in the Properties object for the markerName.class property to get a class name to create each object. |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.util.Properties properties,
ProgressSupport progressSupport)
Given a Vector of marker name Strings, and a Properties object, look in the Properties object for the markerName.class property to get a class name to create each object. |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.util.Properties properties,
ProgressSupport progressSupport,
boolean matchInOutVectorSize)
Given a Vector of marker name Strings, and a Properties object, look in the Properties object for the markerName.class property to get a class name to create each object. |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.lang.String prefix,
java.util.Properties properties,
ProgressSupport progressSupport,
boolean matchInOutVectorSize)
Given a Vector of marker name Strings, and a Properties object, look in the Properties object for the markerName.class property to get a class name to create each object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |