Uses of Interface
net.opengis.gml311.SolidType
-
Packages that use SolidType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SolidType in net.opengis.gml311
Methods in net.opengis.gml311 that return SolidType Modifier and Type Method Description SolidType
Gml311Factory. createSolidType()
Returns a new object of class 'Solid Type'.SolidType
DocumentRoot. getSolid1()
Returns the value of the 'Solid1' containment reference.Methods in net.opengis.gml311 with parameters of type SolidType Modifier and Type Method Description void
DocumentRoot. setSolid1(SolidType value)
Sets the value of the 'Solid1
' containment reference. -
Uses of SolidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SolidType Modifier and Type Class Description class
SolidTypeImpl
An implementation of the model object 'Solid Type'.Methods in net.opengis.gml311.impl that return SolidType Modifier and Type Method Description SolidType
Gml311FactoryImpl. createSolidType()
SolidType
DocumentRootImpl. getSolid1()
Methods in net.opengis.gml311.impl with parameters of type SolidType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSolid1(SolidType newSolid1, NotificationChain msgs)
void
DocumentRootImpl. setSolid1(SolidType newSolid1)
-
Uses of SolidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SolidType Modifier and Type Method Description T
Gml311Switch. caseSolidType(SolidType object)
Returns the result of interpreting the object as an instance of 'Solid Type'.boolean
Gml311Validator. validateSolidType(SolidType solidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-