Revision 3783 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FShape.java

View differences:

FShape.java
59 59
	public final static int MULTIPOINT = 32;
60 60
	public final static int CIRCLE = 64;
61 61
	public final static int ARC = 128;
62
	public final static int Z=256;
62
	public final static int ELLIPSE=256;
63
	public final static int Z=512;
63 64
	/**
64 65
	 * Obtiene el tipo de shape que contiene. Puede ser una de las constantes
65 66
	 * POINT, LINE o POLYGON

Also available in: Unified diff