Uses of Interface
net.opengis.wfs20.WFSCapabilitiesType
- 
Packages that use WFSCapabilitiesType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation org.geotools.data.wfs.internal.v2_0 
- 
- 
Uses of WFSCapabilitiesType in net.opengis.wfs20Methods in net.opengis.wfs20 that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesTypeWfs20Factory. createWFSCapabilitiesType()Returns a new object of class 'WFS Capabilities Type'.WFSCapabilitiesTypeDocumentRoot. getWFSCapabilities()Returns the value of the 'WFS Capabilities' containment reference.Methods in net.opengis.wfs20 with parameters of type WFSCapabilitiesType Modifier and Type Method Description voidDocumentRoot. setWFSCapabilities(WFSCapabilitiesType value)Sets the value of the 'WFS Capabilities' containment reference.
- 
Uses of WFSCapabilitiesType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement WFSCapabilitiesType Modifier and Type Class Description classWFSCapabilitiesTypeImplAn implementation of the model object 'WFS Capabilities Type'.Methods in net.opengis.wfs20.impl that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesTypeWfs20FactoryImpl. createWFSCapabilitiesType()WFSCapabilitiesTypeDocumentRootImpl. getWFSCapabilities()Methods in net.opengis.wfs20.impl with parameters of type WFSCapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetWFSCapabilities(WFSCapabilitiesType newWFSCapabilities, NotificationChain msgs)voidDocumentRootImpl. setWFSCapabilities(WFSCapabilitiesType newWFSCapabilities)
- 
Uses of WFSCapabilitiesType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type WFSCapabilitiesType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type WFSCapabilitiesType Modifier and Type Method Description booleanDocumentRootValidator. validateWFSCapabilities(WFSCapabilitiesType value)
- 
Uses of WFSCapabilitiesType in org.geotools.data.wfs.internal.v2_0Constructors in org.geotools.data.wfs.internal.v2_0 with parameters of type WFSCapabilitiesType Constructor Description Capabilities200ServiceInfo(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities)
 
-