Uses of Interface
net.opengis.gml311.CompositeSolidType
-
Packages that use CompositeSolidType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CompositeSolidType in net.opengis.gml311
Methods in net.opengis.gml311 that return CompositeSolidType Modifier and Type Method Description CompositeSolidTypeGml311Factory. createCompositeSolidType()Returns a new object of class 'Composite Solid Type'.CompositeSolidTypeCompositeSolidPropertyType. getCompositeSolid()Returns the value of the 'Composite Solid' containment reference.CompositeSolidTypeDocumentRoot. getCompositeSolid()Returns the value of the 'Composite Solid' containment reference.CompositeSolidTypeGeometricComplexPropertyType. getCompositeSolid()Returns the value of the 'Composite Solid' containment reference.Methods in net.opengis.gml311 with parameters of type CompositeSolidType Modifier and Type Method Description voidCompositeSolidPropertyType. setCompositeSolid(CompositeSolidType value)Sets the value of the 'Composite Solid' containment reference.voidDocumentRoot. setCompositeSolid(CompositeSolidType value)Sets the value of the 'Composite Solid' containment reference.voidGeometricComplexPropertyType. 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 CompositeSolidType Modifier and Type Class Description classCompositeSolidTypeImplAn implementation of the model object 'Composite Solid Type'.Fields in net.opengis.gml311.impl declared as CompositeSolidType Modifier and Type Field Description protected CompositeSolidTypeCompositeSolidPropertyTypeImpl. compositeSolidThe cached value of the 'Composite Solid' containment reference.protected CompositeSolidTypeGeometricComplexPropertyTypeImpl. compositeSolidThe cached value of the 'Composite Solid' containment reference.Methods in net.opengis.gml311.impl that return CompositeSolidType Modifier and Type Method Description CompositeSolidTypeGml311FactoryImpl. createCompositeSolidType()CompositeSolidTypeCompositeSolidPropertyTypeImpl. getCompositeSolid()CompositeSolidTypeDocumentRootImpl. getCompositeSolid()CompositeSolidTypeGeometricComplexPropertyTypeImpl. getCompositeSolid()Methods in net.opengis.gml311.impl with parameters of type CompositeSolidType Modifier and Type Method Description NotificationChainCompositeSolidPropertyTypeImpl. basicSetCompositeSolid(CompositeSolidType newCompositeSolid, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCompositeSolid(CompositeSolidType newCompositeSolid, NotificationChain msgs)NotificationChainGeometricComplexPropertyTypeImpl. basicSetCompositeSolid(CompositeSolidType newCompositeSolid, NotificationChain msgs)voidCompositeSolidPropertyTypeImpl. setCompositeSolid(CompositeSolidType newCompositeSolid)voidDocumentRootImpl. setCompositeSolid(CompositeSolidType newCompositeSolid)voidGeometricComplexPropertyTypeImpl. setCompositeSolid(CompositeSolidType newCompositeSolid) -
Uses of CompositeSolidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompositeSolidType Modifier and Type Method Description TGml311Switch. caseCompositeSolidType(CompositeSolidType object)Returns the result of interpreting the object as an instance of 'Composite Solid Type'.booleanGml311Validator. validateCompositeSolidType(CompositeSolidType compositeSolidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-