Uses of Class
org.geotools.data.ows.OperationType
Packages that use OperationType
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
-
Uses of OperationType in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return OperationTypeModifier and TypeMethodDescriptionWMSRequest.getDescribeLayer()WMSRequest.getGetCapabilities()WMSRequest.getGetFeatureInfo()WMSRequest.getGetLegendGraphic()WMSRequest.getGetMap()WMSRequest.getGetStyles()WMSRequest.getPutStyles()Methods in org.geotools.ows.wms with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidWMSRequest.setDescribeLayer(OperationType describeLayer) voidWMSRequest.setGetCapabilities(OperationType getCapabilities) voidWMSRequest.setGetFeatureInfo(OperationType getFeatureInfo) voidWMSRequest.setGetLegendGraphic(OperationType getLegendGraphic) voidWMSRequest.setGetMap(OperationType getMap) voidWMSRequest.setGetStyles(OperationType getStyles) voidWMSRequest.setPutStyles(OperationType putStyles) -
Uses of OperationType in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return OperationTypeModifier and TypeMethodDescriptionWMTSRequest.getGetCapabilities()WMTSRequest.getGetFeatureInfo()WMTSRequest.getGetTile()Methods in org.geotools.ows.wmts.model with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidWMTSRequest.setGetCapabilities(OperationType getCapabilities) voidWMTSRequest.setGetFeatureInfo(OperationType getFeatureInfo) voidWMTSRequest.setGetTile(OperationType getTile)