Uses of Interface
net.opengis.gml311.TopoComplexMemberType
Packages that use TopoComplexMemberType
- 
Uses of TopoComplexMemberType in net.opengis.gml311Methods 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 TypeMethodDescriptionvoidDocumentRoot.setMaximalComplex(TopoComplexMemberType value) Sets the value of the 'Maximal Complex' containment reference.voidTopoComplexType.setMaximalComplex(TopoComplexMemberType value) Sets the value of the 'Maximal Complex' containment reference.voidDocumentRoot.setSubComplex(TopoComplexMemberType value) Sets the value of the 'Sub Complex' containment reference.voidDocumentRoot.setSuperComplex(TopoComplexMemberType value) Sets the value of the 'Super Complex' containment reference.voidDocumentRoot.setTopoComplexProperty(TopoComplexMemberType value) Sets the value of the 'Topo Complex Property' containment reference.
- 
Uses of TopoComplexMemberType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement TopoComplexMemberTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Topo Complex Member Type'.Fields in net.opengis.gml311.impl declared as TopoComplexMemberTypeModifier and TypeFieldDescriptionprotected TopoComplexMemberTypeTopoComplexTypeImpl.maximalComplexThe 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.subComplexThe cached value of the 'Sub Complex' containment reference list.protected EList<TopoComplexMemberType>TopoComplexTypeImpl.superComplexThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetMaximalComplex(TopoComplexMemberType newMaximalComplex, NotificationChain msgs) NotificationChainTopoComplexTypeImpl.basicSetMaximalComplex(TopoComplexMemberType newMaximalComplex, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSubComplex(TopoComplexMemberType newSubComplex, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSuperComplex(TopoComplexMemberType newSuperComplex, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTopoComplexProperty(TopoComplexMemberType newTopoComplexProperty, NotificationChain msgs) voidDocumentRootImpl.setMaximalComplex(TopoComplexMemberType newMaximalComplex) voidTopoComplexTypeImpl.setMaximalComplex(TopoComplexMemberType newMaximalComplex) voidDocumentRootImpl.setSubComplex(TopoComplexMemberType newSubComplex) voidDocumentRootImpl.setSuperComplex(TopoComplexMemberType newSuperComplex) voidDocumentRootImpl.setTopoComplexProperty(TopoComplexMemberType newTopoComplexProperty) 
- 
Uses of TopoComplexMemberType in net.opengis.gml311.utilMethods 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'.booleanGml311Validator.validateTopoComplexMemberType(TopoComplexMemberType topoComplexMemberType, DiagnosticChain diagnostics, Map<Object, Object> context)