Package org.geoserver.w3ds.utilities

Examples of org.geoserver.w3ds.utilities.TileSetsParser$TileSetHandler


  private List<String> getTileSets() throws IOException,
      ParserConfigurationException, SAXException {
    GeoServerResourceLoader resourceLoader = ((GeoServerApplication) getApplication())
        .getCatalog().getResourceLoader();
    File dir = resourceLoader.findOrCreateDirectory("tilesets");
    TileSetsParser tileSetsParser = new TileSetsParser(dir,
        ((GeoServerApplication) getApplication()).LOGGER);
    return tileSetsParser.getTileSetsNames();
  }
View Full Code Here

TOP

Related Classes of org.geoserver.w3ds.utilities.TileSetsParser$TileSetHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.