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 TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
AdditionalObjectsType.setSimpleFeatureCollection
(SimpleFeatureCollectionType value) Sets the value of the 'Simple Feature Collection
' containment reference.void
AdditionalValuesType.setSimpleFeatureCollection
(SimpleFeatureCollectionType value) Sets the value of the 'Simple Feature Collection
' containment reference.void
DocumentRoot.setSimpleFeatureCollection
(SimpleFeatureCollectionType value) Sets the value of the 'Simple Feature Collection
' containment reference.void
MemberPropertyType.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 TypeClassDescriptionclass
An implementation of the model object 'Feature Collection Type'.class
An 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 TypeMethodDescriptionNotificationChain
AdditionalObjectsTypeImpl.basicSetSimpleFeatureCollection
(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs) NotificationChain
AdditionalValuesTypeImpl.basicSetSimpleFeatureCollection
(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSimpleFeatureCollection
(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs) NotificationChain
MemberPropertyTypeImpl.basicSetSimpleFeatureCollection
(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs) void
AdditionalObjectsTypeImpl.setSimpleFeatureCollection
(SimpleFeatureCollectionType newSimpleFeatureCollection) void
AdditionalValuesTypeImpl.setSimpleFeatureCollection
(SimpleFeatureCollectionType newSimpleFeatureCollection) void
DocumentRootImpl.setSimpleFeatureCollection
(SimpleFeatureCollectionType newSimpleFeatureCollection) void
MemberPropertyTypeImpl.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'.boolean
Wfs20Validator.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 TypeMethodDescriptionboolean
AdditionalObjectsTypeValidator.validateSimpleFeatureCollection
(SimpleFeatureCollectionType value) boolean
AdditionalValuesTypeValidator.validateSimpleFeatureCollection
(SimpleFeatureCollectionType value) boolean
DocumentRootValidator.validateSimpleFeatureCollection
(SimpleFeatureCollectionType value) boolean
MemberPropertyTypeValidator.validateSimpleFeatureCollection
(SimpleFeatureCollectionType value)