NASA World Wind

gov.nasa.worldwind.wms
Class Capabilities.Layer

java.lang.Object
  extended by gov.nasa.worldwind.wms.Capabilities.Layer
Enclosing class:
Capabilities

protected static class Capabilities.Layer
extends java.lang.Object


Field Summary
protected  org.w3c.dom.Element element
           
protected  Capabilities.Layer layer
           
protected  java.lang.String name
           
protected  java.util.HashMap<org.w3c.dom.Element,Capabilities.Style> styleElements
           
protected  java.lang.String title
           
 
Constructor Summary
Capabilities.Layer(org.w3c.dom.Element element)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected final org.w3c.dom.Element element

layer

protected Capabilities.Layer layer

name

protected java.lang.String name

styleElements

protected java.util.HashMap<org.w3c.dom.Element,Capabilities.Style> styleElements

title

protected java.lang.String title
Constructor Detail

Capabilities.Layer

public Capabilities.Layer(org.w3c.dom.Element element)

NASA World Wind