Uses of Interface
net.opengis.gml311.MultiSolidType
Packages that use MultiSolidType
-
Uses of MultiSolidType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSolidTypeModifier and TypeMethodDescriptionGml311Factory.createMultiSolidType()
Returns a new object of class 'Multi Solid Type'.DocumentRoot.getMultiSolid()
Returns the value of the 'Multi Solid' containment reference.MultiSolidDomainType.getMultiSolid()
Returns the value of the 'Multi Solid' containment reference.MultiSolidPropertyType.getMultiSolid()
Returns the value of the 'Multi Solid' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSolidTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMultiSolid
(MultiSolidType value) Sets the value of the 'Multi Solid
' containment reference.void
MultiSolidDomainType.setMultiSolid
(MultiSolidType value) Sets the value of the 'Multi Solid
' containment reference.void
MultiSolidPropertyType.setMultiSolid
(MultiSolidType value) Sets the value of the 'Multi Solid
' containment reference. -
Uses of MultiSolidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSolidTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Multi Solid Type'.Fields in net.opengis.gml311.impl declared as MultiSolidTypeModifier and TypeFieldDescriptionprotected MultiSolidType
MultiSolidDomainTypeImpl.multiSolid
The cached value of the 'Multi Solid
' containment reference.protected MultiSolidType
MultiSolidPropertyTypeImpl.multiSolid
The cached value of the 'Multi Solid
' containment reference.Methods in net.opengis.gml311.impl that return MultiSolidTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMultiSolidType()
DocumentRootImpl.getMultiSolid()
MultiSolidDomainTypeImpl.getMultiSolid()
MultiSolidPropertyTypeImpl.getMultiSolid()
Methods in net.opengis.gml311.impl with parameters of type MultiSolidTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMultiSolid
(MultiSolidType newMultiSolid, NotificationChain msgs) NotificationChain
MultiSolidDomainTypeImpl.basicSetMultiSolid
(MultiSolidType newMultiSolid, NotificationChain msgs) NotificationChain
MultiSolidPropertyTypeImpl.basicSetMultiSolid
(MultiSolidType newMultiSolid, NotificationChain msgs) void
DocumentRootImpl.setMultiSolid
(MultiSolidType newMultiSolid) void
MultiSolidDomainTypeImpl.setMultiSolid
(MultiSolidType newMultiSolid) void
MultiSolidPropertyTypeImpl.setMultiSolid
(MultiSolidType newMultiSolid) -
Uses of MultiSolidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSolidTypeModifier and TypeMethodDescriptionGml311Switch.caseMultiSolidType
(MultiSolidType object) Returns the result of interpreting the object as an instance of 'Multi Solid Type'.boolean
Gml311Validator.validateMultiSolidType
(MultiSolidType multiSolidType, DiagnosticChain diagnostics, Map<Object, Object> context)