Uses of Interface
net.opengis.gml311.ValueArrayType
-
Packages that use ValueArrayType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ValueArrayType in net.opengis.gml311
Methods in net.opengis.gml311 that return ValueArrayType Modifier and Type Method Description ValueArrayType
Gml311Factory. createValueArrayType()
Returns a new object of class 'Value Array Type'.ValueArrayType
DocumentRoot. getValueArray()
Returns the value of the 'Value Array' containment reference.Methods in net.opengis.gml311 that return types with arguments of type ValueArrayType Modifier and Type Method Description EList<ValueArrayType>
RangeSetType. getValueArray()
Returns the value of the 'Value Array' containment reference list.Methods in net.opengis.gml311 with parameters of type ValueArrayType Modifier and Type Method Description void
DocumentRoot. setValueArray(ValueArrayType value)
Sets the value of the 'Value Array
' containment reference. -
Uses of ValueArrayType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ValueArrayType Modifier and Type Class Description class
ValueArrayTypeImpl
An implementation of the model object 'Value Array Type'.Fields in net.opengis.gml311.impl with type parameters of type ValueArrayType Modifier and Type Field Description protected EList<ValueArrayType>
RangeSetTypeImpl. valueArray
The cached value of the 'Value Array
' containment reference list.Methods in net.opengis.gml311.impl that return ValueArrayType Modifier and Type Method Description ValueArrayType
Gml311FactoryImpl. createValueArrayType()
ValueArrayType
DocumentRootImpl. getValueArray()
Methods in net.opengis.gml311.impl that return types with arguments of type ValueArrayType Modifier and Type Method Description EList<ValueArrayType>
RangeSetTypeImpl. getValueArray()
Methods in net.opengis.gml311.impl with parameters of type ValueArrayType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetValueArray(ValueArrayType newValueArray, NotificationChain msgs)
void
DocumentRootImpl. setValueArray(ValueArrayType newValueArray)
-
Uses of ValueArrayType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ValueArrayType Modifier and Type Method Description T
Gml311Switch. caseValueArrayType(ValueArrayType object)
Returns the result of interpreting the object as an instance of 'Value Array Type'.boolean
Gml311Validator. validateValueArrayType(ValueArrayType valueArrayType, DiagnosticChain diagnostics, Map<Object,Object> context)
-