|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SensorType | |
---|---|
org.x52North.sensorweb.sos.importer.x02 | |
org.x52North.sensorweb.sos.importer.x02.impl |
Uses of SensorType in org.x52North.sensorweb.sos.importer.x02 |
---|
Methods in org.x52North.sensorweb.sos.importer.x02 that return SensorType | |
---|---|
SensorType |
SensorDocument.addNewSensor()
Appends and returns a new empty "Sensor" element |
SensorType |
AdditionalMetadataDocument.AdditionalMetadata.addNewSensor()
Appends and returns a new empty value (as xml) as the last "Sensor" element |
SensorType |
SensorDocument.getSensor()
Gets the "Sensor" element |
SensorType[] |
AdditionalMetadataDocument.AdditionalMetadata.getSensorArray()
Gets array of all "Sensor" elements |
SensorType |
AdditionalMetadataDocument.AdditionalMetadata.getSensorArray(int i)
Gets ith "Sensor" element |
SensorType |
AdditionalMetadataDocument.AdditionalMetadata.insertNewSensor(int i)
Inserts and returns a new empty value (as xml) as the ith "Sensor" element |
static SensorType |
SensorType.Factory.newInstance()
|
static SensorType |
SensorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SensorType |
SensorType.Factory.parse(File file)
|
static SensorType |
SensorType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static SensorType |
SensorType.Factory.parse(InputStream is)
|
static SensorType |
SensorType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SensorType |
SensorType.Factory.parse(Node node)
|
static SensorType |
SensorType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SensorType |
SensorType.Factory.parse(Reader r)
|
static SensorType |
SensorType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SensorType |
SensorType.Factory.parse(String xmlAsString)
|
static SensorType |
SensorType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static SensorType |
SensorType.Factory.parse(URL u)
|
static SensorType |
SensorType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SensorType |
SensorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static SensorType |
SensorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static SensorType |
SensorType.Factory.parse(XMLStreamReader sr)
|
static SensorType |
SensorType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.x52North.sensorweb.sos.importer.x02 with parameters of type SensorType | |
---|---|
void |
SensorDocument.setSensor(SensorType sensor)
Sets the "Sensor" element |
void |
AdditionalMetadataDocument.AdditionalMetadata.setSensorArray(int i,
SensorType sensor)
Sets ith "Sensor" element |
void |
AdditionalMetadataDocument.AdditionalMetadata.setSensorArray(SensorType[] sensorArray)
Sets array of all "Sensor" element |
Uses of SensorType in org.x52North.sensorweb.sos.importer.x02.impl |
---|
Classes in org.x52North.sensorweb.sos.importer.x02.impl that implement SensorType | |
---|---|
class |
SensorTypeImpl
An XML SensorType(@http://52north.org/sensorweb/sos/importer/0.2/). |
Methods in org.x52North.sensorweb.sos.importer.x02.impl that return SensorType | |
---|---|
SensorType |
SensorDocumentImpl.addNewSensor()
Appends and returns a new empty "Sensor" element |
SensorType |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.addNewSensor()
Appends and returns a new empty value (as xml) as the last "Sensor" element |
SensorType |
SensorDocumentImpl.getSensor()
Gets the "Sensor" element |
SensorType[] |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.getSensorArray()
Gets array of all "Sensor" elements |
SensorType |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.getSensorArray(int i)
Gets ith "Sensor" element |
SensorType |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.insertNewSensor(int i)
Inserts and returns a new empty value (as xml) as the ith "Sensor" element |
Methods in org.x52North.sensorweb.sos.importer.x02.impl with parameters of type SensorType | |
---|---|
void |
SensorDocumentImpl.setSensor(SensorType sensor)
Sets the "Sensor" element |
void |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.setSensorArray(int i,
SensorType sensor)
Sets ith "Sensor" element |
void |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.setSensorArray(SensorType[] sensorArray)
Sets array of all "Sensor" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |