| 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(File file) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(InputStream is) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(Node node) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(Reader r) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(String xmlAsString) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(URL u) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(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(XMLStreamReader sr) |
static SamplingFeatureRelationPropertyType |
SamplingFeatureRelationPropertyType.Factory.parse(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 © 2018 52north.org. All rights reserved.