Package net.opengis.gml311
Interface RangeSetType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RangeSetTypeImpl
public interface RangeSetType
extends EObject
A representation of the model object 'Range Set Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<List>
Returns the value of the 'Boolean List' attribute list.EList<CodeOrNullListType>
Returns the value of the 'Category List' containment reference list.EList<List>
Returns the value of the 'Count List' attribute list.Returns the value of the 'Data Block' containment reference.getFile()
Returns the value of the 'File' containment reference.EList<MeasureOrNullListType>
Returns the value of the 'Quantity List' containment reference list.FeatureMap
Returns the value of the 'Scalar Value List' attribute list.EList<ValueArrayType>
Returns the value of the 'Value Array' containment reference list.void
setDataBlock
(DataBlockType value) Sets the value of the 'Data Block
' containment reference.void
Sets the value of the 'File
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValueArray
EList<ValueArrayType> getValueArray()Returns the value of the 'Value Array' containment reference list. The list contents are of typeValueArrayType
. each member _Value holds a tuple or "row" from the equivalent table- Returns:
- the value of the 'Value Array' containment reference list.
- See Also:
-
getScalarValueList
FeatureMap getScalarValueList()Returns the value of the 'Scalar Value List' attribute list. The list contents are of typeFeatureMap.Entry
. each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table- Returns:
- the value of the 'Scalar Value List' attribute list.
- See Also:
-
getBooleanList
EList<List> getBooleanList()Returns the value of the 'Boolean List' attribute list. The list contents are of typeList
. XML List based on XML Schema boolean type. An element of this type contains a space-separated list of boolean values {0,1,true,false}- Returns:
- the value of the 'Boolean List' attribute list.
- See Also:
-
getCategoryList
EList<CodeOrNullListType> getCategoryList()Returns the value of the 'Category List' containment reference list. The list contents are of typeCodeOrNullListType
. A space-separated list of terms or nulls. A single XML attribute codeSpace may be provided, which authorises all the terms in the list.- Returns:
- the value of the 'Category List' containment reference list.
- See Also:
-
getQuantityList
EList<MeasureOrNullListType> getQuantityList()Returns the value of the 'Quantity List' containment reference list. The list contents are of typeMeasureOrNullListType
. A space separated list of amounts or nulls. The amounts use the XML Schema type double. A single XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which all the amounts in the list must be multiplied.- Returns:
- the value of the 'Quantity List' containment reference list.
- See Also:
-
getCountList
EList<List> getCountList()Returns the value of the 'Count List' attribute list. The list contents are of typeList
. A space-separated list of integers or nulls.- Returns:
- the value of the 'Count List' attribute list.
- See Also:
-
getDataBlock
DataBlockType getDataBlock()Returns the value of the 'Data Block' containment reference. Its tuple list holds the values as space-separated tuples each of which contains comma-separated components, and the tuple structure is specified using the rangeParameters property.- Returns:
- the value of the 'Data Block' containment reference.
- See Also:
-
setDataBlock
Sets the value of the 'Data Block
' containment reference.- Parameters:
value
- the new value of the 'Data Block' containment reference.- See Also:
-
getFile
FileType getFile()Returns the value of the 'File' containment reference. a reference to an external source for the data, together with a description of how that external source is structured- Returns:
- the value of the 'File' containment reference.
- See Also:
-
setFile
Sets the value of the 'File
' containment reference.- Parameters:
value
- the new value of the 'File' containment reference.- See Also:
-