Uses of Interface
net.opengis.wfs.FeatureCollectionType
-
Packages that use FeatureCollectionType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of FeatureCollectionType in net.opengis.wfs
Methods in net.opengis.wfs that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionType
WfsFactory. createFeatureCollectionType()
Returns a new object of class 'Feature Collection Type'.FeatureCollectionType
DocumentRoot. getFeatureCollection()
Returns the value of the 'Feature Collection' containment reference.Methods in net.opengis.wfs with parameters of type FeatureCollectionType Modifier and Type Method Description void
DocumentRoot. setFeatureCollection(FeatureCollectionType value)
Sets the value of the 'Feature Collection
' containment reference. -
Uses of FeatureCollectionType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement FeatureCollectionType Modifier and Type Class Description class
FeatureCollectionTypeImpl
An implementation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs.impl that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionType
WfsFactoryImpl. createFeatureCollectionType()
FeatureCollectionType
DocumentRootImpl. getFeatureCollection()
Methods in net.opengis.wfs.impl with parameters of type FeatureCollectionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetFeatureCollection(FeatureCollectionType newFeatureCollection, NotificationChain msgs)
void
DocumentRootImpl. setFeatureCollection(FeatureCollectionType newFeatureCollection)
-
Uses of FeatureCollectionType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type FeatureCollectionType Modifier and Type Method Description boolean
DocumentRootValidator. validateFeatureCollection(FeatureCollectionType value)
-