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 BoundingShapeTypeGml311Factory. createBoundingShapeType()Returns a new object of class 'Bounding Shape Type'.BoundingShapeTypeAbstractFeatureType. getBoundedBy()Returns the value of the 'Bounded By' containment reference.BoundingShapeTypeDocumentRoot. 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 voidAbstractFeatureType. setBoundedBy(BoundingShapeType value)Sets the value of the 'Bounded By' containment reference.voidDocumentRoot. 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 classBoundingShapeTypeImplAn implementation of the model object 'Bounding Shape Type'.Fields in net.opengis.gml311.impl declared as BoundingShapeType Modifier and Type Field Description protected BoundingShapeTypeAbstractFeatureTypeImpl. boundedByThe cached value of the 'Bounded By' containment reference.Methods in net.opengis.gml311.impl that return BoundingShapeType Modifier and Type Method Description BoundingShapeTypeGml311FactoryImpl. createBoundingShapeType()BoundingShapeTypeAbstractFeatureTypeImpl. getBoundedBy()BoundingShapeTypeDocumentRootImpl. getBoundedBy()Methods in net.opengis.gml311.impl with parameters of type BoundingShapeType Modifier and Type Method Description NotificationChainAbstractFeatureTypeImpl. basicSetBoundedBy(BoundingShapeType newBoundedBy, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetBoundedBy(BoundingShapeType newBoundedBy, NotificationChain msgs)voidAbstractFeatureTypeImpl. setBoundedBy(BoundingShapeType newBoundedBy)voidDocumentRootImpl. 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 TGml311Switch. caseBoundingShapeType(BoundingShapeType object)Returns the result of interpreting the object as an instance of 'Bounding Shape Type'.booleanGml311Validator. validateBoundingShapeType(BoundingShapeType boundingShapeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-