Package | Description |
---|---|
gov.nasa.worldwind.globes |
Provides classes for representing the shape and terrain of a planet.
|
gov.nasa.worldwind.terrain | |
gov.nasa.worldwindx.applications.dataimporter | |
gov.nasa.worldwindx.applications.worldwindow.features | |
gov.nasa.worldwindx.examples | |
gov.nasa.worldwindx.examples.dataimport | |
gov.nasa.worldwindx.examples.layermanager |
Modifier and Type | Field and Description |
---|---|
protected ElevationModel |
EllipsoidalGlobe.StateKey.elevationModel |
Modifier and Type | Method and Description |
---|---|
ElevationModel |
EllipsoidalGlobe.getElevationModel() |
ElevationModel |
Globe.getElevationModel()
Indicates this globe's elevation model.
|
static ElevationModel |
EllipsoidalGlobe.makeElevationModel(String key,
String defaultValue)
Construct an elevation model given a key for a configuration source and the source's default value.
|
Modifier and Type | Method and Description |
---|---|
void |
EllipsoidalGlobe.setElevationModel(ElevationModel elevationModel) |
void |
Globe.setElevationModel(ElevationModel elevationModel)
Specifies this globe's elevation model.
|
Constructor and Description |
---|
EllipsoidalGlobe(double equatorialRadius,
double polarRadius,
double es,
ElevationModel em)
Create a new globe.
|
EllipsoidalGlobe(double equatorialRadius,
double polarRadius,
double es,
ElevationModel em,
Vec4 center)
Create a new globe, and set the position of the globe's center.
|
FlatGlobe(double equatorialRadius,
double polarRadius,
double es,
ElevationModel em)
Create a new globe.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElevationModel |
class |
BasicElevationModel |
class |
BathymetryFilterElevationModel
An elevation model to map another elevation model's depths to a constant value, usually 0.
|
class |
CompoundElevationModel |
class |
LocalElevationModel
Implements an elevation model for a local file or collection of files containing elevation data.
|
class |
LocalRasterServerElevationModel
Implements an
ElevationModel for a local dataset accessed via a local raster server
(RasterServer ). |
class |
WCSElevationModel |
class |
WMSBasicElevationModel |
class |
ZeroElevationModel
An elevation model that always returns zero elevations.
|
Modifier and Type | Field and Description |
---|---|
protected ElevationModel |
BathymetryFilterElevationModel.sourceModel |
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<ElevationModel> |
CompoundElevationModel.elevationModels |
Modifier and Type | Method and Description |
---|---|
protected ElevationModel |
BasicElevationModelFactory.createNonCompoundModel(Element domElement,
AVList params)
Create a simple elevation model.
|
protected ElevationModel |
BasicElevationModelFactory.doCreateFromCapabilities(OGCCapabilities caps,
AVList params) |
protected ElevationModel |
BasicElevationModelFactory.doCreateFromElement(Element domElement,
AVList params)
Creates an elevation model from an XML description.
|
ElevationModel |
BathymetryFilterElevationModel.getSourceModel()
Returns the source elevation model.
|
Modifier and Type | Method and Description |
---|---|
List<ElevationModel> |
CompoundElevationModel.getElevationModels() |
Modifier and Type | Method and Description |
---|---|
void |
CompoundElevationModel.addElevationModel(ElevationModel em)
Adds an elevation to this compound elevation model.
|
void |
CompoundElevationModel.addElevationModel(int index,
ElevationModel em)
Adds a specified elevation model to a specified position in this compound elevation model's elevation model list.
|
boolean |
CompoundElevationModel.containsElevationModel(ElevationModel em)
Returns true if this CompoundElevationModel contains the specified ElevationModel, and false otherwise.
|
void |
CompoundElevationModel.removeElevationModel(ElevationModel em) |
void |
CompoundElevationModel.setElevationModel(int index,
ElevationModel em) |
Constructor and Description |
---|
BathymetryFilterElevationModel(ElevationModel source)
Constructs an elevation model that filters the elevations from a specified elevation model.
|
Modifier and Type | Method and Description |
---|---|
static ElevationModel |
DataInstaller.findElevationModel(WorldWindow wwd,
String elevationModelName) |
Modifier and Type | Method and Description |
---|---|
static void |
DataInstaller.removeElevationModel(WorldWindow wwd,
ElevationModel elevationModel) |
Modifier and Type | Field and Description |
---|---|
protected List<ElevationModel> |
AbstractElevationsFeature.elevationModels |
Modifier and Type | Method and Description |
---|---|
List<ElevationModel> |
AbstractElevationsFeature.getElevationModels() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractElevationsFeature.addModel(ElevationModel em) |
protected void |
AbstractElevationsFeature.destroyElevationModel(ElevationModel em) |
protected void |
AbstractElevationsFeature.doAddModel(ElevationModel em) |
protected void |
AbstractElevationsFeature.removeModel(ElevationModel em) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractElevationsFeature.addModels(List<ElevationModel> models) |
Modifier and Type | Method and Description |
---|---|
protected void |
DetailHints.AppFrame.setElevationModelDetailHint(ElevationModel em,
double detailHint) |
Modifier and Type | Method and Description |
---|---|
protected ElevationModel |
InstallDTED.AppFrame.installElevations(String displayName,
ArrayList<File> sources,
FileStore fileStore) |
protected ElevationModel |
InstallElevations.AppFrame.installElevations(String displayName,
Object elevationSource,
FileStore fileStore) |
Modifier and Type | Field and Description |
---|---|
protected ElevationModel |
ElevationModelPanel.elevationModel |
protected ElevationModel |
ElevationModelPanel.SelectModelAction.elevationModel |
Modifier and Type | Method and Description |
---|---|
ElevationModel |
ElevationModelPanel.getElevationModel() |
Modifier and Type | Method and Description |
---|---|
protected int |
ElevationModelPanel.findElevationModelPosition(WorldWindow wwd,
ElevationModel elevationModel) |
protected void |
ElevationModelPanel.moveElevationModel(WorldWindow wwd,
ElevationModel elevationModel,
int direction) |
Constructor and Description |
---|
ElevationModelPanel(WorldWindow wwd,
ElevationModelManagerPanel emPanel,
ElevationModel elevationModel) |
SelectModelAction(WorldWindow wwd,
ElevationModel elevationModel,
boolean selected) |