| Package | Description |
|---|---|
| net.opengis.sampling.x10 | |
| net.opengis.sampling.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
SamplingFeatureRelationPropertyType |
SamplingFeatureType.addNewRelatedSamplingFeature()
Appends and returns a new empty value (as xml) as the last "relatedSamplingFeature" element
|
SamplingFeatureRelationPropertyType[] |
SamplingFeatureType.getRelatedSamplingFeatureArray()
Gets array of all "relatedSamplingFeature" elements
|
SamplingFeatureRelationPropertyType |
SamplingFeatureType.getRelatedSamplingFeatureArray(int i)
Gets ith "relatedSamplingFeature" element
|
SamplingFeatureRelationPropertyType |
SamplingFeatureType.insertNewRelatedSamplingFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "relatedSamplingFeature" element
|
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.newInstance() |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.io.File file) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.io.InputStream is) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(org.w3c.dom.Node node) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.io.Reader r) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.lang.String xmlAsString) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.net.URL u) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingFeatureType.setRelatedSamplingFeatureArray(int i,
SamplingFeatureRelationPropertyType relatedSamplingFeature)
Sets ith "relatedSamplingFeature" element
|
void |
SamplingFeatureType.setRelatedSamplingFeatureArray(SamplingFeatureRelationPropertyType[] relatedSamplingFeatureArray)
Sets array of all "relatedSamplingFeature" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingFeatureRelationPropertyTypeImpl
An XML SamplingFeatureRelationPropertyType(@http://www.opengis.net/sampling/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
SamplingFeatureRelationPropertyType |
SamplingFeatureTypeImpl.addNewRelatedSamplingFeature()
Appends and returns a new empty value (as xml) as the last "relatedSamplingFeature" element
|
SamplingFeatureRelationPropertyType[] |
SamplingFeatureTypeImpl.getRelatedSamplingFeatureArray()
Gets array of all "relatedSamplingFeature" elements
|
SamplingFeatureRelationPropertyType |
SamplingFeatureTypeImpl.getRelatedSamplingFeatureArray(int i)
Gets ith "relatedSamplingFeature" element
|
SamplingFeatureRelationPropertyType |
SamplingFeatureTypeImpl.insertNewRelatedSamplingFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "relatedSamplingFeature" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingFeatureTypeImpl.setRelatedSamplingFeatureArray(int i,
SamplingFeatureRelationPropertyType relatedSamplingFeature)
Sets ith "relatedSamplingFeature" element
|
void |
SamplingFeatureTypeImpl.setRelatedSamplingFeatureArray(SamplingFeatureRelationPropertyType[] relatedSamplingFeatureArray)
Sets array of all "relatedSamplingFeature" element
|
Copyright © 2015–2018 52north.org. All rights reserved.