Skip to content

Commit

Permalink
Add GDT_Int8 constant (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored May 15, 2024
1 parent 4fa912b commit 65f4738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/azavea/gdal/GDALWarp.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class GDALWarp {

public static final int GDT_Unknown = 0;
public static final int GDT_Byte = 1;
public static final int GDT_Int8 = 14;
public static final int GDT_UInt16 = 2;
public static final int GDT_Int16 = 3;
public static final int GDT_UInt32 = 4;
Expand Down

0 comments on commit 65f4738

Please sign in to comment.