Uses of Interface
net.opengis.wfs20.FeatureCollectionType
- 
Packages that use FeatureCollectionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of FeatureCollectionType in net.opengis.wfs20Methods in net.opengis.wfs20 that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionTypeWfs20Factory. 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.wfs20 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.wfs20.implClasses in net.opengis.wfs20.impl that implement FeatureCollectionType Modifier and Type Class Description classFeatureCollectionTypeImplAn implementation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs20.impl that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionTypeWfs20FactoryImpl. createFeatureCollectionType()FeatureCollectionTypeDocumentRootImpl. getFeatureCollection()Methods in net.opengis.wfs20.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.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type FeatureCollectionType Modifier and Type Method Description TWfs20Switch. caseFeatureCollectionType(FeatureCollectionType object)Returns the result of interpreting the object as an instance of 'Feature Collection Type'.booleanWfs20Validator. validateFeatureCollectionType(FeatureCollectionType featureCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of FeatureCollectionType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type FeatureCollectionType Modifier and Type Method Description booleanDocumentRootValidator. validateFeatureCollection(FeatureCollectionType value)
 
-