Package net.opengis.swe.v20
Interface DataStream
- All Superinterfaces:
AbstractSWE,AbstractSWEIdentifiable,Serializable
- All Known Implementing Classes:
DataStreamImpl
POJO class for XML type DataStreamType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Gets 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 elementCount is setbooleanChecks 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, setLabel
-
Method Details
-
isSetElementCount
boolean isSetElementCount()Checks if elementCount is set -
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 -
copy
DataStream copy()- Returns:
- A deep copy of this DataStream
-