Uses of Interface
net.opengis.wfs.WFSCapabilitiesType
Packages that use WFSCapabilitiesType
Package
Description
- 
Uses of WFSCapabilitiesType in net.opengis.wfs
Methods in net.opengis.wfs that return WFSCapabilitiesTypeModifier and TypeMethodDescriptionWfsFactory.createWFSCapabilitiesType()Returns a new object of class 'WFS Capabilities Type'.DocumentRoot.getWfsCapabilities()Returns the value of the 'Wfs Capabilities' containment reference.Methods in net.opengis.wfs with parameters of type WFSCapabilitiesTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setWfsCapabilities(WFSCapabilitiesType value) Sets the value of the 'Wfs Capabilities' containment reference. - 
Uses of WFSCapabilitiesType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement WFSCapabilitiesTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'WFS Capabilities Type'.Methods in net.opengis.wfs.impl that return WFSCapabilitiesTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createWFSCapabilitiesType()DocumentRootImpl.getWfsCapabilities()Methods in net.opengis.wfs.impl with parameters of type WFSCapabilitiesTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetWfsCapabilities(WFSCapabilitiesType newWfsCapabilities, NotificationChain msgs) voidDocumentRootImpl.setWfsCapabilities(WFSCapabilitiesType newWfsCapabilities)  - 
Uses of WFSCapabilitiesType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type WFSCapabilitiesTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateWfsCapabilities(WFSCapabilitiesType value)  - 
Uses of WFSCapabilitiesType in org.geotools.data.wfs.internal.v1_x
Fields in org.geotools.data.wfs.internal.v1_x declared as WFSCapabilitiesTypeModifier and TypeFieldDescriptionprotected WFSCapabilitiesTypeStrictWFS_1_x_Strategy.capabilitiesThe WFS GetCapabilities document.Constructors in org.geotools.data.wfs.internal.v1_x with parameters of type WFSCapabilitiesTypeModifierConstructorDescriptionCapabilitiesServiceInfo(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities)