Uses of Interface
net.opengis.gml311.BoundingShapeType
Packages that use BoundingShapeType
-
Uses of BoundingShapeType in net.opengis.gml311
Methods in net.opengis.gml311 that return BoundingShapeTypeModifier and TypeMethodDescriptionGml311Factory.createBoundingShapeType()
Returns a new object of class 'Bounding Shape Type'.AbstractFeatureType.getBoundedBy()
Returns the value of the 'Bounded By' containment reference.DocumentRoot.getBoundedBy()
Returns the value of the 'Bounded By' containment reference.Methods in net.opengis.gml311 with parameters of type BoundingShapeTypeModifier and TypeMethodDescriptionvoid
AbstractFeatureType.setBoundedBy
(BoundingShapeType value) Sets the value of the 'Bounded By
' containment reference.void
DocumentRoot.setBoundedBy
(BoundingShapeType value) Sets the value of the 'Bounded By
' containment reference. -
Uses of BoundingShapeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BoundingShapeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Bounding Shape Type'.Fields in net.opengis.gml311.impl declared as BoundingShapeTypeModifier and TypeFieldDescriptionprotected BoundingShapeType
AbstractFeatureTypeImpl.boundedBy
The cached value of the 'Bounded By
' containment reference.Methods in net.opengis.gml311.impl that return BoundingShapeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createBoundingShapeType()
AbstractFeatureTypeImpl.getBoundedBy()
DocumentRootImpl.getBoundedBy()
Methods in net.opengis.gml311.impl with parameters of type BoundingShapeTypeModifier and TypeMethodDescriptionNotificationChain
AbstractFeatureTypeImpl.basicSetBoundedBy
(BoundingShapeType newBoundedBy, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetBoundedBy
(BoundingShapeType newBoundedBy, NotificationChain msgs) void
AbstractFeatureTypeImpl.setBoundedBy
(BoundingShapeType newBoundedBy) void
DocumentRootImpl.setBoundedBy
(BoundingShapeType newBoundedBy) -
Uses of BoundingShapeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BoundingShapeTypeModifier and TypeMethodDescriptionGml311Switch.caseBoundingShapeType
(BoundingShapeType object) Returns the result of interpreting the object as an instance of 'Bounding Shape Type'.boolean
Gml311Validator.validateBoundingShapeType
(BoundingShapeType boundingShapeType, DiagnosticChain diagnostics, Map<Object, Object> context)