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 BoundingShapeTypeGmlFactory. createBoundingShapeType()Returns a new object of class 'Bounding Shape Type'.BoundingShapeTypeDocumentRoot. 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 voidDocumentRoot. 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 classBoundingShapeTypeImplAn implementation of the model object 'Bounding Shape Type'.Methods in net.opengis.gml.impl that return BoundingShapeType Modifier and Type Method Description BoundingShapeTypeGmlFactoryImpl. createBoundingShapeType()BoundingShapeTypeDocumentRootImpl. getBoundedBy()Methods in net.opengis.gml.impl with parameters of type BoundingShapeType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 BoundingShapeType Modifier and Type Method Description ObjectGmlSwitch. 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 BoundingShapeType Modifier and Type Method Description booleanDocumentRootValidator. validateBoundedBy(BoundingShapeType value)
-