| Package | Description |
|---|---|
| net.opengis.wms | |
| net.opengis.wms.impl |
| Modifier and Type | Method and Description |
|---|---|
StyleDocument.Style |
StyleDocument.addNewStyle()
Appends and returns a new empty "Style" element
|
StyleDocument.Style |
LayerDocument.Layer.addNewStyle()
Appends and returns a new empty value (as xml) as the last "Style" element
|
StyleDocument.Style |
StyleDocument.getStyle()
Gets the "Style" element
|
StyleDocument.Style[] |
LayerDocument.Layer.getStyleArray()
Gets array of all "Style" elements
|
StyleDocument.Style |
LayerDocument.Layer.getStyleArray(int i)
Gets ith "Style" element
|
StyleDocument.Style |
LayerDocument.Layer.insertNewStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "Style" element
|
static StyleDocument.Style |
StyleDocument.Style.Factory.newInstance() |
static StyleDocument.Style |
StyleDocument.Style.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleDocument.setStyle(StyleDocument.Style style)
Sets the "Style" element
|
void |
LayerDocument.Layer.setStyleArray(int i,
StyleDocument.Style style)
Sets ith "Style" element
|
void |
LayerDocument.Layer.setStyleArray(StyleDocument.Style[] styleArray)
Sets array of all "Style" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StyleDocumentImpl.StyleImpl
An XML Style(@http://www.opengis.net/wms).
|
| Modifier and Type | Method and Description |
|---|---|
StyleDocument.Style |
LayerDocumentImpl.LayerImpl.addNewStyle()
Appends and returns a new empty value (as xml) as the last "Style" element
|
StyleDocument.Style |
StyleDocumentImpl.addNewStyle()
Appends and returns a new empty "Style" element
|
StyleDocument.Style |
StyleDocumentImpl.getStyle()
Gets the "Style" element
|
StyleDocument.Style[] |
LayerDocumentImpl.LayerImpl.getStyleArray()
Gets array of all "Style" elements
|
StyleDocument.Style |
LayerDocumentImpl.LayerImpl.getStyleArray(int i)
Gets ith "Style" element
|
StyleDocument.Style |
LayerDocumentImpl.LayerImpl.insertNewStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "Style" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleDocumentImpl.setStyle(StyleDocument.Style style)
Sets the "Style" element
|
void |
LayerDocumentImpl.LayerImpl.setStyleArray(int i,
StyleDocument.Style style)
Sets ith "Style" element
|
void |
LayerDocumentImpl.LayerImpl.setStyleArray(StyleDocument.Style[] styleArray)
Sets array of all "Style" element
|
Copyright © 2015 52north.org. All rights reserved.