Revision 20098 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FShape3D.java

View differences:

FShape3D.java
41 41
package com.iver.cit.gvsig.fmap.core;
42 42

  
43 43
/**
44
 * The interface <code>FShape3D</code> extends <code>FShape</code> adding support for 3D.
44
 * <p><code>FShape3D</code> extends <code>FShape</code> adding support for 3D.</p>
45 45
 * 
46 46
 * @see FShape
47 47
 *
......
49 49
 */
50 50
public interface FShape3D extends FShape {
51 51
	/**
52
	 * Gets an array with all the third coordinate values <i>(Z)</i> of the shape.
52
	 * <p>Gets an array with all the third coordinate <i>(Z)</i> values of this shape.</p>
53 53
	 *
54
	 * @return an array with all the third coordinate values <i>(Z)</i> of the shape.
54
	 * @return an array with all the third coordinate values of this shape.
55 55
	 */
56 56
	double[] getZs();
57 57
}

Also available in: Unified diff