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 TypeMethodDescriptionvoidDocumentRoot.setFeatureTypeList(FeatureTypeListType value) Sets the value of the 'Feature Type List' containment reference.voidWFSCapabilitiesType.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 TypeClassDescriptionclassAn implementation of the model object 'Feature Type List Type'.Fields in net.opengis.wfs20.impl declared as FeatureTypeListTypeModifier and TypeFieldDescriptionprotected FeatureTypeListTypeWFSCapabilitiesTypeImpl.featureTypeListThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetFeatureTypeList(FeatureTypeListType newFeatureTypeList, NotificationChain msgs) NotificationChainWFSCapabilitiesTypeImpl.basicSetFeatureTypeList(FeatureTypeListType newFeatureTypeList, NotificationChain msgs) voidDocumentRootImpl.setFeatureTypeList(FeatureTypeListType newFeatureTypeList) voidWFSCapabilitiesTypeImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateFeatureTypeList(FeatureTypeListType value) booleanWFSCapabilitiesTypeValidator.validateFeatureTypeList(FeatureTypeListType value)