| Package | Description |
|---|---|
| net.opengis.gml.x33.ce | |
| net.opengis.gml.x33.ce.impl |
| Modifier and Type | Method and Description |
|---|---|
SimplePolygonType |
SimplePolygonDocument.addNewSimplePolygon()
Appends and returns a new empty "SimplePolygon" element
|
SimplePolygonType |
SimplePolygonDocument.getSimplePolygon()
Gets the "SimplePolygon" element
|
static SimplePolygonType |
SimplePolygonType.Factory.newInstance() |
static SimplePolygonType |
SimplePolygonType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.io.File file) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.io.InputStream is) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(org.w3c.dom.Node node) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.io.Reader r) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.lang.String xmlAsString) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.net.URL u) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SimplePolygonType |
SimplePolygonType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SimplePolygonType |
SimplePolygonType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static SimplePolygonType |
SimplePolygonType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePolygonDocument.setSimplePolygon(SimplePolygonType simplePolygon)
Sets the "SimplePolygon" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePolygonTypeImpl
An XML SimplePolygonType(@http://www.opengis.net/gml/3.3/ce).
|
| Modifier and Type | Method and Description |
|---|---|
SimplePolygonType |
SimplePolygonDocumentImpl.addNewSimplePolygon()
Appends and returns a new empty "SimplePolygon" element
|
SimplePolygonType |
SimplePolygonDocumentImpl.getSimplePolygon()
Gets the "SimplePolygon" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePolygonDocumentImpl.setSimplePolygon(SimplePolygonType simplePolygon)
Sets the "SimplePolygon" element
|
Copyright © 2015–2018 52north.org. All rights reserved.