Uses of Interface
net.opengis.wfs20.EnvelopePropertyType
- 
Packages that use EnvelopePropertyType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of EnvelopePropertyType in net.opengis.wfs20Methods in net.opengis.wfs20 that return EnvelopePropertyType Modifier and Type Method Description EnvelopePropertyTypeWfs20Factory. createEnvelopePropertyType()Returns a new object of class 'Envelope Property Type'.EnvelopePropertyTypeDocumentRoot. getBoundedBy()Returns the value of the 'Bounded By' containment reference.EnvelopePropertyTypeSimpleFeatureCollectionType. getBoundedBy()Returns the value of the 'Bounded By' containment reference.Methods in net.opengis.wfs20 with parameters of type EnvelopePropertyType Modifier and Type Method Description voidDocumentRoot. 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 EnvelopePropertyType Modifier and Type Class Description classEnvelopePropertyTypeImplAn implementation of the model object 'Envelope Property Type'.Fields in net.opengis.wfs20.impl declared as EnvelopePropertyType Modifier and Type Field Description protected EnvelopePropertyTypeSimpleFeatureCollectionTypeImpl. boundedByThe cached value of the 'Bounded By' containment reference.Methods in net.opengis.wfs20.impl that return EnvelopePropertyType Modifier and Type Method Description EnvelopePropertyTypeWfs20FactoryImpl. createEnvelopePropertyType()EnvelopePropertyTypeDocumentRootImpl. getBoundedBy()EnvelopePropertyTypeSimpleFeatureCollectionTypeImpl. getBoundedBy()Methods in net.opengis.wfs20.impl with parameters of type EnvelopePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 EnvelopePropertyType Modifier and Type Method Description TWfs20Switch. 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 EnvelopePropertyType Modifier and Type Method Description booleanDocumentRootValidator. validateBoundedBy(EnvelopePropertyType value)booleanSimpleFeatureCollectionTypeValidator. validateBoundedBy(EnvelopePropertyType value)
 
-