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 ValueArrayTypeGml311Factory. createValueArrayType()Returns a new object of class 'Value Array Type'.ValueArrayTypeDocumentRoot. 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 voidDocumentRoot. 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 classValueArrayTypeImplAn 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. valueArrayThe cached value of the 'Value Array' containment reference list.Methods in net.opengis.gml311.impl that return ValueArrayType Modifier and Type Method Description ValueArrayTypeGml311FactoryImpl. createValueArrayType()ValueArrayTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetValueArray(ValueArrayType newValueArray, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseValueArrayType(ValueArrayType object)Returns the result of interpreting the object as an instance of 'Value Array Type'.booleanGml311Validator. validateValueArrayType(ValueArrayType valueArrayType, DiagnosticChain diagnostics, Map<Object,Object> context)
-