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 TopoComplexMemberType
Gml311Factory. createTopoComplexMemberType()
Returns a new object of class 'Topo Complex Member Type'.TopoComplexMemberType
DocumentRoot. getMaximalComplex()
Returns the value of the 'Maximal Complex' containment reference.TopoComplexMemberType
TopoComplexType. getMaximalComplex()
Returns the value of the 'Maximal Complex' containment reference.TopoComplexMemberType
DocumentRoot. getSubComplex()
Returns the value of the 'Sub Complex' containment reference.TopoComplexMemberType
DocumentRoot. getSuperComplex()
Returns the value of the 'Super Complex' containment reference.TopoComplexMemberType
DocumentRoot. 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 void
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 TopoComplexMemberType Modifier and Type Class Description class
TopoComplexMemberTypeImpl
An implementation of the model object 'Topo Complex Member Type'.Fields in net.opengis.gml311.impl declared as TopoComplexMemberType Modifier and Type Field Description protected TopoComplexMemberType
TopoComplexTypeImpl. maximalComplex
The 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. 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 TopoComplexMemberType Modifier and Type Method Description TopoComplexMemberType
Gml311FactoryImpl. createTopoComplexMemberType()
TopoComplexMemberType
DocumentRootImpl. getMaximalComplex()
TopoComplexMemberType
TopoComplexTypeImpl. getMaximalComplex()
TopoComplexMemberType
DocumentRootImpl. getSubComplex()
TopoComplexMemberType
DocumentRootImpl. getSuperComplex()
TopoComplexMemberType
DocumentRootImpl. 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 NotificationChain
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 TopoComplexMemberType Modifier and Type Method Description T
Gml311Switch. 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)
-