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.wfs20
Subinterfaces of SimpleFeatureCollectionType in net.opengis.wfs20 Modifier and Type Interface Description interface
FeatureCollectionType
A representation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs20 that return SimpleFeatureCollectionType Modifier and Type Method Description SimpleFeatureCollectionType
Wfs20Factory. createSimpleFeatureCollectionType()
Returns a new object of class 'Simple Feature Collection Type'.SimpleFeatureCollectionType
AdditionalObjectsType. getSimpleFeatureCollection()
Returns the value of the 'Simple Feature Collection' containment reference.SimpleFeatureCollectionType
AdditionalValuesType. getSimpleFeatureCollection()
Returns the value of the 'Simple Feature Collection' containment reference.SimpleFeatureCollectionType
DocumentRoot. getSimpleFeatureCollection()
Returns the value of the 'Simple Feature Collection' containment reference.SimpleFeatureCollectionType
MemberPropertyType. 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 void
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 SimpleFeatureCollectionType Modifier and Type Class Description class
FeatureCollectionTypeImpl
An implementation of the model object 'Feature Collection Type'.class
SimpleFeatureCollectionTypeImpl
An implementation of the model object 'Simple Feature Collection Type'.Methods in net.opengis.wfs20.impl that return SimpleFeatureCollectionType Modifier and Type Method Description SimpleFeatureCollectionType
Wfs20FactoryImpl. createSimpleFeatureCollectionType()
SimpleFeatureCollectionType
AdditionalObjectsTypeImpl. getSimpleFeatureCollection()
SimpleFeatureCollectionType
AdditionalValuesTypeImpl. getSimpleFeatureCollection()
SimpleFeatureCollectionType
DocumentRootImpl. getSimpleFeatureCollection()
SimpleFeatureCollectionType
MemberPropertyTypeImpl. getSimpleFeatureCollection()
Methods in net.opengis.wfs20.impl with parameters of type SimpleFeatureCollectionType Modifier and Type Method Description NotificationChain
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 SimpleFeatureCollectionType Modifier and Type Method Description T
Wfs20Switch. 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 SimpleFeatureCollectionType Modifier and Type Method Description boolean
AdditionalObjectsTypeValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)
boolean
AdditionalValuesTypeValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)
boolean
DocumentRootValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)
boolean
MemberPropertyTypeValidator. validateSimpleFeatureCollection(SimpleFeatureCollectionType value)
-