NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.xml.Identifier

Packages that use Identifier
gov.nasa.worldwind.servers.wms.xml   
 

Uses of Identifier in gov.nasa.worldwind.servers.wms.xml
 

Fields in gov.nasa.worldwind.servers.wms.xml with type parameters of type Identifier
protected  List<Identifier> Layer.identifier
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return Identifier
 Identifier ObjectFactory.createIdentifier()
          Create an instance of Identifier
 

Methods in gov.nasa.worldwind.servers.wms.xml that return types with arguments of type Identifier
 List<Identifier> Layer.getIdentifier()
          Gets the value of the identifier property.
 


NASA World Wind WMS