Uses of Interface
net.opengis.gml311.SolidArrayPropertyType
Packages that use SolidArrayPropertyType
-
Uses of SolidArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return SolidArrayPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createSolidArrayPropertyType()
Returns a new object of class 'Solid Array Property Type'.DocumentRoot.getSolidArrayProperty()
Returns the value of the 'Solid Array Property' containment reference.DocumentRoot.getSolidMembers()
Returns the value of the 'Solid Members' containment reference.MultiSolidType.getSolidMembers()
Returns the value of the 'Solid Members' containment reference.Methods in net.opengis.gml311 with parameters of type SolidArrayPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSolidArrayProperty
(SolidArrayPropertyType value) Sets the value of the 'Solid Array Property
' containment reference.void
DocumentRoot.setSolidMembers
(SolidArrayPropertyType value) Sets the value of the 'Solid Members
' containment reference.void
MultiSolidType.setSolidMembers
(SolidArrayPropertyType value) Sets the value of the 'Solid Members
' containment reference. -
Uses of SolidArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SolidArrayPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Solid Array Property Type'.Fields in net.opengis.gml311.impl declared as SolidArrayPropertyTypeModifier and TypeFieldDescriptionprotected SolidArrayPropertyType
MultiSolidTypeImpl.solidMembers
The cached value of the 'Solid Members
' containment reference.Methods in net.opengis.gml311.impl that return SolidArrayPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSolidArrayPropertyType()
DocumentRootImpl.getSolidArrayProperty()
DocumentRootImpl.getSolidMembers()
MultiSolidTypeImpl.getSolidMembers()
Methods in net.opengis.gml311.impl with parameters of type SolidArrayPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSolidArrayProperty
(SolidArrayPropertyType newSolidArrayProperty, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSolidMembers
(SolidArrayPropertyType newSolidMembers, NotificationChain msgs) NotificationChain
MultiSolidTypeImpl.basicSetSolidMembers
(SolidArrayPropertyType newSolidMembers, NotificationChain msgs) void
DocumentRootImpl.setSolidArrayProperty
(SolidArrayPropertyType newSolidArrayProperty) void
DocumentRootImpl.setSolidMembers
(SolidArrayPropertyType newSolidMembers) void
MultiSolidTypeImpl.setSolidMembers
(SolidArrayPropertyType newSolidMembers) -
Uses of SolidArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SolidArrayPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseSolidArrayPropertyType
(SolidArrayPropertyType object) Returns the result of interpreting the object as an instance of 'Solid Array Property Type'.boolean
Gml311Validator.validateSolidArrayPropertyType
(SolidArrayPropertyType solidArrayPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)