public class WMTSOGCManagerImpl extends 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(String url)
Creates a new client to connect to a WMTS server
|
public WMTSClient createWMTSClient(String url) throws ConnectException, IOException
WMTSOGCManager
createWMTSClient
in interface WMTSOGCManager
ConnectException
IOException
public WMTSTile createTile(int[] size, int[] position, double[] coords)
WMTSOGCManager
createTile
in interface WMTSOGCManager