| Package | Description |
|---|---|
| net.opengis.wcs.x11 | |
| net.opengis.wcs.x11.impl |
| Modifier and Type | Method and Description |
|---|---|
GridCrsType |
OutputType.addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
GridCrsType |
SpatialDomainType.addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
GridCrsType |
GridCRSDocument.addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
GridCrsType |
OutputType.getGridCRS()
Gets the "GridCRS" element
|
GridCrsType |
SpatialDomainType.getGridCRS()
Gets the "GridCRS" element
|
GridCrsType |
GridCRSDocument.getGridCRS()
Gets the "GridCRS" element
|
static GridCrsType |
GridCrsType.Factory.newInstance() |
static GridCrsType |
GridCrsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static GridCrsType |
GridCrsType.Factory.parse(File file) |
static GridCrsType |
GridCrsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static GridCrsType |
GridCrsType.Factory.parse(InputStream is) |
static GridCrsType |
GridCrsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static GridCrsType |
GridCrsType.Factory.parse(Node node) |
static GridCrsType |
GridCrsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static GridCrsType |
GridCrsType.Factory.parse(Reader r) |
static GridCrsType |
GridCrsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static GridCrsType |
GridCrsType.Factory.parse(String xmlAsString) |
static GridCrsType |
GridCrsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static GridCrsType |
GridCrsType.Factory.parse(URL u) |
static GridCrsType |
GridCrsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static GridCrsType |
GridCrsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static GridCrsType |
GridCrsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static GridCrsType |
GridCrsType.Factory.parse(XMLStreamReader sr) |
static GridCrsType |
GridCrsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputType.setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
void |
SpatialDomainType.setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
void |
GridCRSDocument.setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCrsTypeImpl
An XML GridCrsType(@http://www.opengis.net/wcs/1.1).
|
| Modifier and Type | Method and Description |
|---|---|
GridCrsType |
SpatialDomainTypeImpl.addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
GridCrsType |
GridCRSDocumentImpl.addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
GridCrsType |
OutputTypeImpl.addNewGridCRS()
Appends and returns a new empty "GridCRS" element
|
GridCrsType |
SpatialDomainTypeImpl.getGridCRS()
Gets the "GridCRS" element
|
GridCrsType |
GridCRSDocumentImpl.getGridCRS()
Gets the "GridCRS" element
|
GridCrsType |
OutputTypeImpl.getGridCRS()
Gets the "GridCRS" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpatialDomainTypeImpl.setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
void |
GridCRSDocumentImpl.setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
void |
OutputTypeImpl.setGridCRS(GridCrsType gridCRS)
Sets the "GridCRS" element
|
Copyright © 2017 52north.org. All rights reserved.