Uses of Interface
net.opengis.gml311.TopoComplexMemberType
Packages that use TopoComplexMemberType
-
Uses of TopoComplexMemberType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoComplexMemberTypeModifier and TypeMethodDescriptionGml311Factory.createTopoComplexMemberType()
Returns a new object of class 'Topo Complex Member Type'.DocumentRoot.getMaximalComplex()
Returns the value of the 'Maximal Complex' containment reference.TopoComplexType.getMaximalComplex()
Returns the value of the 'Maximal Complex' containment reference.DocumentRoot.getSubComplex()
Returns the value of the 'Sub Complex' containment reference.DocumentRoot.getSuperComplex()
Returns the value of the 'Super Complex' containment reference.DocumentRoot.getTopoComplexProperty()
Returns the value of the 'Topo Complex Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TopoComplexMemberTypeModifier and TypeMethodDescriptionEList<TopoComplexMemberType>
TopoComplexType.getSubComplex()
Returns the value of the 'Sub Complex' containment reference list.EList<TopoComplexMemberType>
TopoComplexType.getSuperComplex()
Returns the value of the 'Super Complex' containment reference list.Methods in net.opengis.gml311 with parameters of type TopoComplexMemberTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMaximalComplex
(TopoComplexMemberType value) Sets the value of the 'Maximal Complex
' containment reference.void
TopoComplexType.setMaximalComplex
(TopoComplexMemberType value) Sets the value of the 'Maximal Complex
' containment reference.void
DocumentRoot.setSubComplex
(TopoComplexMemberType value) Sets the value of the 'Sub Complex
' containment reference.void
DocumentRoot.setSuperComplex
(TopoComplexMemberType value) Sets the value of the 'Super Complex
' containment reference.void
DocumentRoot.setTopoComplexProperty
(TopoComplexMemberType value) Sets the value of the 'Topo Complex Property
' containment reference. -
Uses of TopoComplexMemberType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoComplexMemberTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Topo Complex Member Type'.Fields in net.opengis.gml311.impl declared as TopoComplexMemberTypeModifier and TypeFieldDescriptionprotected TopoComplexMemberType
TopoComplexTypeImpl.maximalComplex
The cached value of the 'Maximal Complex
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type TopoComplexMemberTypeModifier and TypeFieldDescriptionprotected EList<TopoComplexMemberType>
TopoComplexTypeImpl.subComplex
The cached value of the 'Sub Complex
' containment reference list.protected EList<TopoComplexMemberType>
TopoComplexTypeImpl.superComplex
The cached value of the 'Super Complex
' containment reference list.Methods in net.opengis.gml311.impl that return TopoComplexMemberTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTopoComplexMemberType()
DocumentRootImpl.getMaximalComplex()
TopoComplexTypeImpl.getMaximalComplex()
DocumentRootImpl.getSubComplex()
DocumentRootImpl.getSuperComplex()
DocumentRootImpl.getTopoComplexProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type TopoComplexMemberTypeModifier and TypeMethodDescriptionEList<TopoComplexMemberType>
TopoComplexTypeImpl.getSubComplex()
EList<TopoComplexMemberType>
TopoComplexTypeImpl.getSuperComplex()
Methods in net.opengis.gml311.impl with parameters of type TopoComplexMemberTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMaximalComplex
(TopoComplexMemberType newMaximalComplex, NotificationChain msgs) NotificationChain
TopoComplexTypeImpl.basicSetMaximalComplex
(TopoComplexMemberType newMaximalComplex, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSubComplex
(TopoComplexMemberType newSubComplex, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSuperComplex
(TopoComplexMemberType newSuperComplex, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTopoComplexProperty
(TopoComplexMemberType newTopoComplexProperty, NotificationChain msgs) void
DocumentRootImpl.setMaximalComplex
(TopoComplexMemberType newMaximalComplex) void
TopoComplexTypeImpl.setMaximalComplex
(TopoComplexMemberType newMaximalComplex) void
DocumentRootImpl.setSubComplex
(TopoComplexMemberType newSubComplex) void
DocumentRootImpl.setSuperComplex
(TopoComplexMemberType newSuperComplex) void
DocumentRootImpl.setTopoComplexProperty
(TopoComplexMemberType newTopoComplexProperty) -
Uses of TopoComplexMemberType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoComplexMemberTypeModifier and TypeMethodDescriptionGml311Switch.caseTopoComplexMemberType
(TopoComplexMemberType object) Returns the result of interpreting the object as an instance of 'Topo Complex Member Type'.boolean
Gml311Validator.validateTopoComplexMemberType
(TopoComplexMemberType topoComplexMemberType, DiagnosticChain diagnostics, Map<Object, Object> context)