Revision 2158 branches/FMap_SLD/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FPolygon3D.java

View differences:

FPolygon3D.java
65 65
	 * @return FShape clonado.
66 66
	 */
67 67
	public FShape cloneFShape() {
68
		return new FPolygon3D((GeneralPathX) gp.clone(),(double[])pZ.clone());
68
		return new FPolygon3D((GeneralPathX) gp.clone(), (double[]) pZ.clone());
69 69
	}
70 70

  
71
	/**
72
	 * Devuelve un array con los valores de todas las Z.
73
	 *
74
	 * @return Array de Zs.
75
	 */
71 76
	public double[] getZs() {
72 77
		return pZ;
73 78
	}
79

  
74 80
	/**
75 81
	 * @see com.iver.cit.gvsig.fmap.core.FShape#getShapeType()
76 82
	 */

Also available in: Unified diff