Uses of Interface
net.opengis.wfs.FeatureCollectionType
Packages that use FeatureCollectionType
-
Uses of FeatureCollectionType in net.opengis.wfs
Methods in net.opengis.wfs that return FeatureCollectionTypeModifier and TypeMethodDescriptionWfsFactory.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.wfs 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.wfs.impl
Classes in net.opengis.wfs.impl that implement FeatureCollectionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs.impl that return FeatureCollectionTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createFeatureCollectionType()
DocumentRootImpl.getFeatureCollection()
Methods in net.opengis.wfs.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.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type FeatureCollectionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateFeatureCollection
(FeatureCollectionType value)