| Package | Description |
|---|---|
| net.opengis.wms | |
| net.opengis.wms.impl |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxDocument.BoundingBox |
LayerDocument.Layer.addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element
|
BoundingBoxDocument.BoundingBox |
BoundingBoxDocument.addNewBoundingBox()
Appends and returns a new empty "BoundingBox" element
|
BoundingBoxDocument.BoundingBox |
BoundingBoxDocument.getBoundingBox()
Gets the "BoundingBox" element
|
BoundingBoxDocument.BoundingBox[] |
LayerDocument.Layer.getBoundingBoxArray()
Gets array of all "BoundingBox" elements
|
BoundingBoxDocument.BoundingBox |
LayerDocument.Layer.getBoundingBoxArray(int i)
Gets ith "BoundingBox" element
|
BoundingBoxDocument.BoundingBox |
LayerDocument.Layer.insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
|
static BoundingBoxDocument.BoundingBox |
BoundingBoxDocument.BoundingBox.Factory.newInstance() |
static BoundingBoxDocument.BoundingBox |
BoundingBoxDocument.BoundingBox.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundingBoxDocument.setBoundingBox(BoundingBoxDocument.BoundingBox boundingBox)
Sets the "BoundingBox" element
|
void |
LayerDocument.Layer.setBoundingBoxArray(BoundingBoxDocument.BoundingBox[] boundingBoxArray)
Sets array of all "BoundingBox" element
|
void |
LayerDocument.Layer.setBoundingBoxArray(int i,
BoundingBoxDocument.BoundingBox boundingBox)
Sets ith "BoundingBox" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BoundingBoxDocumentImpl.BoundingBoxImpl
An XML BoundingBox(@http://www.opengis.net/wms).
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxDocument.BoundingBox |
LayerDocumentImpl.LayerImpl.addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element
|
BoundingBoxDocument.BoundingBox |
BoundingBoxDocumentImpl.addNewBoundingBox()
Appends and returns a new empty "BoundingBox" element
|
BoundingBoxDocument.BoundingBox |
BoundingBoxDocumentImpl.getBoundingBox()
Gets the "BoundingBox" element
|
BoundingBoxDocument.BoundingBox[] |
LayerDocumentImpl.LayerImpl.getBoundingBoxArray()
Gets array of all "BoundingBox" elements
|
BoundingBoxDocument.BoundingBox |
LayerDocumentImpl.LayerImpl.getBoundingBoxArray(int i)
Gets ith "BoundingBox" element
|
BoundingBoxDocument.BoundingBox |
LayerDocumentImpl.LayerImpl.insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoundingBoxDocumentImpl.setBoundingBox(BoundingBoxDocument.BoundingBox boundingBox)
Sets the "BoundingBox" element
|
void |
LayerDocumentImpl.LayerImpl.setBoundingBoxArray(BoundingBoxDocument.BoundingBox[] boundingBoxArray)
Sets array of all "BoundingBox" element
|
void |
LayerDocumentImpl.LayerImpl.setBoundingBoxArray(int i,
BoundingBoxDocument.BoundingBox boundingBox)
Sets ith "BoundingBox" element
|
Copyright © 2015 52north.org. All rights reserved.