Uses of Interface
net.opengis.gml311.TopoComplexType
Packages that use TopoComplexType
-
Uses of TopoComplexType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoComplexTypeModifier and TypeMethodDescriptionGml311Factory.createTopoComplexType()
Returns a new object of class 'Topo Complex Type'.DocumentRoot.getTopoComplex()
Returns the value of the 'Topo Complex' containment reference.TopoComplexMemberType.getTopoComplex()
Returns the value of the 'Topo Complex' containment reference.Methods in net.opengis.gml311 with parameters of type TopoComplexTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTopoComplex
(TopoComplexType value) Sets the value of the 'Topo Complex
' containment reference.void
TopoComplexMemberType.setTopoComplex
(TopoComplexType value) Sets the value of the 'Topo Complex
' containment reference. -
Uses of TopoComplexType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoComplexTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Topo Complex Type'.Fields in net.opengis.gml311.impl declared as TopoComplexTypeModifier and TypeFieldDescriptionprotected TopoComplexType
TopoComplexMemberTypeImpl.topoComplex
The cached value of the 'Topo Complex
' containment reference.Methods in net.opengis.gml311.impl that return TopoComplexTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTopoComplexType()
DocumentRootImpl.getTopoComplex()
TopoComplexMemberTypeImpl.getTopoComplex()
Methods in net.opengis.gml311.impl with parameters of type TopoComplexTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTopoComplex
(TopoComplexType newTopoComplex, NotificationChain msgs) NotificationChain
TopoComplexMemberTypeImpl.basicSetTopoComplex
(TopoComplexType newTopoComplex, NotificationChain msgs) void
DocumentRootImpl.setTopoComplex
(TopoComplexType newTopoComplex) void
TopoComplexMemberTypeImpl.setTopoComplex
(TopoComplexType newTopoComplex) -
Uses of TopoComplexType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoComplexTypeModifier and TypeMethodDescriptionGml311Switch.caseTopoComplexType
(TopoComplexType object) Returns the result of interpreting the object as an instance of 'Topo Complex Type'.boolean
Gml311Validator.validateTopoComplexType
(TopoComplexType topoComplexType, DiagnosticChain diagnostics, Map<Object, Object> context)