Uses of Interface
net.opengis.wfs20.FeatureCollectionType
Packages that use FeatureCollectionType
Package
Description
-
Uses of FeatureCollectionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return FeatureCollectionTypeModifier and TypeMethodDescriptionWfs20Factory.createFeatureCollectionType()
Returns a new object of class 'Feature Collection Type'.DocumentRoot.getFeatureCollection()
Returns the value of the 'Feature Collection' containment reference.Methods in net.opengis.wfs20 with parameters of type FeatureCollectionTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setFeatureCollection
(FeatureCollectionType value) Sets the value of the 'Feature Collection
' containment reference. -
Uses of FeatureCollectionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement FeatureCollectionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs20.impl that return FeatureCollectionTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createFeatureCollectionType()
DocumentRootImpl.getFeatureCollection()
Methods in net.opengis.wfs20.impl with parameters of type FeatureCollectionTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetFeatureCollection
(FeatureCollectionType newFeatureCollection, NotificationChain msgs) void
DocumentRootImpl.setFeatureCollection
(FeatureCollectionType newFeatureCollection) -
Uses of FeatureCollectionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureCollectionTypeModifier and TypeMethodDescriptionWfs20Switch.caseFeatureCollectionType
(FeatureCollectionType object) Returns the result of interpreting the object as an instance of 'Feature Collection Type'.boolean
Wfs20Validator.validateFeatureCollectionType
(FeatureCollectionType featureCollectionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of FeatureCollectionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type FeatureCollectionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateFeatureCollection
(FeatureCollectionType value)