| Package | Description |
|---|---|
| net.opengis.wms | |
| net.opengis.wms.impl |
| Modifier and Type | Method and Description |
|---|---|
LayerDocument.Layer |
CapabilityDocument.Capability.addNewLayer()
Appends and returns a new empty "Layer" element
|
LayerDocument.Layer |
LayerDocument.addNewLayer()
Appends and returns a new empty "Layer" element
|
LayerDocument.Layer |
LayerDocument.Layer.addNewLayer()
Appends and returns a new empty value (as xml) as the last "Layer" element
|
LayerDocument.Layer |
CapabilityDocument.Capability.getLayer()
Gets the "Layer" element
|
LayerDocument.Layer |
LayerDocument.getLayer()
Gets the "Layer" element
|
LayerDocument.Layer[] |
LayerDocument.Layer.getLayerArray()
Gets array of all "Layer" elements
|
LayerDocument.Layer |
LayerDocument.Layer.getLayerArray(int i)
Gets ith "Layer" element
|
LayerDocument.Layer |
LayerDocument.Layer.insertNewLayer(int i)
Inserts and returns a new empty value (as xml) as the ith "Layer" element
|
static LayerDocument.Layer |
LayerDocument.Layer.Factory.newInstance() |
static LayerDocument.Layer |
LayerDocument.Layer.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CapabilityDocument.Capability.setLayer(LayerDocument.Layer layer)
Sets the "Layer" element
|
void |
LayerDocument.setLayer(LayerDocument.Layer layer)
Sets the "Layer" element
|
void |
LayerDocument.Layer.setLayerArray(int i,
LayerDocument.Layer layer)
Sets ith "Layer" element
|
void |
LayerDocument.Layer.setLayerArray(LayerDocument.Layer[] layerArray)
Sets array of all "Layer" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LayerDocumentImpl.LayerImpl
An XML Layer(@http://www.opengis.net/wms).
|
| Modifier and Type | Method and Description |
|---|---|
LayerDocument.Layer |
LayerDocumentImpl.addNewLayer()
Appends and returns a new empty "Layer" element
|
LayerDocument.Layer |
LayerDocumentImpl.LayerImpl.addNewLayer()
Appends and returns a new empty value (as xml) as the last "Layer" element
|
LayerDocument.Layer |
CapabilityDocumentImpl.CapabilityImpl.addNewLayer()
Appends and returns a new empty "Layer" element
|
LayerDocument.Layer |
LayerDocumentImpl.getLayer()
Gets the "Layer" element
|
LayerDocument.Layer |
CapabilityDocumentImpl.CapabilityImpl.getLayer()
Gets the "Layer" element
|
LayerDocument.Layer[] |
LayerDocumentImpl.LayerImpl.getLayerArray()
Gets array of all "Layer" elements
|
LayerDocument.Layer |
LayerDocumentImpl.LayerImpl.getLayerArray(int i)
Gets ith "Layer" element
|
LayerDocument.Layer |
LayerDocumentImpl.LayerImpl.insertNewLayer(int i)
Inserts and returns a new empty value (as xml) as the ith "Layer" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerDocumentImpl.setLayer(LayerDocument.Layer layer)
Sets the "Layer" element
|
void |
CapabilityDocumentImpl.CapabilityImpl.setLayer(LayerDocument.Layer layer)
Sets the "Layer" element
|
void |
LayerDocumentImpl.LayerImpl.setLayerArray(int i,
LayerDocument.Layer layer)
Sets ith "Layer" element
|
void |
LayerDocumentImpl.LayerImpl.setLayerArray(LayerDocument.Layer[] layerArray)
Sets array of all "Layer" element
|
Copyright © 2015 52north.org. All rights reserved.