| Package | Description |
|---|---|
| net.opengis.gml.x33.ce | |
| net.opengis.gml.x33.ce.impl |
| Modifier and Type | Method and Description |
|---|---|
SimpleArcType |
SimpleArcDocument.addNewSimpleArc()
Appends and returns a new empty "SimpleArc" element
|
SimpleArcType |
SimpleCircleDocument.addNewSimpleCircle()
Appends and returns a new empty "SimpleCircle" element
|
SimpleArcType |
SimpleArcDocument.getSimpleArc()
Gets the "SimpleArc" element
|
SimpleArcType |
SimpleCircleDocument.getSimpleCircle()
Gets the "SimpleCircle" element
|
static SimpleArcType |
SimpleArcType.Factory.newInstance() |
static SimpleArcType |
SimpleArcType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.io.File file) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.io.InputStream is) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SimpleArcType |
SimpleArcType.Factory.parse(org.w3c.dom.Node node) |
static SimpleArcType |
SimpleArcType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.io.Reader r) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.lang.String xmlAsString) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.net.URL u) |
static SimpleArcType |
SimpleArcType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static SimpleArcType |
SimpleArcType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SimpleArcType |
SimpleArcType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SimpleArcType |
SimpleArcType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static SimpleArcType |
SimpleArcType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleArcDocument.setSimpleArc(SimpleArcType simpleArc)
Sets the "SimpleArc" element
|
void |
SimpleCircleDocument.setSimpleCircle(SimpleArcType simpleCircle)
Sets the "SimpleCircle" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleArcTypeImpl
An XML SimpleArcType(@http://www.opengis.net/gml/3.3/ce).
|
| Modifier and Type | Method and Description |
|---|---|
SimpleArcType |
SimpleArcDocumentImpl.addNewSimpleArc()
Appends and returns a new empty "SimpleArc" element
|
SimpleArcType |
SimpleCircleDocumentImpl.addNewSimpleCircle()
Appends and returns a new empty "SimpleCircle" element
|
SimpleArcType |
SimpleArcDocumentImpl.getSimpleArc()
Gets the "SimpleArc" element
|
SimpleArcType |
SimpleCircleDocumentImpl.getSimpleCircle()
Gets the "SimpleCircle" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleArcDocumentImpl.setSimpleArc(SimpleArcType simpleArc)
Sets the "SimpleArc" element
|
void |
SimpleCircleDocumentImpl.setSimpleCircle(SimpleArcType simpleCircle)
Sets the "SimpleCircle" element
|
Copyright © 2015–2018 52north.org. All rights reserved.