()
| 66 | public class GDALProximity { |
| 67 | |
| 68 | public static void Usage() { |
| 69 | System.out.println("Usage: Proximity srcfile dstfile [-srcband n] [-dstband n]"); |
| 70 | System.out.println(" [-of format] [-co name=value]*"); |
| 71 | System.out.println(" [-ot Byte/Int16/Int32/Float32/etc]"); |
| 72 | System.out.println(" [-values n,n,n] [-distunits PIXEL/GEO]"); |
| 73 | System.out.println(" [-maxdist n] [-nodata n] [-fixed-buf-val n]"); |
| 74 | System.exit(1); |
| 75 | } |
| 76 | |
| 77 | public static void main(String[] args) { |
| 78 |