Uses of Interface
net.opengis.gml311.BoundingShapeType
-
Packages that use BoundingShapeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of BoundingShapeType in net.opengis.gml311
Methods in net.opengis.gml311 that return BoundingShapeType Modifier and Type Method Description BoundingShapeType
Gml311Factory. createBoundingShapeType()
Returns a new object of class 'Bounding Shape Type'.BoundingShapeType
AbstractFeatureType. getBoundedBy()
Returns the value of the 'Bounded By' containment reference.BoundingShapeType
DocumentRoot. getBoundedBy()
Returns the value of the 'Bounded By' containment reference.Methods in net.opengis.gml311 with parameters of type BoundingShapeType Modifier and Type Method Description void
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 BoundingShapeType Modifier and Type Class Description class
BoundingShapeTypeImpl
An implementation of the model object 'Bounding Shape Type'.Fields in net.opengis.gml311.impl declared as BoundingShapeType Modifier and Type Field Description protected BoundingShapeType
AbstractFeatureTypeImpl. boundedBy
The cached value of the 'Bounded By
' containment reference.Methods in net.opengis.gml311.impl that return BoundingShapeType Modifier and Type Method Description BoundingShapeType
Gml311FactoryImpl. createBoundingShapeType()
BoundingShapeType
AbstractFeatureTypeImpl. getBoundedBy()
BoundingShapeType
DocumentRootImpl. getBoundedBy()
Methods in net.opengis.gml311.impl with parameters of type BoundingShapeType Modifier and Type Method Description NotificationChain
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 BoundingShapeType Modifier and Type Method Description T
Gml311Switch. 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)
-