Revision 20098 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/layerOperations/ClassifiableRaster.java

View differences:

ClassifiableRaster.java
60 60
	void setLegend(IRasterLegend r);
61 61

  
62 62
	/**
63
	 * <p>Returns the type that is this shape.</p>
64
	 * <p>All geometry types are defined in <code>FShape</code>, and their shape equivalent in <code>FConstant</code>.
65
	 *  For getting the shape equivalent of a geometry type, you must use a method like
66
	 *  <code>{@link SHPFileWrite#getShapeType()}</code>.</p>
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>
67 65
	 *
68
	 * @return the type of this shape.
66
	 * @return the type of this shape
69 67
	 *
70 68
	 * @see FShape
71 69
	 * @see FConstant

Also available in: Unified diff