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(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(XMLStreamReader sr) |
|
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(Node node) |
|
static SFSamplingFeaturePropertyType |
SFSamplingFeaturePropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|