Uses of Interface
net.opengis.wfs20.EnvelopePropertyType
Packages that use EnvelopePropertyType
Package
Description
-
Uses of EnvelopePropertyType in net.opengis.wfs20
Methods 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 TypeMethodDescriptionvoid
DocumentRoot.setBoundedBy
(EnvelopePropertyType value) Sets the value of the 'Bounded By
' containment reference.void
SimpleFeatureCollectionType.setBoundedBy
(EnvelopePropertyType value) Sets the value of the 'Bounded By
' containment reference. -
Uses of EnvelopePropertyType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement EnvelopePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Envelope Property Type'.Fields in net.opengis.wfs20.impl declared as EnvelopePropertyTypeModifier and TypeFieldDescriptionprotected EnvelopePropertyType
SimpleFeatureCollectionTypeImpl.boundedBy
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBoundedBy
(EnvelopePropertyType newBoundedBy, NotificationChain msgs) NotificationChain
SimpleFeatureCollectionTypeImpl.basicSetBoundedBy
(EnvelopePropertyType newBoundedBy, NotificationChain msgs) void
DocumentRootImpl.setBoundedBy
(EnvelopePropertyType newBoundedBy) void
SimpleFeatureCollectionTypeImpl.setBoundedBy
(EnvelopePropertyType newBoundedBy) -
Uses of EnvelopePropertyType in net.opengis.wfs20.util
Methods 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'.boolean
Wfs20Validator.validateEnvelopePropertyType
(EnvelopePropertyType envelopePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of EnvelopePropertyType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type EnvelopePropertyTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateBoundedBy
(EnvelopePropertyType value) boolean
SimpleFeatureCollectionTypeValidator.validateBoundedBy
(EnvelopePropertyType value)