Uses of Interface
net.opengis.wfs20.WFSCapabilitiesType
Packages that use WFSCapabilitiesType
Package
Description
-
Uses of WFSCapabilitiesType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return WFSCapabilitiesTypeModifier and TypeMethodDescriptionWfs20Factory.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.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.impl that implement WFSCapabilitiesTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'WFS Capabilities Type'.Methods in net.opengis.wfs20.impl that return WFSCapabilitiesTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createWFSCapabilitiesType()DocumentRootImpl.getWFSCapabilities()Methods in net.opengis.wfs20.impl with parameters of type WFSCapabilitiesTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetWFSCapabilities(WFSCapabilitiesType newWFSCapabilities, NotificationChain msgs) voidDocumentRootImpl.setWFSCapabilities(WFSCapabilitiesType newWFSCapabilities) -
Uses of WFSCapabilitiesType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type WFSCapabilitiesTypeModifier and TypeMethodDescriptionWfs20Switch.caseWFSCapabilitiesType(WFSCapabilitiesType object) Returns the result of interpreting the object as an instance of 'WFS Capabilities Type'.booleanWfs20Validator.validateWFSCapabilitiesType(WFSCapabilitiesType wfsCapabilitiesType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of WFSCapabilitiesType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type WFSCapabilitiesTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateWFSCapabilities(WFSCapabilitiesType value) -
Uses of WFSCapabilitiesType in org.geotools.data.wfs.internal.v2_0
Constructors in org.geotools.data.wfs.internal.v2_0 with parameters of type WFSCapabilitiesTypeModifierConstructorDescriptionCapabilities200ServiceInfo(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities)