Package net.opengis.swe.v20
Interface BlockComponent
- All Superinterfaces:
 AbstractSWE,AbstractSWEIdentifiable,DataComponent,HasCopy,Serializable
- All Known Implementing Classes:
 AbstractArrayImpl,DataArrayImpl,DataList,MatrixImpl,SWEData
Tagging interface for all block components
- Since:
 - Nov 8, 2014
 
- 
Method Summary
Modifier and TypeMethodDescriptionGets the elementCount propertyGets extra info (name, xlink, etc.) carried by the elementCount propertyGets the elementType propertyGets extra info (name, xlink, etc.) carried by the elementType propertyGets the encoding propertyGets the values propertybooleanChecks if encoding is setbooleanChecks if values is setvoidsetElementCount(Count elementCount) Sets the elementCount propertyvoidsetElementType(String name, DataComponent elementType) Sets the elementType propertyvoidsetEncoding(DataEncoding encoding) Sets the encoding propertyvoidsetValues(EncodedValues values) Sets the values propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabelMethods inherited from interface net.opengis.swe.v20.DataComponent
accept, addComponent, assignNewDataBlock, clearData, clone, copy, createDataBlock, getComponent, getComponent, getComponentCount, getComponentIndex, getData, getDefinition, getName, getOptional, getParent, getUpdatable, hasConstraints, hasData, isSetDefinition, isSetOptional, isSetUpdatable, removeComponent, removeComponent, renewDataBlock, setData, setDefinition, setName, setOptional, setUpdatable, unSetOptional, unSetUpdatable, validateData 
- 
Method Details
- 
getElementCount
Count getElementCount()Gets the elementCount property - 
getElementCountProperty
OgcProperty<Count> getElementCountProperty()Gets extra info (name, xlink, etc.) carried by the elementCount property - 
setElementCount
Sets the elementCount property - 
getElementType
DataComponent getElementType()Gets the elementType property - 
getElementTypeProperty
OgcProperty<DataComponent> getElementTypeProperty()Gets extra info (name, xlink, etc.) carried by the elementType property - 
setElementType
Sets the elementType property - 
getEncoding
DataEncoding getEncoding()Gets the encoding property - 
isSetEncoding
boolean isSetEncoding()Checks if encoding is set - 
setEncoding
Sets the encoding property - 
getValues
EncodedValues getValues()Gets the values property - 
isSetValues
boolean isSetValues()Checks if values is set - 
setValues
Sets the values property 
 -