Uses of Interface
net.opengis.wfs.WFSCapabilitiesType
- 
Packages that use WFSCapabilitiesType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation org.geotools.data.wfs.internal.v1_x 
- 
- 
Uses of WFSCapabilitiesType in net.opengis.wfsMethods in net.opengis.wfs that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesTypeWfsFactory. 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.wfs 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.wfs.implClasses in net.opengis.wfs.impl that implement WFSCapabilitiesType Modifier and Type Class Description classWFSCapabilitiesTypeImplAn implementation of the model object 'WFS Capabilities Type'.Methods in net.opengis.wfs.impl that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesTypeWfsFactoryImpl. createWFSCapabilitiesType()WFSCapabilitiesTypeDocumentRootImpl. getWfsCapabilities()Methods in net.opengis.wfs.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.wfs.validationMethods in net.opengis.wfs.validation with parameters of type WFSCapabilitiesType Modifier and Type Method Description booleanDocumentRootValidator. validateWfsCapabilities(WFSCapabilitiesType value)
- 
Uses of WFSCapabilitiesType in org.geotools.data.wfs.internal.v1_xFields in org.geotools.data.wfs.internal.v1_x declared as WFSCapabilitiesType Modifier and Type Field Description protected WFSCapabilitiesTypeStrictWFS_1_x_Strategy. capabilitiesThe WFS GetCapabilities document.Constructors in org.geotools.data.wfs.internal.v1_x with parameters of type WFSCapabilitiesType Constructor Description CapabilitiesServiceInfo(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities)
 
-