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