Uses of Interface
net.opengis.wfs20.FeatureCollectionType
-
Packages that use FeatureCollectionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of FeatureCollectionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionType
Wfs20Factory. 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.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.impl that implement FeatureCollectionType Modifier and Type Class Description class
FeatureCollectionTypeImpl
An implementation of the model object 'Feature Collection Type'.Methods in net.opengis.wfs20.impl that return FeatureCollectionType Modifier and Type Method Description FeatureCollectionType
Wfs20FactoryImpl. createFeatureCollectionType()
FeatureCollectionType
DocumentRootImpl. getFeatureCollection()
Methods in net.opengis.wfs20.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.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureCollectionType Modifier and Type Method Description T
Wfs20Switch. caseFeatureCollectionType(FeatureCollectionType object)
Returns the result of interpreting the object as an instance of 'Feature Collection Type'.boolean
Wfs20Validator. validateFeatureCollectionType(FeatureCollectionType featureCollectionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of FeatureCollectionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type FeatureCollectionType Modifier and Type Method Description boolean
DocumentRootValidator. validateFeatureCollection(FeatureCollectionType value)
-