| Package | Description |
|---|---|
| net.opengis.sampling.x10 | |
| net.opengis.sampling.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
SamplingFeaturePropertyType |
SamplingFeatureCollectionType.addNewMember()
Appends and returns a new empty value (as xml) as the last "member" element
|
SamplingFeaturePropertyType |
SamplingFeatureRelationType.addNewTarget()
Appends and returns a new empty "target" element
|
SamplingFeaturePropertyType[] |
SamplingFeatureCollectionType.getMemberArray()
Gets array of all "member" elements
|
SamplingFeaturePropertyType |
SamplingFeatureCollectionType.getMemberArray(int i)
Gets ith "member" element
|
SamplingFeaturePropertyType |
SamplingFeatureRelationType.getTarget()
Gets the "target" element
|
SamplingFeaturePropertyType |
SamplingFeatureCollectionType.insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.newInstance() |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(File file) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(InputStream is) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Node node) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Reader r) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(String xmlAsString) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(URL u) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(XMLStreamReader sr) |
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingFeatureCollectionType.setMemberArray(int i,
SamplingFeaturePropertyType member)
Sets ith "member" element
|
void |
SamplingFeatureCollectionType.setMemberArray(SamplingFeaturePropertyType[] memberArray)
Sets array of all "member" element
|
void |
SamplingFeatureRelationType.setTarget(SamplingFeaturePropertyType target)
Sets the "target" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingFeaturePropertyTypeImpl
An XML SamplingFeaturePropertyType(@http://www.opengis.net/sampling/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
SamplingFeaturePropertyType |
SamplingFeatureCollectionTypeImpl.addNewMember()
Appends and returns a new empty value (as xml) as the last "member" element
|
SamplingFeaturePropertyType |
SamplingFeatureRelationTypeImpl.addNewTarget()
Appends and returns a new empty "target" element
|
SamplingFeaturePropertyType[] |
SamplingFeatureCollectionTypeImpl.getMemberArray()
Gets array of all "member" elements
|
SamplingFeaturePropertyType |
SamplingFeatureCollectionTypeImpl.getMemberArray(int i)
Gets ith "member" element
|
SamplingFeaturePropertyType |
SamplingFeatureRelationTypeImpl.getTarget()
Gets the "target" element
|
SamplingFeaturePropertyType |
SamplingFeatureCollectionTypeImpl.insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamplingFeatureCollectionTypeImpl.setMemberArray(int i,
SamplingFeaturePropertyType member)
Sets ith "member" element
|
void |
SamplingFeatureCollectionTypeImpl.setMemberArray(SamplingFeaturePropertyType[] memberArray)
Sets array of all "member" element
|
void |
SamplingFeatureRelationTypeImpl.setTarget(SamplingFeaturePropertyType targetValue)
Sets the "target" element
|
Copyright © 2018 52north.org. All rights reserved.