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.wfs20
Methods in net.opengis.wfs20 that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesType
Wfs20Factory. 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.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.impl that implement WFSCapabilitiesType Modifier and Type Class Description class
WFSCapabilitiesTypeImpl
An implementation of the model object 'WFS Capabilities Type'.Methods in net.opengis.wfs20.impl that return WFSCapabilitiesType Modifier and Type Method Description WFSCapabilitiesType
Wfs20FactoryImpl. createWFSCapabilitiesType()
WFSCapabilitiesType
DocumentRootImpl. getWFSCapabilities()
Methods in net.opengis.wfs20.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.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type WFSCapabilitiesType Modifier and Type Method Description T
Wfs20Switch. caseWFSCapabilitiesType(WFSCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'WFS Capabilities Type'.boolean
Wfs20Validator. 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 WFSCapabilitiesType Modifier and Type Method Description boolean
DocumentRootValidator. 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 WFSCapabilitiesType Constructor Description Capabilities200ServiceInfo(String schemaUri, URL getCapsUrl, WFSCapabilitiesType capabilities)
-