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

uk.ac.rdg.resc.edal.graphics.style.DensityMap Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package uk.ac.rdg.resc.edal.graphics.style;

import javax.naming.OperationNotSupportedException;

public interface DensityMap {

	float getDensity(Number value) throws OperationNotSupportedException;

	Float getMinValue();

	Float getMaxValue();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy