|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DimensionDocument.Dimension | |
---|---|
net.opengis.wms | |
net.opengis.wms.impl |
Uses of DimensionDocument.Dimension in net.opengis.wms |
---|
Methods in net.opengis.wms that return DimensionDocument.Dimension | |
---|---|
DimensionDocument.Dimension |
DimensionDocument.addNewDimension()
Appends and returns a new empty "Dimension" element |
DimensionDocument.Dimension |
LayerDocument.Layer.addNewDimension()
Appends and returns a new empty value (as xml) as the last "Dimension" element |
DimensionDocument.Dimension |
DimensionDocument.getDimension()
Gets the "Dimension" element |
DimensionDocument.Dimension[] |
LayerDocument.Layer.getDimensionArray()
Gets array of all "Dimension" elements |
DimensionDocument.Dimension |
LayerDocument.Layer.getDimensionArray(int i)
Gets ith "Dimension" element |
DimensionDocument.Dimension |
LayerDocument.Layer.insertNewDimension(int i)
Inserts and returns a new empty value (as xml) as the ith "Dimension" element |
static DimensionDocument.Dimension |
DimensionDocument.Dimension.Factory.newInstance()
|
static DimensionDocument.Dimension |
DimensionDocument.Dimension.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.wms with parameters of type DimensionDocument.Dimension | |
---|---|
void |
DimensionDocument.setDimension(DimensionDocument.Dimension dimension)
Sets the "Dimension" element |
void |
LayerDocument.Layer.setDimensionArray(DimensionDocument.Dimension[] dimensionArray)
Sets array of all "Dimension" element |
void |
LayerDocument.Layer.setDimensionArray(int i,
DimensionDocument.Dimension dimension)
Sets ith "Dimension" element |
Uses of DimensionDocument.Dimension in net.opengis.wms.impl |
---|
Classes in net.opengis.wms.impl that implement DimensionDocument.Dimension | |
---|---|
static class |
DimensionDocumentImpl.DimensionImpl
An XML Dimension(@http://www.opengis.net/wms). |
Methods in net.opengis.wms.impl that return DimensionDocument.Dimension | |
---|---|
DimensionDocument.Dimension |
DimensionDocumentImpl.addNewDimension()
Appends and returns a new empty "Dimension" element |
DimensionDocument.Dimension |
LayerDocumentImpl.LayerImpl.addNewDimension()
Appends and returns a new empty value (as xml) as the last "Dimension" element |
DimensionDocument.Dimension |
DimensionDocumentImpl.getDimension()
Gets the "Dimension" element |
DimensionDocument.Dimension[] |
LayerDocumentImpl.LayerImpl.getDimensionArray()
Gets array of all "Dimension" elements |
DimensionDocument.Dimension |
LayerDocumentImpl.LayerImpl.getDimensionArray(int i)
Gets ith "Dimension" element |
DimensionDocument.Dimension |
LayerDocumentImpl.LayerImpl.insertNewDimension(int i)
Inserts and returns a new empty value (as xml) as the ith "Dimension" element |
Methods in net.opengis.wms.impl with parameters of type DimensionDocument.Dimension | |
---|---|
void |
DimensionDocumentImpl.setDimension(DimensionDocument.Dimension dimension)
Sets the "Dimension" element |
void |
LayerDocumentImpl.LayerImpl.setDimensionArray(DimensionDocument.Dimension[] dimensionArray)
Sets array of all "Dimension" element |
void |
LayerDocumentImpl.LayerImpl.setDimensionArray(int i,
DimensionDocument.Dimension dimension)
Sets ith "Dimension" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |