Revision 21731 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/Surface2DZ.java

View differences:

Surface2DZ.java
46 46

  
47 47
/**
48 48
 * Polilinea 3D.
49
 * 
49
 *
50 50
 * @author Vicente Caballero Navarro
51 51
 */
52 52
public class Surface2DZ extends Surface2D implements Surface {
......
55 55

  
56 56
	private static GeometryType geomType = GeometryManager.getInstance()
57 57
			.registerGeometryType(Surface2DZ.class);
58
	public static int CODE = geomType.getType();
58
	public static int CODE = TYPES.SURFACE | TYPES.Z;//geomType.getType();
59 59

  
60 60
	double[] pZ = null;
61 61

  
62 62
	/**
63 63
	 * Crea un nuevo Polyline3D.
64
	 * 
64
	 *
65 65
	 * @param gpx
66 66
	 *            GeneralPathX.
67 67
	 * @param pZ
......
79 79

  
80 80
	/**
81 81
	 * Clona FPolygon3D.
82
	 * 
82
	 *
83 83
	 * @return FShape clonado.
84 84
	 */
85 85
	public FShape cloneFShape() {
......
89 89

  
90 90
	/**
91 91
	 * Devuelve un array con los valores de todas las Z.
92
	 * 
92
	 *
93 93
	 * @return Array de Zs.
94 94
	 */
95 95
	public double[] getZs() {

Also available in: Unified diff