Package | Description |
---|---|
org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
org.geotools.ows.wmts.model |
Modifier and Type | Method and Description |
---|---|
OperationType |
WMSRequest.getDescribeLayer() |
OperationType |
WMSRequest.getGetCapabilities() |
OperationType |
WMSRequest.getGetFeatureInfo() |
OperationType |
WMSRequest.getGetLegendGraphic() |
OperationType |
WMSRequest.getGetMap() |
OperationType |
WMSRequest.getGetStyles() |
OperationType |
WMSRequest.getPutStyles() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
OperationType |
WMTSRequest.getGetCapabilities() |
OperationType |
WMTSRequest.getGetFeatureInfo() |
OperationType |
WMTSRequest.getGetTile() |
Modifier and Type | Method and Description |
---|---|
void |
WMTSRequest.setGetCapabilities(OperationType getCapabilities) |
void |
WMTSRequest.setGetFeatureInfo(OperationType getFeatureInfo) |
void |
WMTSRequest.setGetTile(OperationType getTile) |
Copyright © 1996–2022 Geotools. All rights reserved.