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:
Gml311Package.getRangeSetType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<List>
getBooleanList()
Returns the value of the 'Boolean List' attribute list.EList<CodeOrNullListType>
getCategoryList()
Returns the value of the 'Category List' containment reference list.EList<List>
getCountList()
Returns the value of the 'Count List' attribute list.DataBlockType
getDataBlock()
Returns the value of the 'Data Block' containment reference.FileType
getFile()
Returns the value of the 'File' containment reference.EList<MeasureOrNullListType>
getQuantityList()
Returns the value of the 'Quantity List' containment reference list.FeatureMap
getScalarValueList()
Returns the value of the 'Scalar Value List' attribute list.EList<ValueArrayType>
getValueArray()
Returns the value of the 'Value Array' containment reference list.void
setDataBlock(DataBlockType value)
Sets the value of the 'Data Block
' containment reference.void
setFile(FileType value)
Sets the value of the 'File
' containment reference.
-
-
-
Method Detail
-
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:
Gml311Package.getRangeSetType_ValueArray()
-
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:
Gml311Package.getRangeSetType_ScalarValueList()
-
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:
Gml311Package.getRangeSetType_BooleanList()
-
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:
Gml311Package.getRangeSetType_CategoryList()
-
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:
Gml311Package.getRangeSetType_QuantityList()
-
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:
Gml311Package.getRangeSetType_CountList()
-
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(DataBlockType)
,Gml311Package.getRangeSetType_DataBlock()
-
setDataBlock
void setDataBlock(DataBlockType value)
Sets the value of the 'Data Block
' containment reference.- Parameters:
value
- the new value of the 'Data Block' containment reference.- See Also:
getDataBlock()
-
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(FileType)
,Gml311Package.getRangeSetType_File()
-
-