public class WMTSRequest extends Object
(Based on existing work by rgould for WMS service)
Constructor and Description |
---|
WMTSRequest() |
Modifier and Type | Method and Description |
---|---|
OperationType |
getGetCapabilities() |
OperationType |
getGetFeatureInfo() |
OperationType |
getGetTile() |
void |
setGetCapabilities(OperationType getCapabilities) |
void |
setGetFeatureInfo(OperationType getFeatureInfo) |
void |
setGetTile(OperationType getTile) |
public OperationType getGetCapabilities()
public void setGetCapabilities(OperationType getCapabilities)
public OperationType getGetTile()
public void setGetTile(OperationType getTile)
public OperationType getGetFeatureInfo()
public void setGetFeatureInfo(OperationType getFeatureInfo)
getFeatureInfo
- The getFeatureInfo to set.Copyright © 1996–2023 Geotools. All rights reserved.