Uses of Interface
net.opengis.swe.x101.ByteOrder
-
Packages that use ByteOrder Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of ByteOrder in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return ByteOrder Modifier and Type Method Description static ByteOrderByteOrder.Factory. newInstance()static ByteOrderByteOrder.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ByteOrderByteOrder.Factory. newValue(Object obj)static ByteOrderByteOrder.Factory. parse(File file)static ByteOrderByteOrder.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ByteOrderByteOrder.Factory. parse(InputStream is)static ByteOrderByteOrder.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ByteOrderByteOrder.Factory. parse(Reader r)static ByteOrderByteOrder.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ByteOrderByteOrder.Factory. parse(String xmlAsString)static ByteOrderByteOrder.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ByteOrderByteOrder.Factory. parse(URL u)static ByteOrderByteOrder.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ByteOrderByteOrder.Factory. parse(XMLStreamReader sr)static ByteOrderByteOrder.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ByteOrderByteOrder.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ByteOrderByteOrder.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ByteOrderByteOrder.Factory. parse(Node node)static ByteOrderByteOrder.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ByteOrderBinaryBlockDocument.BinaryBlock. xgetByteOrder()Gets (as xml) the "byteOrder" attributeMethods in net.opengis.swe.x101 with parameters of type ByteOrder Modifier and Type Method Description voidBinaryBlockDocument.BinaryBlock. xsetByteOrder(ByteOrder byteOrder)Sets (as xml) the "byteOrder" attribute -
Uses of ByteOrder in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement ByteOrder Modifier and Type Class Description classByteOrderImplAn XML byteOrder(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return ByteOrder Modifier and Type Method Description ByteOrderBinaryBlockDocumentImpl.BinaryBlockImpl. xgetByteOrder()Gets (as xml) the "byteOrder" attributeMethods in net.opengis.swe.x101.impl with parameters of type ByteOrder Modifier and Type Method Description voidBinaryBlockDocumentImpl.BinaryBlockImpl. xsetByteOrder(ByteOrder byteOrder)Sets (as xml) the "byteOrder" attribute
-