public interface WMTSOperationsMetadata
Modifier and Type | Method and Description |
---|---|
String |
getOnlineResource(String operation)
Gets the online resource for a concrete operation.
|
String |
getOnlineResource(String operation,
int protocol)
Gets the online resource for the protocols GET and POST
|
Hashtable<String,String> |
getSupportedOperationsByName()
Get a hash map with the supported operations
|
boolean |
isOperationSupported(String operationName) |
String getOnlineResource(String operation)
operation
- The operationString getOnlineResource(String operation, int protocol)
operation
- The operationprotocol
- Hashtable<String,String> getSupportedOperationsByName()
boolean isOperationSupported(String operationName)