| Package | Description |
|---|---|
| net.opengis.sampling.x20 | |
| net.opengis.sampling.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
SFSamplingFeaturePropertyType |
SFSamplingFeatureCollectionType.addNewMember()
Appends and returns a new empty value (as xml) as the last "member" element
|
SFSamplingFeaturePropertyType |
SamplingFeatureComplexType.addNewRelatedSamplingFeature()
Appends and returns a new empty "relatedSamplingFeature" element
|
SFSamplingFeaturePropertyType[] |
SFSamplingFeatureCollectionType.getMemberArray()
Gets array of all "member" elements
|
SFSamplingFeaturePropertyType |
SFSamplingFeatureCollectionType.getMemberArray(int i)
Gets ith "member" element
|
SFSamplingFeaturePropertyType |
SamplingFeatureComplexType.getRelatedSamplingFeature()
Gets the "relatedSamplingFeature" element
|
SFSamplingFeaturePropertyType |
SFSamplingFeatureCollectionType.insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
|
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.newInstance() |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.io.File file) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.io.InputStream is) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(org.w3c.dom.Node node) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.io.Reader r) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.lang.String xmlAsString) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.net.URL u) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SFSamplingFeatureCollectionType.setMemberArray(int i,
SFSamplingFeaturePropertyType member)
Sets ith "member" element
|
void |
SFSamplingFeatureCollectionType.setMemberArray(SFSamplingFeaturePropertyType[] memberArray)
Sets array of all "member" element
|
void |
SamplingFeatureComplexType.setRelatedSamplingFeature(SFSamplingFeaturePropertyType relatedSamplingFeature)
Sets the "relatedSamplingFeature" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SFSamplingFeaturePropertyTypeImpl
An XML SF_SamplingFeaturePropertyType(@http://www.opengis.net/sampling/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
SFSamplingFeaturePropertyType |
SFSamplingFeatureCollectionTypeImpl.addNewMember()
Appends and returns a new empty value (as xml) as the last "member" element
|
SFSamplingFeaturePropertyType |
SamplingFeatureComplexTypeImpl.addNewRelatedSamplingFeature()
Appends and returns a new empty "relatedSamplingFeature" element
|
SFSamplingFeaturePropertyType[] |
SFSamplingFeatureCollectionTypeImpl.getMemberArray()
Gets array of all "member" elements
|
SFSamplingFeaturePropertyType |
SFSamplingFeatureCollectionTypeImpl.getMemberArray(int i)
Gets ith "member" element
|
SFSamplingFeaturePropertyType |
SamplingFeatureComplexTypeImpl.getRelatedSamplingFeature()
Gets the "relatedSamplingFeature" element
|
SFSamplingFeaturePropertyType |
SFSamplingFeatureCollectionTypeImpl.insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SFSamplingFeatureCollectionTypeImpl.setMemberArray(int i,
SFSamplingFeaturePropertyType member)
Sets ith "member" element
|
void |
SFSamplingFeatureCollectionTypeImpl.setMemberArray(SFSamplingFeaturePropertyType[] memberArray)
Sets array of all "member" element
|
void |
SamplingFeatureComplexTypeImpl.setRelatedSamplingFeature(SFSamplingFeaturePropertyType relatedSamplingFeature)
Sets the "relatedSamplingFeature" element
|
Copyright © 2015–2018 52north.org. All rights reserved.