Uses of Interface
net.opengis.gml311.BagType
-
Packages that use BagType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of BagType in net.opengis.gml311
Methods in net.opengis.gml311 that return BagType Modifier and Type Method Description BagTypeGml311Factory. createBagType()Returns a new object of class 'Bag Type'.BagTypeDocumentRoot. getBag()Returns the value of the 'Bag' containment reference.Methods in net.opengis.gml311 with parameters of type BagType Modifier and Type Method Description voidDocumentRoot. setBag(BagType value)Sets the value of the 'Bag' containment reference. -
Uses of BagType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BagType Modifier and Type Class Description classBagTypeImplAn implementation of the model object 'Bag Type'.Methods in net.opengis.gml311.impl that return BagType Modifier and Type Method Description BagTypeGml311FactoryImpl. createBagType()BagTypeDocumentRootImpl. getBag()Methods in net.opengis.gml311.impl with parameters of type BagType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBag(BagType newBag, NotificationChain msgs)voidDocumentRootImpl. setBag(BagType newBag) -
Uses of BagType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BagType Modifier and Type Method Description TGml311Switch. caseBagType(BagType object)Returns the result of interpreting the object as an instance of 'Bag Type'.booleanGml311Validator. validateBagType(BagType bagType, DiagnosticChain diagnostics, Map<Object,Object> context)
-