Package org.geotools.ows.wmts.model
Class WMTSRequest
Object
WMTSRequest
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
setGetCapabilities
(OperationType getCapabilities) void
setGetFeatureInfo
(OperationType getFeatureInfo) void
setGetTile
(OperationType getTile)
-
Constructor Details
-
WMTSRequest
public WMTSRequest()
-
-
Method Details
-
getGetCapabilities
-
setGetCapabilities
-
getGetTile
-
setGetTile
-
getGetFeatureInfo
- Returns:
- Returns the getFeatureInfo.
-
setGetFeatureInfo
- Parameters:
getFeatureInfo
- The getFeatureInfo to set.
-