Uses of Interface
net.opengis.wfs20.SimpleFeatureCollectionType
Packages that use SimpleFeatureCollectionType
Package
Description
-
Uses of SimpleFeatureCollectionType in net.opengis.wfs20
Subinterfaces of SimpleFeatureCollectionType in net.opengis.wfs20Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs20 that return SimpleFeatureCollectionTypeModifier and TypeMethodDescriptionWfs20Factory.createSimpleFeatureCollectionType()Returns a new object of class 'Simple Feature Collection Type'.AdditionalObjectsType.getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.AdditionalValuesType.getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.DocumentRoot.getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.MemberPropertyType.getSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.Methods in net.opengis.wfs20 with parameters of type SimpleFeatureCollectionTypeModifier and TypeMethodDescriptionvoidAdditionalObjectsType.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.impl
Classes in net.opengis.wfs20.impl that implement SimpleFeatureCollectionTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Feature Collection Type'.classAn implementation of the model object 'Simple Feature Collection Type'.Methods in net.opengis.wfs20.impl that return SimpleFeatureCollectionTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createSimpleFeatureCollectionType()AdditionalObjectsTypeImpl.getSimpleFeatureCollection()AdditionalValuesTypeImpl.getSimpleFeatureCollection()DocumentRootImpl.getSimpleFeatureCollection()MemberPropertyTypeImpl.getSimpleFeatureCollection()Methods in net.opengis.wfs20.impl with parameters of type SimpleFeatureCollectionTypeModifier and TypeMethodDescriptionNotificationChainAdditionalObjectsTypeImpl.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.util
Methods in net.opengis.wfs20.util with parameters of type SimpleFeatureCollectionTypeModifier and TypeMethodDescriptionWfs20Switch.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.validation
Methods in net.opengis.wfs20.validation with parameters of type SimpleFeatureCollectionTypeModifier and TypeMethodDescriptionbooleanAdditionalObjectsTypeValidator.validateSimpleFeatureCollection(SimpleFeatureCollectionType value) booleanAdditionalValuesTypeValidator.validateSimpleFeatureCollection(SimpleFeatureCollectionType value) booleanDocumentRootValidator.validateSimpleFeatureCollection(SimpleFeatureCollectionType value) booleanMemberPropertyTypeValidator.validateSimpleFeatureCollection(SimpleFeatureCollectionType value)