Revision 22782 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/operations/ClassifiableRaster.java

View differences:

ClassifiableRaster.java
46 46
/**
47 47
 * <p>Interface that all raster layers that can be classifiable and can have associated a legend,
48 48
 *  must implement.</p>
49
 * 
49
 *
50 50
 * @see Classifiable
51 51
 */
52 52
public interface ClassifiableRaster extends Classifiable {
......
61 61

  
62 62
	/**
63 63
	 * <p>Returns the type of this shape.</p>
64
	 * <p>All geometry types are defined in <code>FShape</code>, and their shape equivalent in <code>FConstant</code>.</p>
64
	 * <p>All geometry types are defined in <code>Geometry.TYPES</code>, and their shape equivalent in <code>FConstant</code>.</p>
65 65
	 *
66 66
	 * @return the type of this shape
67 67
	 *
68
	 * @see FShape
69
	 * @see FConstant
68
	 * @see Geometry
69
	 * @see Constant
70 70
	 */
71 71
	int getShapeType();
72 72
}

Also available in: Unified diff