Package net.opengis.gml311
Interface ValueArrayType
- All Superinterfaces:
AbstractGMLType,CompositeValueType,EObject,Notifier
- All Known Implementing Classes:
ValueArrayTypeImpl
A representation of the model object 'Value Array Type'.
A Value Array is used for homogeneous arrays of primitive and aggregate values. The member values may be scalars, composites, arrays or lists. ValueArray has the same content model as CompositeValue, but the member values must be homogeneous. The element declaration contains a Schematron constraint which expresses this restriction precisely. Since the members are homogeneous, the referenceSystem (uom, codeSpace) may be specified on the ValueArray itself and implicitly inherited by all the members if desired. Note that a_ScalarValueList is preferred for arrays of Scalar Values since this is a more efficient encoding.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Code Space' attribute.getUom()Returns the value of the 'Uom' attribute.voidsetCodeSpace(String value) Sets the value of the 'Code Space' attribute.voidSets the value of the 'Uom' attribute.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface CompositeValueType
getValueComponent, getValueComponents, setValueComponentsMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCodeSpace
String getCodeSpace()Returns the value of the 'Code Space' attribute.If the meaning of the 'Code Space' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Code Space' attribute.
- See Also:
-
setCodeSpace
Sets the value of the 'Code Space' attribute.- Parameters:
value- the new value of the 'Code Space' attribute.- See Also:
-
getUom
String getUom()Returns the value of the 'Uom' attribute.If the meaning of the 'Uom' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Uom' attribute.
- See Also:
-
setUom
Sets the value of the 'Uom' attribute.- Parameters:
value- the new value of the 'Uom' attribute.- See Also:
-