Uses of Class
net.opengis.swe.x101.ByteEncoding.Enum
-
Packages that use ByteEncoding.Enum Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of ByteEncoding.Enum in net.opengis.swe.x101
Fields in net.opengis.swe.x101 declared as ByteEncoding.Enum Modifier and Type Field Description static ByteEncoding.EnumByteEncoding. BASE_64static ByteEncoding.EnumByteEncoding. HEXstatic ByteEncoding.EnumByteEncoding. RAWMethods in net.opengis.swe.x101 that return ByteEncoding.Enum Modifier and Type Method Description static ByteEncoding.EnumByteEncoding.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static ByteEncoding.EnumByteEncoding.Enum. forString(String s)Returns the enum value for a string, or null if none.ByteEncoding.EnumBinaryBlockDocument.BinaryBlock. getByteEncoding()Gets the "byteEncoding" attributeMethods in net.opengis.swe.x101 with parameters of type ByteEncoding.Enum Modifier and Type Method Description voidBinaryBlockDocument.BinaryBlock. setByteEncoding(ByteEncoding.Enum byteEncoding)Sets the "byteEncoding" attribute -
Uses of ByteEncoding.Enum in net.opengis.swe.x101.impl
Methods in net.opengis.swe.x101.impl that return ByteEncoding.Enum Modifier and Type Method Description ByteEncoding.EnumBinaryBlockDocumentImpl.BinaryBlockImpl. getByteEncoding()Gets the "byteEncoding" attributeMethods in net.opengis.swe.x101.impl with parameters of type ByteEncoding.Enum Modifier and Type Method Description voidBinaryBlockDocumentImpl.BinaryBlockImpl. setByteEncoding(ByteEncoding.Enum byteEncoding)Sets the "byteEncoding" attribute
-