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

com.github.davidmoten.grumpy.wms.reduction.RectangleSampler Maven / Gradle / Ivy

package com.github.davidmoten.grumpy.wms.reduction;

import java.awt.Point;
import java.awt.Rectangle;
import java.util.List;

import com.github.davidmoten.grumpy.projection.Projector;

public interface RectangleSampler {

    List sample(Rectangle region, Projector projector);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy