Uses of Interface
net.opengis.gml311.AbstractSolidType
-
Packages that use AbstractSolidType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractSolidType in net.opengis.gml311
Subinterfaces of AbstractSolidType in net.opengis.gml311 Modifier and Type Interface Description interface
CompositeSolidType
A representation of the model object 'Composite Solid Type'.interface
SolidType
A representation of the model object 'Solid Type'.Methods in net.opengis.gml311 that return AbstractSolidType Modifier and Type Method Description AbstractSolidType
Gml311Factory. createAbstractSolidType()
Returns a new object of class 'Abstract Solid Type'.AbstractSolidType
DocumentRoot. getSolid()
Returns the value of the 'Solid' containment reference.AbstractSolidType
SolidPropertyType. getSolid()
Returns the value of the 'Solid' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractSolidType Modifier and Type Method Description EList<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 AbstractSolidType Modifier and Type Class Description class
AbstractSolidTypeImpl
An implementation of the model object 'Abstract Solid Type'.class
CompositeSolidTypeImpl
An implementation of the model object 'Composite Solid Type'.class
SolidTypeImpl
An implementation of the model object 'Solid Type'.Methods in net.opengis.gml311.impl that return AbstractSolidType Modifier and Type Method Description AbstractSolidType
Gml311FactoryImpl. createAbstractSolidType()
AbstractSolidType
DocumentRootImpl. getSolid()
AbstractSolidType
SolidPropertyTypeImpl. getSolid()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractSolidType Modifier and Type Method Description EList<AbstractSolidType>
SolidArrayPropertyTypeImpl. getSolid()
Methods in net.opengis.gml311.impl with parameters of type AbstractSolidType Modifier and Type Method Description NotificationChain
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 AbstractSolidType Modifier and Type Method Description T
Gml311Switch. 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)
-