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