| Package | Description |
|---|---|
| net.opengis.sampling.x10 | |
| net.opengis.sampling.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
SamplingPointType |
SamplingPointDocument.addNewSamplingPoint()
Appends and returns a new empty "SamplingPoint" element
|
SamplingPointType |
SamplingPointPropertyType.addNewSamplingPoint()
Appends and returns a new empty "SamplingPoint" element
|
SamplingPointType |
SamplingPointDocument.getSamplingPoint()
Gets the "SamplingPoint" element
|
SamplingPointType |
SamplingPointPropertyType.getSamplingPoint()
Gets the "SamplingPoint" element
|
static SamplingPointType |
SamplingPointType.Factory.newInstance() |
static SamplingPointType |
SamplingPointType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.io.File file) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.io.InputStream is) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(org.w3c.dom.Node node) |
static SamplingPointType |
SamplingPointType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.io.Reader r) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.lang.String xmlAsString) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.net.URL u) |
static SamplingPointType |
SamplingPointType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SamplingPointType |
SamplingPointType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SamplingPointType |
SamplingPointType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static SamplingPointType |
SamplingPointType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingPointDocument.setSamplingPoint(SamplingPointType samplingPoint)
Sets the "SamplingPoint" element
|
void |
SamplingPointPropertyType.setSamplingPoint(SamplingPointType samplingPoint)
Sets the "SamplingPoint" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingPointTypeImpl
An XML SamplingPointType(@http://www.opengis.net/sampling/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
SamplingPointType |
SamplingPointDocumentImpl.addNewSamplingPoint()
Appends and returns a new empty "SamplingPoint" element
|
SamplingPointType |
SamplingPointPropertyTypeImpl.addNewSamplingPoint()
Appends and returns a new empty "SamplingPoint" element
|
SamplingPointType |
SamplingPointDocumentImpl.getSamplingPoint()
Gets the "SamplingPoint" element
|
SamplingPointType |
SamplingPointPropertyTypeImpl.getSamplingPoint()
Gets the "SamplingPoint" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingPointDocumentImpl.setSamplingPoint(SamplingPointType samplingPoint)
Sets the "SamplingPoint" element
|
void |
SamplingPointPropertyTypeImpl.setSamplingPoint(SamplingPointType samplingPoint)
Sets the "SamplingPoint" element
|
Copyright © 2015–2018 52north.org. All rights reserved.