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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBoundedBy
(BoundingShapeType newBoundedBy, NotificationChain msgs) void
DocumentRootImpl.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'.boolean
GmlValidator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateBoundedBy
(BoundingShapeType value)