Package it.geosolutions.geobatch.unredd.script.model

Examples of it.geosolutions.geobatch.unredd.script.model.GeoServerBasicConfig


        goec.setNumSteps(42);
        goec.setTileH(512);
        goec.setTileW(512);
        cfg.setOverviewsEmbedderConfiguration(goec);

        GeoServerBasicConfig gsac = new GeoServerBasicConfig("gsacId", "gsacName", "gsacDesc");
        gsac.setGeoserverURL("http://it.is/here");
        gsac.setGeoserverUID("it's");
        gsac.setGeoserverPWD("tmpfc");
        gsac.setWorkspace("unredd");
        cfg.setGeoServerConfig(gsac);

        cfg.setOriginalDataTargetDir(new File("/tmp/OriginalDataTarget"));

        return cfg;
View Full Code Here

TOP

Related Classes of it.geosolutions.geobatch.unredd.script.model.GeoServerBasicConfig

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.