public class WMTSOGCManagerImpl extends java.lang.Object implements WMTSOGCManager
| Constructor and Description |
|---|
WMTSOGCManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
WMTSTile |
createTile(int[] size,
int[] position,
double[] coords)
Creates a tile structure
|
WMTSClient |
createWMTSClient(java.lang.String url)
Creates a new client to connect to a WMTS server
|
public WMTSClient createWMTSClient(java.lang.String url) throws java.net.ConnectException, java.io.IOException
WMTSOGCManagercreateWMTSClient in interface WMTSOGCManagerjava.net.ConnectExceptionjava.io.IOExceptionpublic WMTSTile createTile(int[] size, int[] position, double[] coords)
WMTSOGCManagercreateTile in interface WMTSOGCManager