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