Package org.codemap.tasks

Examples of org.codemap.tasks.ComputeBackgroundTask


    public IntegerValue mapSizeValue() {
        return new IntegerValue(512);
    }

    public Value<Image> backgroundValue(Value<MapInstance> mapInstance, Value<DigitalElevationModel> elevationModel, Value<HillShading> shading, Value<MapScheme<MColor>> colors) {
        return new ComputeBackgroundTask(mapInstance, elevationModel, shading, colors);
    }
View Full Code Here

TOP

Related Classes of org.codemap.tasks.ComputeBackgroundTask

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.