Uses of Interface
net.opengis.wfs20.SimpleFeatureCollectionType
- 
Packages that use SimpleFeatureCollectionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of SimpleFeatureCollectionType in net.opengis.wfs20Subinterfaces of SimpleFeatureCollectionType in net.opengis.wfs20 Modifier and Type Interface Description interfaceFeatureCollectionTypeA representation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs20 that return SimpleFeatureCollectionType Modifier and Type Method Description SimpleFeatureCollectionTypeWfs20Factory. createSimpleFeatureCollectionType()Returns a new object of class 'Simple Feature Collection Type'.SimpleFeatureCollectionTypeAdditionalObjectsType. getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.SimpleFeatureCollectionTypeAdditionalValuesType. getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.SimpleFeatureCollectionTypeDocumentRoot. getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.SimpleFeatureCollectionTypeMemberPropertyType. getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.Methods in net.opengis.wfs20 with parameters of type SimpleFeatureCollectionType Modifier and Type Method Description voidAdditionalObjectsType. setSimpleFeatureCollection(SimpleFeatureCollectionType value)Sets the value of the 'Simple Feature Collection' containment reference.voidAdditionalValuesType. setSimpleFeatureCollection(SimpleFeatureCollectionType value)Sets the value of the 'Simple Feature Collection' containment reference.voidDocumentRoot. setSimpleFeatureCollection(SimpleFeatureCollectionType value)Sets the value of the 'Simple Feature Collection' containment reference.voidMemberPropertyType. setSimpleFeatureCollection(SimpleFeatureCollectionType value)Sets the value of the 'Simple Feature Collection' containment reference.
- 
Uses of SimpleFeatureCollectionType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement SimpleFeatureCollectionType Modifier and Type Class Description classFeatureCollectionTypeImplAn implementation of the model object 'Feature Collection Type'.classSimpleFeatureCollectionTypeImplAn implementation of the model object 'Simple Feature Collection Type'.Methods in net.opengis.wfs20.impl that return SimpleFeatureCollectionType Modifier and Type Method Description SimpleFeatureCollectionTypeWfs20FactoryImpl. createSimpleFeatureCollectionType()SimpleFeatureCollectionTypeAdditionalObjectsTypeImpl. getSimpleFeatureCollection()SimpleFeatureCollectionTypeAdditionalValuesTypeImpl. getSimpleFeatureCollection()SimpleFeatureCollectionTypeDocumentRootImpl. getSimpleFeatureCollection()SimpleFeatureCollectionTypeMemberPropertyTypeImpl. getSimpleFeatureCollection()Methods in net.opengis.wfs20.impl with parameters of type SimpleFeatureCollectionType Modifier and Type Method Description NotificationChainAdditionalObjectsTypeImpl. basicSetSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs)NotificationChainAdditionalValuesTypeImpl. basicSetSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs)NotificationChainMemberPropertyTypeImpl. basicSetSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs)voidAdditionalObjectsTypeImpl. setSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection)voidAdditionalValuesTypeImpl. setSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection)voidDocumentRootImpl. setSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection)voidMemberPropertyTypeImpl. setSimpleFeatureCollection(SimpleFeatureCollectionType newSimpleFeatureCollection)
- 
Uses of SimpleFeatureCollectionType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type SimpleFeatureCollectionType Modifier and Type Method Description TWfs20Switch. caseSimpleFeatureCollectionType(SimpleFeatureCollectionType object)Returns the result of interpreting the object as an instance of 'Simple Feature Collection Type'.booleanWfs20Validator. validateSimpleFeatureCollectionType(SimpleFeatureCollectionType simpleFeatureCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of SimpleFeatureCollectionType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type SimpleFeatureCollectionType Modifier and Type Method Description booleanAdditionalObjectsTypeValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)booleanAdditionalValuesTypeValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)booleanDocumentRootValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)booleanMemberPropertyTypeValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)
 
-