Uses of Interface
net.opengis.gml.BoundingShapeType
-
Packages that use BoundingShapeType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of BoundingShapeType in net.opengis.gml
Methods in net.opengis.gml that return BoundingShapeType Modifier and Type Method Description BoundingShapeType
GmlFactory. createBoundingShapeType()
Returns a new object of class 'Bounding Shape Type'.BoundingShapeType
DocumentRoot. getBoundedBy()
Returns the value of the 'Bounded By' containment reference.Methods in net.opengis.gml with parameters of type BoundingShapeType Modifier and Type Method Description void
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 BoundingShapeType Modifier and Type Class Description class
BoundingShapeTypeImpl
An implementation of the model object 'Bounding Shape Type'.Methods in net.opengis.gml.impl that return BoundingShapeType Modifier and Type Method Description BoundingShapeType
GmlFactoryImpl. createBoundingShapeType()
BoundingShapeType
DocumentRootImpl. getBoundedBy()
Methods in net.opengis.gml.impl with parameters of type BoundingShapeType Modifier and Type Method Description NotificationChain
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 BoundingShapeType Modifier and Type Method Description Object
GmlSwitch. 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 BoundingShapeType Modifier and Type Method Description boolean
DocumentRootValidator. validateBoundedBy(BoundingShapeType value)
-