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

mil.nga.geopackage.extension.coverage.CoverageDataImage Maven / Gradle / Ivy

There is a newer version: 6.6.7
Show newest version
package mil.nga.geopackage.extension.coverage;

/**
 * Coverage Data image interface
 *
 * @author osbornb
 * @since 2.0.1
 */
public interface CoverageDataImage {

	/**
	 * Get the width
	 *
	 * @return width
	 */
	public int getWidth();

	/**
	 * Get the height
	 *
	 * @return height
	 */
	public int getHeight();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy