Package org.geotools.ows.wmts.model
Class WMTSRequest
- Object
-
- WMTSRequest
-
public class WMTSRequest extends Object
Available WMTS Operations are listed in a Request element.(Based on existing work by rgould for WMS service)
- Author:
- ian, Emanuele Tajariol (etj at geo-solutions dot it)
-
-
Constructor Summary
Constructors Constructor Description WMTSRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationType
getGetCapabilities()
OperationType
getGetFeatureInfo()
OperationType
getGetTile()
void
setGetCapabilities(OperationType getCapabilities)
void
setGetFeatureInfo(OperationType getFeatureInfo)
void
setGetTile(OperationType getTile)
-
-
-
Method Detail
-
getGetCapabilities
public OperationType getGetCapabilities()
-
setGetCapabilities
public void setGetCapabilities(OperationType getCapabilities)
-
getGetTile
public OperationType getGetTile()
-
setGetTile
public void setGetTile(OperationType getTile)
-
getGetFeatureInfo
public OperationType getGetFeatureInfo()
- Returns:
- Returns the getFeatureInfo.
-
setGetFeatureInfo
public void setGetFeatureInfo(OperationType getFeatureInfo)
- Parameters:
getFeatureInfo
- The getFeatureInfo to set.
-
-