Uses of Interface
net.opengis.wfs.FeatureTypeListType
Packages that use FeatureTypeListType
-
Uses of FeatureTypeListType in net.opengis.wfs
Methods in net.opengis.wfs that return FeatureTypeListTypeModifier and TypeMethodDescriptionWfsFactory.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.wfs 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.wfs.impl
Classes in net.opengis.wfs.impl that implement FeatureTypeListTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Feature Type List Type'.Fields in net.opengis.wfs.impl declared as FeatureTypeListTypeModifier and TypeFieldDescriptionprotected FeatureTypeListTypeWFSCapabilitiesTypeImpl.featureTypeListThe cached value of the 'Feature Type List' containment reference.Methods in net.opengis.wfs.impl that return FeatureTypeListTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createFeatureTypeListType()DocumentRootImpl.getFeatureTypeList()WFSCapabilitiesTypeImpl.getFeatureTypeList()Methods in net.opengis.wfs.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.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type FeatureTypeListTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateFeatureTypeList(FeatureTypeListType value) booleanWFSCapabilitiesTypeValidator.validateFeatureTypeList(FeatureTypeListType value)