uk.ac.rdg.resc.edal.graphics.style.DensityMap Maven / Gradle / Ivy
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