Uses of Interface
net.opengis.gml311.ArrayAssociationType
Packages that use ArrayAssociationType
-
Uses of ArrayAssociationType in net.opengis.gml311
Methods in net.opengis.gml311 that return ArrayAssociationTypeModifier and TypeMethodDescriptionGml311Factory.createArrayAssociationType()
Returns a new object of class 'Array Association Type'.ArrayType.getMembers()
Returns the value of the 'Members' containment reference.BagType.getMembers()
Returns the value of the 'Members' containment reference.DocumentRoot.getMembers()
Returns the value of the 'Members' containment reference.Methods in net.opengis.gml311 with parameters of type ArrayAssociationTypeModifier and TypeMethodDescriptionvoid
ArrayType.setMembers
(ArrayAssociationType value) Sets the value of the 'Members
' containment reference.void
BagType.setMembers
(ArrayAssociationType value) Sets the value of the 'Members
' containment reference.void
DocumentRoot.setMembers
(ArrayAssociationType value) Sets the value of the 'Members
' containment reference. -
Uses of ArrayAssociationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArrayAssociationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Array Association Type'.Fields in net.opengis.gml311.impl declared as ArrayAssociationTypeModifier and TypeFieldDescriptionprotected ArrayAssociationType
ArrayTypeImpl.members
The cached value of the 'Members
' containment reference.protected ArrayAssociationType
BagTypeImpl.members
The cached value of the 'Members
' containment reference.Methods in net.opengis.gml311.impl that return ArrayAssociationTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createArrayAssociationType()
ArrayTypeImpl.getMembers()
BagTypeImpl.getMembers()
DocumentRootImpl.getMembers()
Methods in net.opengis.gml311.impl with parameters of type ArrayAssociationTypeModifier and TypeMethodDescriptionNotificationChain
ArrayTypeImpl.basicSetMembers
(ArrayAssociationType newMembers, NotificationChain msgs) NotificationChain
BagTypeImpl.basicSetMembers
(ArrayAssociationType newMembers, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMembers
(ArrayAssociationType newMembers, NotificationChain msgs) void
ArrayTypeImpl.setMembers
(ArrayAssociationType newMembers) void
BagTypeImpl.setMembers
(ArrayAssociationType newMembers) void
DocumentRootImpl.setMembers
(ArrayAssociationType newMembers) -
Uses of ArrayAssociationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArrayAssociationTypeModifier and TypeMethodDescriptionGml311Switch.caseArrayAssociationType
(ArrayAssociationType object) Returns the result of interpreting the object as an instance of 'Array Association Type'.boolean
Gml311Validator.validateArrayAssociationType
(ArrayAssociationType arrayAssociationType, DiagnosticChain diagnostics, Map<Object, Object> context)