|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialResourceType | |
---|---|
org.x52North.sensorweb.sos.importer.x02 | |
org.x52North.sensorweb.sos.importer.x02.impl |
Uses of SpatialResourceType in org.x52North.sensorweb.sos.importer.x02 |
---|
Methods in org.x52North.sensorweb.sos.importer.x02 that return SpatialResourceType | |
---|---|
SpatialResourceType |
SpatialResourceDocument.addNewSpatialResource()
Appends and returns a new empty "SpatialResource" element |
SpatialResourceType |
SpatialResourceDocument.getSpatialResource()
Gets the "SpatialResource" element |
static SpatialResourceType |
SpatialResourceType.Factory.newInstance()
|
static SpatialResourceType |
SpatialResourceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(File file)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(InputStream is)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(Node node)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(Reader r)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(String xmlAsString)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(URL u)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static SpatialResourceType |
SpatialResourceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static SpatialResourceType |
SpatialResourceType.Factory.parse(XMLStreamReader sr)
|
static SpatialResourceType |
SpatialResourceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.x52North.sensorweb.sos.importer.x02 with parameters of type SpatialResourceType | |
---|---|
void |
SpatialResourceDocument.setSpatialResource(SpatialResourceType spatialResource)
Sets the "SpatialResource" element |
Uses of SpatialResourceType in org.x52North.sensorweb.sos.importer.x02.impl |
---|
Classes in org.x52North.sensorweb.sos.importer.x02.impl that implement SpatialResourceType | |
---|---|
class |
SpatialResourceTypeImpl
An XML SpatialResourceType(@http://52north.org/sensorweb/sos/importer/0.2/). |
Methods in org.x52North.sensorweb.sos.importer.x02.impl that return SpatialResourceType | |
---|---|
SpatialResourceType |
SpatialResourceDocumentImpl.addNewSpatialResource()
Appends and returns a new empty "SpatialResource" element |
SpatialResourceType |
SpatialResourceDocumentImpl.getSpatialResource()
Gets the "SpatialResource" element |
Methods in org.x52North.sensorweb.sos.importer.x02.impl with parameters of type SpatialResourceType | |
---|---|
void |
SpatialResourceDocumentImpl.setSpatialResource(SpatialResourceType spatialResource)
Sets the "SpatialResource" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |