Uses of Interface
net.opengis.gml311.CompositeSolidType
Packages that use CompositeSolidType
-
Uses of CompositeSolidType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompositeSolidTypeModifier and TypeMethodDescriptionGml311Factory.createCompositeSolidType()
Returns a new object of class 'Composite Solid Type'.CompositeSolidPropertyType.getCompositeSolid()
Returns the value of the 'Composite Solid' containment reference.DocumentRoot.getCompositeSolid()
Returns the value of the 'Composite Solid' containment reference.GeometricComplexPropertyType.getCompositeSolid()
Returns the value of the 'Composite Solid' containment reference.Methods in net.opengis.gml311 with parameters of type CompositeSolidTypeModifier and TypeMethodDescriptionvoid
CompositeSolidPropertyType.setCompositeSolid
(CompositeSolidType value) Sets the value of the 'Composite Solid
' containment reference.void
DocumentRoot.setCompositeSolid
(CompositeSolidType value) Sets the value of the 'Composite Solid
' containment reference.void
GeometricComplexPropertyType.setCompositeSolid
(CompositeSolidType value) Sets the value of the 'Composite Solid
' containment reference. -
Uses of CompositeSolidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CompositeSolidTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Composite Solid Type'.Fields in net.opengis.gml311.impl declared as CompositeSolidTypeModifier and TypeFieldDescriptionprotected CompositeSolidType
CompositeSolidPropertyTypeImpl.compositeSolid
The cached value of the 'Composite Solid
' containment reference.protected CompositeSolidType
GeometricComplexPropertyTypeImpl.compositeSolid
The cached value of the 'Composite Solid
' containment reference.Methods in net.opengis.gml311.impl that return CompositeSolidTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCompositeSolidType()
CompositeSolidPropertyTypeImpl.getCompositeSolid()
DocumentRootImpl.getCompositeSolid()
GeometricComplexPropertyTypeImpl.getCompositeSolid()
Methods in net.opengis.gml311.impl with parameters of type CompositeSolidTypeModifier and TypeMethodDescriptionNotificationChain
CompositeSolidPropertyTypeImpl.basicSetCompositeSolid
(CompositeSolidType newCompositeSolid, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetCompositeSolid
(CompositeSolidType newCompositeSolid, NotificationChain msgs) NotificationChain
GeometricComplexPropertyTypeImpl.basicSetCompositeSolid
(CompositeSolidType newCompositeSolid, NotificationChain msgs) void
CompositeSolidPropertyTypeImpl.setCompositeSolid
(CompositeSolidType newCompositeSolid) void
DocumentRootImpl.setCompositeSolid
(CompositeSolidType newCompositeSolid) void
GeometricComplexPropertyTypeImpl.setCompositeSolid
(CompositeSolidType newCompositeSolid) -
Uses of CompositeSolidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompositeSolidTypeModifier and TypeMethodDescriptionGml311Switch.caseCompositeSolidType
(CompositeSolidType object) Returns the result of interpreting the object as an instance of 'Composite Solid Type'.boolean
Gml311Validator.validateCompositeSolidType
(CompositeSolidType compositeSolidType, DiagnosticChain diagnostics, Map<Object, Object> context)