Uses of Interface
net.opengis.sensorML.x101.SmlLocation
-
Packages that use SmlLocation Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of SmlLocation in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return SmlLocation Modifier and Type Method Description static SmlLocationSmlLocation.Factory. newInstance()static SmlLocationSmlLocation.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SmlLocationSmlLocation.Factory. parse(File file)static SmlLocationSmlLocation.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SmlLocationSmlLocation.Factory. parse(InputStream is)static SmlLocationSmlLocation.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SmlLocationSmlLocation.Factory. parse(Reader r)static SmlLocationSmlLocation.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SmlLocationSmlLocation.Factory. parse(String xmlAsString)static SmlLocationSmlLocation.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SmlLocationSmlLocation.Factory. parse(URL u)static SmlLocationSmlLocation.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SmlLocationSmlLocation.Factory. parse(XMLStreamReader sr)static SmlLocationSmlLocation.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SmlLocationSmlLocation.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SmlLocationSmlLocation.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SmlLocationSmlLocation.Factory. parse(Node node)static SmlLocationSmlLocation.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SmlLocation in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement SmlLocation Modifier and Type Class Description classSmlLocationImplA document containing one location(@http://www.opengis.net/sensorML/1.0.1) element.
-