Package net.opengis.swe.v20
Interface BinaryEncoding
- All Superinterfaces:
AbstractSWE,DataEncoding,HasCopy,Serializable
- All Known Implementing Classes:
BinaryEncodingImpl
POJO class for XML type BinaryEncodingType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMemberAsBlock(BinaryBlock member) Adds a new memberAsBlock propertyvoidaddMemberAsComponent(BinaryComponent member) Adds a new memberAsComponent propertyGets the byteEncoding propertylongGets the byteLength propertyGets the byteOrder propertyGets the list of member propertiesintReturns number of member propertiesbooleanChecks if byteLength is setvoidsetByteEncoding(ByteEncoding byteEncoding) Sets the byteEncoding propertyvoidsetByteLength(long byteLength) Sets the byteLength propertyvoidsetByteOrder(ByteOrder byteOrder) Sets the byteOrder propertyvoidUnsets the byteLength propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.DataEncoding
copy
-
Method Details
-
getMemberList
List<BinaryMember> getMemberList()Gets the list of member properties -
getNumMembers
int getNumMembers()Returns number of member properties -
addMemberAsComponent
Adds a new memberAsComponent property -
addMemberAsBlock
Adds a new memberAsBlock property -
getByteOrder
ByteOrder getByteOrder()Gets the byteOrder property -
setByteOrder
Sets the byteOrder property -
getByteEncoding
ByteEncoding getByteEncoding()Gets the byteEncoding property -
setByteEncoding
Sets the byteEncoding property -
getByteLength
long getByteLength()Gets the byteLength property -
isSetByteLength
boolean isSetByteLength()Checks if byteLength is set -
setByteLength
void setByteLength(long byteLength) Sets the byteLength property -
unSetByteLength
void unSetByteLength()Unsets the byteLength property
-