mil.nga.geopackage.extension.coverage.CoverageDataImage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geopackage-core Show documentation
Show all versions of geopackage-core Show documentation
Core functionality for GeoPackage implementations
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