Uses of Interface
net.opengis.wfs20.EnvelopePropertyType
Packages that use EnvelopePropertyType
Package
Description
- 
Uses of EnvelopePropertyType in net.opengis.wfs20Methods in net.opengis.wfs20 that return EnvelopePropertyTypeModifier and TypeMethodDescriptionWfs20Factory.createEnvelopePropertyType()Returns a new object of class 'Envelope Property Type'.DocumentRoot.getBoundedBy()Returns the value of the 'Bounded By' containment reference.SimpleFeatureCollectionType.getBoundedBy()Returns the value of the 'Bounded By' containment reference.Methods in net.opengis.wfs20 with parameters of type EnvelopePropertyTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setBoundedBy(EnvelopePropertyType value) Sets the value of the 'Bounded By' containment reference.voidSimpleFeatureCollectionType.setBoundedBy(EnvelopePropertyType value) Sets the value of the 'Bounded By' containment reference.
- 
Uses of EnvelopePropertyType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement EnvelopePropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Envelope Property Type'.Fields in net.opengis.wfs20.impl declared as EnvelopePropertyTypeModifier and TypeFieldDescriptionprotected EnvelopePropertyTypeSimpleFeatureCollectionTypeImpl.boundedByThe cached value of the 'Bounded By' containment reference.Methods in net.opengis.wfs20.impl that return EnvelopePropertyTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createEnvelopePropertyType()DocumentRootImpl.getBoundedBy()SimpleFeatureCollectionTypeImpl.getBoundedBy()Methods in net.opengis.wfs20.impl with parameters of type EnvelopePropertyTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetBoundedBy(EnvelopePropertyType newBoundedBy, NotificationChain msgs) NotificationChainSimpleFeatureCollectionTypeImpl.basicSetBoundedBy(EnvelopePropertyType newBoundedBy, NotificationChain msgs) voidDocumentRootImpl.setBoundedBy(EnvelopePropertyType newBoundedBy) voidSimpleFeatureCollectionTypeImpl.setBoundedBy(EnvelopePropertyType newBoundedBy) 
- 
Uses of EnvelopePropertyType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type EnvelopePropertyTypeModifier and TypeMethodDescriptionWfs20Switch.caseEnvelopePropertyType(EnvelopePropertyType object) Returns the result of interpreting the object as an instance of 'Envelope Property Type'.booleanWfs20Validator.validateEnvelopePropertyType(EnvelopePropertyType envelopePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context) 
- 
Uses of EnvelopePropertyType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type EnvelopePropertyTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateBoundedBy(EnvelopePropertyType value) booleanSimpleFeatureCollectionTypeValidator.validateBoundedBy(EnvelopePropertyType value)