Uses of Interface
net.opengis.wfs20.FeatureTypeListType
Packages that use FeatureTypeListType
Package
Description
-
Uses of FeatureTypeListType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return FeatureTypeListTypeModifier and TypeMethodDescriptionWfs20Factory.createFeatureTypeListType()
Returns a new object of class 'Feature Type List Type'.DocumentRoot.getFeatureTypeList()
Returns the value of the 'Feature Type List' containment reference.WFSCapabilitiesType.getFeatureTypeList()
Returns the value of the 'Feature Type List' containment reference.Methods in net.opengis.wfs20 with parameters of type FeatureTypeListTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setFeatureTypeList
(FeatureTypeListType value) Sets the value of the 'Feature Type List
' containment reference.void
WFSCapabilitiesType.setFeatureTypeList
(FeatureTypeListType value) Sets the value of the 'Feature Type List
' containment reference. -
Uses of FeatureTypeListType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement FeatureTypeListTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Feature Type List Type'.Fields in net.opengis.wfs20.impl declared as FeatureTypeListTypeModifier and TypeFieldDescriptionprotected FeatureTypeListType
WFSCapabilitiesTypeImpl.featureTypeList
The cached value of the 'Feature Type List
' containment reference.Methods in net.opengis.wfs20.impl that return FeatureTypeListTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createFeatureTypeListType()
DocumentRootImpl.getFeatureTypeList()
WFSCapabilitiesTypeImpl.getFeatureTypeList()
Methods in net.opengis.wfs20.impl with parameters of type FeatureTypeListTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetFeatureTypeList
(FeatureTypeListType newFeatureTypeList, NotificationChain msgs) NotificationChain
WFSCapabilitiesTypeImpl.basicSetFeatureTypeList
(FeatureTypeListType newFeatureTypeList, NotificationChain msgs) void
DocumentRootImpl.setFeatureTypeList
(FeatureTypeListType newFeatureTypeList) void
WFSCapabilitiesTypeImpl.setFeatureTypeList
(FeatureTypeListType newFeatureTypeList) -
Uses of FeatureTypeListType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureTypeListTypeModifier and TypeMethodDescriptionWfs20Switch.caseFeatureTypeListType
(FeatureTypeListType object) Returns the result of interpreting the object as an instance of 'Feature Type List Type'.boolean
Wfs20Validator.validateFeatureTypeListType
(FeatureTypeListType featureTypeListType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of FeatureTypeListType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type FeatureTypeListTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateFeatureTypeList
(FeatureTypeListType value) boolean
WFSCapabilitiesTypeValidator.validateFeatureTypeList
(FeatureTypeListType value)