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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetWfsCapabilities
(WFSCapabilitiesType newWfsCapabilities, NotificationChain msgs) void
DocumentRootImpl.setWfsCapabilities
(WFSCapabilitiesType newWfsCapabilities) -
Uses of WFSCapabilitiesType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type WFSCapabilitiesTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.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 WFSCapabilitiesType
StrictWFS_1_x_Strategy.capabilities
The WFS GetCapabilities document.Constructors in org.geotools.data.wfs.internal.v1_x with parameters of type WFSCapabilitiesTypeModifierConstructorDescriptionCapabilitiesServiceInfo
(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities)