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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetFeatureCollection(FeatureCollectionType newFeatureCollection, NotificationChain msgs) voidDocumentRootImpl.setFeatureCollection(FeatureCollectionType newFeatureCollection)  - 
Uses of FeatureCollectionType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type FeatureCollectionTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateFeatureCollection(FeatureCollectionType value)