MapTileTreeNodeCore newCore;
String url;
HeightfieldTree htree = null;
try {
newCore = new TextureTreeNodeCore(mtt);
url = ((ConnectionURL) gmt.getTextureConnections().getConnections().get(0)).getUrl();
newCore.setRequestID(new URL(source, url).toString());
rootNode.setCore(0, newCore);
} catch (MalformedURLException e2) {
e2.printStackTrace();