Uses of Interface
net.opengis.gml.BoundingShapeType
Packages that use BoundingShapeType
Package
Description
-
Uses of BoundingShapeType in net.opengis.gml
Methods in net.opengis.gml that return BoundingShapeTypeModifier and TypeMethodDescriptionGmlFactory.createBoundingShapeType()Returns a new object of class 'Bounding Shape Type'.DocumentRoot.getBoundedBy()Returns the value of the 'Bounded By' containment reference.Methods in net.opengis.gml with parameters of type BoundingShapeTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setBoundedBy(BoundingShapeType value) Sets the value of the 'Bounded By' containment reference. -
Uses of BoundingShapeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement BoundingShapeTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Bounding Shape Type'.Methods in net.opengis.gml.impl that return BoundingShapeTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createBoundingShapeType()DocumentRootImpl.getBoundedBy()Methods in net.opengis.gml.impl with parameters of type BoundingShapeTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetBoundedBy(BoundingShapeType newBoundedBy, NotificationChain msgs) voidDocumentRootImpl.setBoundedBy(BoundingShapeType newBoundedBy) -
Uses of BoundingShapeType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type BoundingShapeTypeModifier and TypeMethodDescriptionGmlSwitch.caseBoundingShapeType(BoundingShapeType object) Returns the result of interpreting the object as an instance of 'Bounding Shape Type'.booleanGmlValidator.validateBoundingShapeType(BoundingShapeType boundingShapeType, DiagnosticChain diagnostics, Map context) -
Uses of BoundingShapeType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type BoundingShapeTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateBoundedBy(BoundingShapeType value)