NASA World Wind

gov.nasa.worldwind.layers.Earth
Class NASAWFSPlaceNameLayer

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.layers.AbstractLayer
              extended by gov.nasa.worldwind.layers.placename.PlaceNameLayer
                  extended by gov.nasa.worldwind.layers.Earth.NASAWFSPlaceNameLayer
All Implemented Interfaces:
AVList, Disposable, Layer, Restorable, WWObject, java.beans.PropertyChangeListener, java.util.EventListener

public class NASAWFSPlaceNameLayer
extends PlaceNameLayer


Field Summary
static java.lang.String CONTINENTS
           
static java.lang.String COUNTRIES
           
static java.lang.String DESERTSPLAINS
           
static java.lang.String GEONET_A_ADM1
           
static java.lang.String GEONET_A_ADM2
           
static java.lang.String GEONET_P_PPC
           
static java.lang.String GEONET_P_PPL
           
static java.lang.String GEONET_P_PPLA
           
static java.lang.String GEONET_P_PPLC
           
static java.lang.String LAKESRIVERS
           
static java.lang.String MOUNTAINSVALLEYS
           
static java.lang.String OCEANS
           
static java.lang.String TRENCHESRIDGES
           
static java.lang.String US_ANTHROPOGENIC
           
static java.lang.String US_TERRAIN
           
static java.lang.String US_WATER
           
static java.lang.String USCITIES0
           
static java.lang.String USCITIESOVER0
           
static java.lang.String USCITIESOVER100K
           
static java.lang.String USCITIESOVER10K
           
static java.lang.String USCITIESOVER1K
           
static java.lang.String USCITIESOVER500K
           
static java.lang.String USCITIESOVER50K
           
static java.lang.String WATERBODIES
           
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
NASAWFSPlaceNameLayer()
           
 
Method Summary
 void setPlaceNameSetsVisible(java.util.List names)
           
 java.lang.String toString()
           
 
Methods inherited from class gov.nasa.worldwind.layers.placename.PlaceNameLayer
dispose, doRender, getPlaceNameServiceSet, getReferencePoint
 
Methods inherited from class gov.nasa.worldwind.layers.AbstractLayer
doPick, getMaxActiveAltitude, getMinActiveAltitude, getName, getOpacity, getRestorableState, getScale, isAtMaxResolution, isEnabled, isLayerActive, isLayerInView, isMultiResolution, isPickEnabled, pick, render, restoreState, setEnabled, setMaxActiveAltitude, setMinActiveAltitude, setName, setOpacity, setPickEnabled
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Field Detail

CONTINENTS

public static final java.lang.String CONTINENTS
See Also:
Constant Field Values

COUNTRIES

public static final java.lang.String COUNTRIES
See Also:
Constant Field Values

DESERTSPLAINS

public static final java.lang.String DESERTSPLAINS
See Also:
Constant Field Values

GEONET_A_ADM1

public static final java.lang.String GEONET_A_ADM1
See Also:
Constant Field Values

GEONET_A_ADM2

public static final java.lang.String GEONET_A_ADM2
See Also:
Constant Field Values

GEONET_P_PPC

public static final java.lang.String GEONET_P_PPC
See Also:
Constant Field Values

GEONET_P_PPL

public static final java.lang.String GEONET_P_PPL
See Also:
Constant Field Values

GEONET_P_PPLA

public static final java.lang.String GEONET_P_PPLA
See Also:
Constant Field Values

GEONET_P_PPLC

public static final java.lang.String GEONET_P_PPLC
See Also:
Constant Field Values

LAKESRIVERS

public static final java.lang.String LAKESRIVERS
See Also:
Constant Field Values

MOUNTAINSVALLEYS

public static final java.lang.String MOUNTAINSVALLEYS
See Also:
Constant Field Values

OCEANS

public static final java.lang.String OCEANS
See Also:
Constant Field Values

TRENCHESRIDGES

public static final java.lang.String TRENCHESRIDGES
See Also:
Constant Field Values

US_ANTHROPOGENIC

public static final java.lang.String US_ANTHROPOGENIC
See Also:
Constant Field Values

US_TERRAIN

public static final java.lang.String US_TERRAIN
See Also:
Constant Field Values

US_WATER

public static final java.lang.String US_WATER
See Also:
Constant Field Values

USCITIES0

public static final java.lang.String USCITIES0
See Also:
Constant Field Values

USCITIESOVER0

public static final java.lang.String USCITIESOVER0
See Also:
Constant Field Values

USCITIESOVER100K

public static final java.lang.String USCITIESOVER100K
See Also:
Constant Field Values

USCITIESOVER10K

public static final java.lang.String USCITIESOVER10K
See Also:
Constant Field Values

USCITIESOVER1K

public static final java.lang.String USCITIESOVER1K
See Also:
Constant Field Values

USCITIESOVER500K

public static final java.lang.String USCITIESOVER500K
See Also:
Constant Field Values

USCITIESOVER50K

public static final java.lang.String USCITIESOVER50K
See Also:
Constant Field Values

WATERBODIES

public static final java.lang.String WATERBODIES
See Also:
Constant Field Values
Constructor Detail

NASAWFSPlaceNameLayer

public NASAWFSPlaceNameLayer()
Method Detail

setPlaceNameSetsVisible

public void setPlaceNameSetsVisible(java.util.List names)

toString

public java.lang.String toString()
Overrides:
toString in class AbstractLayer

NASA World Wind