Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 016a3ef2f6ff520ce17156511f44deee > files > 7

mapserver-java-6.0.1-3.fc16.i686.rpm

/*
 Created by unicoletti@prometeo.it to test backwards-compatible
 pointObj constructor. See bug #1106.

 2/1/2005: Created
*/

import edu.umn.gis.mapscript.*;

public class MakePoint {
	public static void main(String[] args) {
	pointObj result = new pointObj(0,0,0);
	System.out.println("Point made!");
	}
}