All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.style.SymbolizerRaster Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package org.gwtopenmaps.openlayers.client.style;

import org.gwtopenmaps.openlayers.client.util.JSObject;

/**
 * 
 * @author Maciej Jezierski - Pinocchio
 * A symbolizer used to render text labels for features.
 */
public class SymbolizerRaster extends Symbolizer{

	public SymbolizerRaster(JSObject config) {
		super(SymbolizerRasterImpl.create(config));
	}
	
	public SymbolizerRaster() {
		super(SymbolizerRasterImpl.create());
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy