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 CompositeSolidType
Gml311Factory. createCompositeSolidType()
Returns a new object of class 'Composite Solid Type'.CompositeSolidType
CompositeSolidPropertyType. getCompositeSolid()
Returns the value of the 'Composite Solid' containment reference.CompositeSolidType
DocumentRoot. getCompositeSolid()
Returns the value of the 'Composite Solid' containment reference.CompositeSolidType
GeometricComplexPropertyType. 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 void
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 CompositeSolidType Modifier and Type Class Description class
CompositeSolidTypeImpl
An implementation of the model object 'Composite Solid Type'.Fields in net.opengis.gml311.impl declared as CompositeSolidType Modifier and Type Field Description protected 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 CompositeSolidType Modifier and Type Method Description CompositeSolidType
Gml311FactoryImpl. createCompositeSolidType()
CompositeSolidType
CompositeSolidPropertyTypeImpl. getCompositeSolid()
CompositeSolidType
DocumentRootImpl. getCompositeSolid()
CompositeSolidType
GeometricComplexPropertyTypeImpl. getCompositeSolid()
Methods in net.opengis.gml311.impl with parameters of type CompositeSolidType Modifier and Type Method Description NotificationChain
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 CompositeSolidType Modifier and Type Method Description T
Gml311Switch. 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)
-