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.wfs
Methods in net.opengis.wfs that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesType
WfsFactory. createWFSCapabilitiesType()
Returns a new object of class 'WFS Capabilities Type'.WFSCapabilitiesType
DocumentRoot. 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 void
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 WFSCapabilitiesType Modifier and Type Class Description class
WFSCapabilitiesTypeImpl
An implementation of the model object 'WFS Capabilities Type'.Methods in net.opengis.wfs.impl that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesType
WfsFactoryImpl. createWFSCapabilitiesType()
WFSCapabilitiesType
DocumentRootImpl. getWfsCapabilities()
Methods in net.opengis.wfs.impl with parameters of type WFSCapabilitiesType Modifier and Type Method Description NotificationChain
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 WFSCapabilitiesType Modifier and Type Method Description boolean
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 WFSCapabilitiesType Modifier and Type Field Description protected WFSCapabilitiesType
StrictWFS_1_x_Strategy. capabilities
The 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)
-