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 TypeMethodDescriptionvoid
addMemberAsBlock
(BinaryBlock member) Adds a new memberAsBlock propertyvoid
addMemberAsComponent
(BinaryComponent member) Adds a new memberAsComponent propertyGets the byteEncoding propertylong
Gets the byteLength propertyGets the byteOrder propertyGets the list of member propertiesint
Returns number of member propertiesboolean
Checks if byteLength is setvoid
setByteEncoding
(ByteEncoding byteEncoding) Sets the byteEncoding propertyvoid
setByteLength
(long byteLength) Sets the byteLength propertyvoid
setByteOrder
(ByteOrder byteOrder) Sets the byteOrder propertyvoid
Unsets the byteLength propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods 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
-