Uses of Interface
net.opengis.swe.x20.ByteEncodingType
-
Packages that use ByteEncodingType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of ByteEncodingType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return ByteEncodingType Modifier and Type Method Description static ByteEncodingTypeByteEncodingType.Factory. newInstance()static ByteEncodingTypeByteEncodingType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ByteEncodingTypeByteEncodingType.Factory. newValue(Object obj)static ByteEncodingTypeByteEncodingType.Factory. parse(File file)static ByteEncodingTypeByteEncodingType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ByteEncodingTypeByteEncodingType.Factory. parse(InputStream is)static ByteEncodingTypeByteEncodingType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ByteEncodingTypeByteEncodingType.Factory. parse(Reader r)static ByteEncodingTypeByteEncodingType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ByteEncodingTypeByteEncodingType.Factory. parse(String xmlAsString)static ByteEncodingTypeByteEncodingType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ByteEncodingTypeByteEncodingType.Factory. parse(URL u)static ByteEncodingTypeByteEncodingType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ByteEncodingTypeByteEncodingType.Factory. parse(XMLStreamReader sr)static ByteEncodingTypeByteEncodingType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ByteEncodingTypeByteEncodingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ByteEncodingTypeByteEncodingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ByteEncodingTypeByteEncodingType.Factory. parse(Node node)static ByteEncodingTypeByteEncodingType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ByteEncodingTypeBinaryEncodingType. xgetByteEncoding()Gets (as xml) the "byteEncoding" attributeMethods in net.opengis.swe.x20 with parameters of type ByteEncodingType Modifier and Type Method Description voidBinaryEncodingType. xsetByteEncoding(ByteEncodingType byteEncoding)Sets (as xml) the "byteEncoding" attribute -
Uses of ByteEncodingType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement ByteEncodingType Modifier and Type Class Description classByteEncodingTypeImplAn XML ByteEncodingType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return ByteEncodingType Modifier and Type Method Description ByteEncodingTypeBinaryEncodingTypeImpl. xgetByteEncoding()Gets (as xml) the "byteEncoding" attributeMethods in net.opengis.swe.x20.impl with parameters of type ByteEncodingType Modifier and Type Method Description voidBinaryEncodingTypeImpl. xsetByteEncoding(ByteEncodingType byteEncoding)Sets (as xml) the "byteEncoding" attribute
-