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 BagType
Gml311Factory. createBagType()
Returns a new object of class 'Bag Type'.BagType
DocumentRoot. getBag()
Returns the value of the 'Bag' containment reference.Methods in net.opengis.gml311 with parameters of type BagType Modifier and Type Method Description void
DocumentRoot. 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 class
BagTypeImpl
An implementation of the model object 'Bag Type'.Methods in net.opengis.gml311.impl that return BagType Modifier and Type Method Description BagType
Gml311FactoryImpl. createBagType()
BagType
DocumentRootImpl. getBag()
Methods in net.opengis.gml311.impl with parameters of type BagType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetBag(BagType newBag, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseBagType(BagType object)
Returns the result of interpreting the object as an instance of 'Bag Type'.boolean
Gml311Validator. validateBagType(BagType bagType, DiagnosticChain diagnostics, Map<Object,Object> context)
-