Uses of Interface
net.opengis.gml311.AbstractSolidType
Packages that use AbstractSolidType
-
Uses of AbstractSolidType in net.opengis.gml311
Subinterfaces of AbstractSolidType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Composite Solid Type'.interface
A representation of the model object 'Solid Type'.Methods in net.opengis.gml311 that return AbstractSolidTypeModifier and TypeMethodDescriptionGml311Factory.createAbstractSolidType()
Returns a new object of class 'Abstract Solid Type'.DocumentRoot.getSolid()
Returns the value of the 'Solid' containment reference.SolidPropertyType.getSolid()
Returns the value of the 'Solid' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractSolidTypeModifier and TypeMethodDescriptionEList<AbstractSolidType>
SolidArrayPropertyType.getSolid()
Returns the value of the 'Solid' containment reference list. -
Uses of AbstractSolidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractSolidTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Solid Type'.class
An implementation of the model object 'Composite Solid Type'.class
An implementation of the model object 'Solid Type'.Methods in net.opengis.gml311.impl that return AbstractSolidTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAbstractSolidType()
DocumentRootImpl.getSolid()
SolidPropertyTypeImpl.getSolid()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractSolidTypeMethods in net.opengis.gml311.impl with parameters of type AbstractSolidTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSolid
(AbstractSolidType newSolid, NotificationChain msgs) NotificationChain
SolidPropertyTypeImpl.basicSetSolid
(AbstractSolidType newSolid, NotificationChain msgs) -
Uses of AbstractSolidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractSolidTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractSolidType
(AbstractSolidType object) Returns the result of interpreting the object as an instance of 'Abstract Solid Type'.boolean
Gml311Validator.validateAbstractSolidType
(AbstractSolidType abstractSolidType, DiagnosticChain diagnostics, Map<Object, Object> context)