|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayerDocument.Layer | |
---|---|
net.opengis.wms | |
net.opengis.wms.impl |
Uses of LayerDocument.Layer in net.opengis.wms |
---|
Methods in net.opengis.wms that return LayerDocument.Layer | |
---|---|
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)
|
Methods in net.opengis.wms with parameters of type LayerDocument.Layer | |
---|---|
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 |
Uses of LayerDocument.Layer in net.opengis.wms.impl |
---|
Classes in net.opengis.wms.impl that implement LayerDocument.Layer | |
---|---|
static class |
LayerDocumentImpl.LayerImpl
An XML Layer(@http://www.opengis.net/wms). |
Methods in net.opengis.wms.impl that return LayerDocument.Layer | |
---|---|
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 |
Methods in net.opengis.wms.impl with parameters of type LayerDocument.Layer | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |