| 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(File file) |
static SamplingPointType |
SamplingPointType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(InputStream is) |
static SamplingPointType |
SamplingPointType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(Node node) |
static SamplingPointType |
SamplingPointType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(Reader r) |
static SamplingPointType |
SamplingPointType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(String xmlAsString) |
static SamplingPointType |
SamplingPointType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SamplingPointType |
SamplingPointType.Factory.parse(URL u) |
static SamplingPointType |
SamplingPointType.Factory.parse(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(XMLStreamReader sr) |
static SamplingPointType |
SamplingPointType.Factory.parse(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 |
SamplingPointPropertyTypeImpl.addNewSamplingPoint()
Appends and returns a new empty "SamplingPoint" element
|
SamplingPointType |
SamplingPointDocumentImpl.addNewSamplingPoint()
Appends and returns a new empty "SamplingPoint" element
|
SamplingPointType |
SamplingPointPropertyTypeImpl.getSamplingPoint()
Gets the "SamplingPoint" element
|
SamplingPointType |
SamplingPointDocumentImpl.getSamplingPoint()
Gets the "SamplingPoint" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingPointPropertyTypeImpl.setSamplingPoint(SamplingPointType samplingPoint)
Sets the "SamplingPoint" element
|
void |
SamplingPointDocumentImpl.setSamplingPoint(SamplingPointType samplingPoint)
Sets the "SamplingPoint" element
|
Copyright © 2018 52north.org. All rights reserved.