Uses of Interface
net.opengis.gml311.ValueArrayType
Packages that use ValueArrayType
-
Uses of ValueArrayType in net.opengis.gml311
Methods in net.opengis.gml311 that return ValueArrayTypeModifier and TypeMethodDescriptionGml311Factory.createValueArrayType()
Returns a new object of class 'Value Array Type'.DocumentRoot.getValueArray()
Returns the value of the 'Value Array' containment reference.Methods in net.opengis.gml311 that return types with arguments of type ValueArrayTypeModifier and TypeMethodDescriptionEList<ValueArrayType>
RangeSetType.getValueArray()
Returns the value of the 'Value Array' containment reference list.Methods in net.opengis.gml311 with parameters of type ValueArrayTypeModifier and TypeMethodDescriptionvoid
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 ValueArrayTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Value Array Type'.Fields in net.opengis.gml311.impl with type parameters of type ValueArrayTypeModifier and TypeFieldDescriptionprotected EList<ValueArrayType>
RangeSetTypeImpl.valueArray
The cached value of the 'Value Array
' containment reference list.Methods in net.opengis.gml311.impl that return ValueArrayTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createValueArrayType()
DocumentRootImpl.getValueArray()
Methods in net.opengis.gml311.impl that return types with arguments of type ValueArrayTypeMethods in net.opengis.gml311.impl with parameters of type ValueArrayTypeModifier and TypeMethodDescriptionNotificationChain
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 ValueArrayTypeModifier and TypeMethodDescriptionGml311Switch.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)