Uses of Interface
net.opengis.gml311.TopoComplexMemberType
-
Packages that use TopoComplexMemberType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopoComplexMemberType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoComplexMemberType Modifier and Type Method Description TopoComplexMemberTypeGml311Factory. createTopoComplexMemberType()Returns a new object of class 'Topo Complex Member Type'.TopoComplexMemberTypeDocumentRoot. getMaximalComplex()Returns the value of the 'Maximal Complex' containment reference.TopoComplexMemberTypeTopoComplexType. getMaximalComplex()Returns the value of the 'Maximal Complex' containment reference.TopoComplexMemberTypeDocumentRoot. getSubComplex()Returns the value of the 'Sub Complex' containment reference.TopoComplexMemberTypeDocumentRoot. getSuperComplex()Returns the value of the 'Super Complex' containment reference.TopoComplexMemberTypeDocumentRoot. getTopoComplexProperty()Returns the value of the 'Topo Complex Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TopoComplexMemberType Modifier and Type Method Description EList<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 TopoComplexMemberType Modifier and Type Method Description voidDocumentRoot. 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.impl
Classes in net.opengis.gml311.impl that implement TopoComplexMemberType Modifier and Type Class Description classTopoComplexMemberTypeImplAn implementation of the model object 'Topo Complex Member Type'.Fields in net.opengis.gml311.impl declared as TopoComplexMemberType Modifier and Type Field Description protected TopoComplexMemberTypeTopoComplexTypeImpl. maximalComplexThe cached value of the 'Maximal Complex' containment reference.Fields in net.opengis.gml311.impl with type parameters of type TopoComplexMemberType Modifier and Type Field Description protected 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 TopoComplexMemberType Modifier and Type Method Description TopoComplexMemberTypeGml311FactoryImpl. createTopoComplexMemberType()TopoComplexMemberTypeDocumentRootImpl. getMaximalComplex()TopoComplexMemberTypeTopoComplexTypeImpl. getMaximalComplex()TopoComplexMemberTypeDocumentRootImpl. getSubComplex()TopoComplexMemberTypeDocumentRootImpl. getSuperComplex()TopoComplexMemberTypeDocumentRootImpl. getTopoComplexProperty()Methods in net.opengis.gml311.impl that return types with arguments of type TopoComplexMemberType Modifier and Type Method Description EList<TopoComplexMemberType>TopoComplexTypeImpl. getSubComplex()EList<TopoComplexMemberType>TopoComplexTypeImpl. getSuperComplex()Methods in net.opengis.gml311.impl with parameters of type TopoComplexMemberType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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.util
Methods in net.opengis.gml311.util with parameters of type TopoComplexMemberType Modifier and Type Method Description TGml311Switch. 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)
-