Package net.opengis.swe.v20
Interface CategoryRange
- All Superinterfaces:
AbstractSWE
,AbstractSWEIdentifiable
,CategoryOrRange
,DataComponent
,HasCodeSpace
,HasConstraints<AllowedTokens>
,HasCopy
,RangeComponent
,Serializable
,SimpleComponent
- All Known Implementing Classes:
CategoryRangeImpl
POJO class for XML type CategoryRangeType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
Methods inherited from interface net.opengis.swe.v20.DataComponent
accept, addComponent, assignNewDataBlock, clearData, clone, 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
Methods inherited from interface net.opengis.swe.v20.HasCodeSpace
getCodeSpace, isSetCodeSpace, setCodeSpace
Methods inherited from interface net.opengis.swe.v20.HasConstraints
getConstraint, getConstraintProperty, isSetConstraint, setConstraint
Methods inherited from interface net.opengis.swe.v20.SimpleComponent
addQuality, addQuality, addQuality, addQuality, getAxisID, getDataType, getNilValues, getNilValuesProperty, getNumQualitys, getQualityList, getReferenceFrame, isSetAxisID, isSetNilValues, isSetReferenceFrame, setAxisID, setDataType, setNilValues, setReferenceFrame, unSetValue
-
Method Details
-
copy
CategoryRange copy()Description copied from interface:DataComponent
Return a structural copy of this component The copy is done recursively, but only the structure is copied (not the data)- Specified by:
copy
in interfaceDataComponent
- Specified by:
copy
in interfaceHasCopy
- Returns:
- copy of this component, including sub-components
-
getValue
String[] getValue()Gets the value property -
isSetValue
boolean isSetValue()Checks if value is set- Specified by:
isSetValue
in interfaceSimpleComponent
-
setValue
Sets the value property
-