Uses of Interface
net.opengis.gml311.TopoSolidType
Packages that use TopoSolidType
-
Uses of TopoSolidType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopoSolidTypeModifier and TypeMethodDescriptionGml311Factory.createTopoSolidType()
Returns a new object of class 'Topo Solid Type'.ContainerPropertyType.getTopoSolid()
Returns the value of the 'Topo Solid' containment reference.DirectedTopoSolidPropertyType.getTopoSolid()
Returns the value of the 'Topo Solid' containment reference.DocumentRoot.getTopoSolid()
Returns the value of the 'Topo Solid' containment reference.Methods in net.opengis.gml311 with parameters of type TopoSolidTypeModifier and TypeMethodDescriptionvoid
ContainerPropertyType.setTopoSolid
(TopoSolidType value) Sets the value of the 'Topo Solid
' containment reference.void
DirectedTopoSolidPropertyType.setTopoSolid
(TopoSolidType value) Sets the value of the 'Topo Solid
' containment reference.void
DocumentRoot.setTopoSolid
(TopoSolidType value) Sets the value of the 'Topo Solid
' containment reference. -
Uses of TopoSolidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopoSolidTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Topo Solid Type'.Fields in net.opengis.gml311.impl declared as TopoSolidTypeModifier and TypeFieldDescriptionprotected TopoSolidType
ContainerPropertyTypeImpl.topoSolid
The cached value of the 'Topo Solid
' containment reference.protected TopoSolidType
DirectedTopoSolidPropertyTypeImpl.topoSolid
The cached value of the 'Topo Solid
' containment reference.Methods in net.opengis.gml311.impl that return TopoSolidTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTopoSolidType()
ContainerPropertyTypeImpl.getTopoSolid()
DirectedTopoSolidPropertyTypeImpl.getTopoSolid()
DocumentRootImpl.getTopoSolid()
Methods in net.opengis.gml311.impl with parameters of type TopoSolidTypeModifier and TypeMethodDescriptionNotificationChain
ContainerPropertyTypeImpl.basicSetTopoSolid
(TopoSolidType newTopoSolid, NotificationChain msgs) NotificationChain
DirectedTopoSolidPropertyTypeImpl.basicSetTopoSolid
(TopoSolidType newTopoSolid, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTopoSolid
(TopoSolidType newTopoSolid, NotificationChain msgs) void
ContainerPropertyTypeImpl.setTopoSolid
(TopoSolidType newTopoSolid) void
DirectedTopoSolidPropertyTypeImpl.setTopoSolid
(TopoSolidType newTopoSolid) void
DocumentRootImpl.setTopoSolid
(TopoSolidType newTopoSolid) -
Uses of TopoSolidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopoSolidTypeModifier and TypeMethodDescriptionGml311Switch.caseTopoSolidType
(TopoSolidType object) Returns the result of interpreting the object as an instance of 'Topo Solid Type'.boolean
Gml311Validator.validateTopoSolidType
(TopoSolidType topoSolidType, DiagnosticChain diagnostics, Map<Object, Object> context)