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 interfaceCompositeSolidTypeA representation of the model object 'Composite Solid Type'.interfaceSolidTypeA representation of the model object 'Solid Type'.Methods in net.opengis.gml311 that return AbstractSolidType Modifier and Type Method Description AbstractSolidTypeGml311Factory. createAbstractSolidType()Returns a new object of class 'Abstract Solid Type'.AbstractSolidTypeDocumentRoot. getSolid()Returns the value of the 'Solid' containment reference.AbstractSolidTypeSolidPropertyType. 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 classAbstractSolidTypeImplAn implementation of the model object 'Abstract Solid Type'.classCompositeSolidTypeImplAn implementation of the model object 'Composite Solid Type'.classSolidTypeImplAn implementation of the model object 'Solid Type'.Methods in net.opengis.gml311.impl that return AbstractSolidType Modifier and Type Method Description AbstractSolidTypeGml311FactoryImpl. createAbstractSolidType()AbstractSolidTypeDocumentRootImpl. getSolid()AbstractSolidTypeSolidPropertyTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetSolid(AbstractSolidType newSolid, NotificationChain msgs)NotificationChainSolidPropertyTypeImpl. 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 TGml311Switch. caseAbstractSolidType(AbstractSolidType object)Returns the result of interpreting the object as an instance of 'Abstract Solid Type'.booleanGml311Validator. validateAbstractSolidType(AbstractSolidType abstractSolidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-