Uses of Class
org.geotools.data.ows.GetCapabilitiesResponse
-
Packages that use GetCapabilitiesResponse Package Description org.geotools.data.ows org.geotools.data.wfs.internal org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.response org.geotools.ows.wmts.response -
-
Uses of GetCapabilitiesResponse in org.geotools.data.ows
Methods in org.geotools.data.ows that return GetCapabilitiesResponse Modifier and Type Method Description GetCapabilitiesResponse
AbstractOpenWebService. issueRequest(GetCapabilitiesRequest request)
-
Uses of GetCapabilitiesResponse in org.geotools.data.wfs.internal
Subclasses of GetCapabilitiesResponse in org.geotools.data.wfs.internal Modifier and Type Class Description class
GetCapabilitiesResponse
-
Uses of GetCapabilitiesResponse in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return GetCapabilitiesResponse Modifier and Type Method Description GetCapabilitiesResponse
WebMapServer. issueRequest(GetCapabilitiesRequest request)
-
Uses of GetCapabilitiesResponse in org.geotools.ows.wms.response
Subclasses of GetCapabilitiesResponse in org.geotools.ows.wms.response Modifier and Type Class Description class
WMSGetCapabilitiesResponse
Provides a hook up to parse the capabilties document from inputstream. -
Uses of GetCapabilitiesResponse in org.geotools.ows.wmts.response
Subclasses of GetCapabilitiesResponse in org.geotools.ows.wmts.response Modifier and Type Class Description class
WMTSGetCapabilitiesResponse
Provides a hook up to parse the capabilties document from inputstream.
-