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 SolidTypeGml311Factory. createSolidType()Returns a new object of class 'Solid Type'.SolidTypeDocumentRoot. getSolid1()Returns the value of the 'Solid1' containment reference.Methods in net.opengis.gml311 with parameters of type SolidType Modifier and Type Method Description voidDocumentRoot. 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 classSolidTypeImplAn implementation of the model object 'Solid Type'.Methods in net.opengis.gml311.impl that return SolidType Modifier and Type Method Description SolidTypeGml311FactoryImpl. createSolidType()SolidTypeDocumentRootImpl. getSolid1()Methods in net.opengis.gml311.impl with parameters of type SolidType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSolid1(SolidType newSolid1, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseSolidType(SolidType object)Returns the result of interpreting the object as an instance of 'Solid Type'.booleanGml311Validator. validateSolidType(SolidType solidType, DiagnosticChain diagnostics, Map<Object,Object> context)
-