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.wfs20
Methods in net.opengis.wfs20 that return EnvelopePropertyType Modifier and Type Method Description EnvelopePropertyType
Wfs20Factory. createEnvelopePropertyType()
Returns a new object of class 'Envelope Property Type'.EnvelopePropertyType
DocumentRoot. getBoundedBy()
Returns the value of the 'Bounded By' containment reference.EnvelopePropertyType
SimpleFeatureCollectionType. 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 void
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 EnvelopePropertyType Modifier and Type Class Description class
EnvelopePropertyTypeImpl
An implementation of the model object 'Envelope Property Type'.Fields in net.opengis.wfs20.impl declared as EnvelopePropertyType Modifier and Type Field Description protected EnvelopePropertyType
SimpleFeatureCollectionTypeImpl. boundedBy
The cached value of the 'Bounded By
' containment reference.Methods in net.opengis.wfs20.impl that return EnvelopePropertyType Modifier and Type Method Description EnvelopePropertyType
Wfs20FactoryImpl. createEnvelopePropertyType()
EnvelopePropertyType
DocumentRootImpl. getBoundedBy()
EnvelopePropertyType
SimpleFeatureCollectionTypeImpl. getBoundedBy()
Methods in net.opengis.wfs20.impl with parameters of type EnvelopePropertyType Modifier and Type Method Description NotificationChain
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 EnvelopePropertyType Modifier and Type Method Description T
Wfs20Switch. 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 EnvelopePropertyType Modifier and Type Method Description boolean
DocumentRootValidator. validateBoundedBy(EnvelopePropertyType value)
boolean
SimpleFeatureCollectionTypeValidator. validateBoundedBy(EnvelopePropertyType value)
-