Uses of Interface
net.opengis.wfs.FeatureCollectionType
- 
Packages that use FeatureCollectionType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of FeatureCollectionType in net.opengis.wfsMethods in net.opengis.wfs that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionTypeWfsFactory. createFeatureCollectionType()Returns a new object of class 'Feature Collection Type'.FeatureCollectionTypeDocumentRoot. getFeatureCollection()Returns the value of the 'Feature Collection' containment reference.Methods in net.opengis.wfs with parameters of type FeatureCollectionType Modifier and Type Method Description voidDocumentRoot. setFeatureCollection(FeatureCollectionType value)Sets the value of the 'Feature Collection' containment reference.
- 
Uses of FeatureCollectionType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement FeatureCollectionType Modifier and Type Class Description classFeatureCollectionTypeImplAn implementation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs.impl that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionTypeWfsFactoryImpl. createFeatureCollectionType()FeatureCollectionTypeDocumentRootImpl. getFeatureCollection()Methods in net.opengis.wfs.impl with parameters of type FeatureCollectionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetFeatureCollection(FeatureCollectionType newFeatureCollection, NotificationChain msgs)voidDocumentRootImpl. setFeatureCollection(FeatureCollectionType newFeatureCollection)
- 
Uses of FeatureCollectionType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type FeatureCollectionType Modifier and Type Method Description booleanDocumentRootValidator. validateFeatureCollection(FeatureCollectionType value)
 
-