Revision 30011 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/operations/Classifiable.java

View differences:

Classifiable.java
41 41
package org.gvsig.fmap.mapcontext.layers.operations;
42 42

  
43 43
import org.gvsig.fmap.dal.exception.ReadException;
44
import org.gvsig.fmap.geom.utils.FConstant;
45 44
import org.gvsig.fmap.mapcontext.rendering.legend.ILegend;
46 45
import org.gvsig.fmap.mapcontext.rendering.legend.events.listeners.LegendListener;
47 46

  
48

  
49 47
/**
50 48
 * <p>Interface that all layers that can be classifiable, must implement.</p>
51 49
 * <p>The interface <code>Classifiable</code> allows classify a layer in <i>raster</i> or <i>vector</i>,
......
83 81

  
84 82
	/**
85 83
	 * <p>Returns the type of the shape.</p>
86
	 * <p>All geometry types are defined in <code>Geometry.TYPES</code>, and their equivalent shape in <code>FConstant</code>.
84
	 * <p>All geometry types are defined in <code>Geometry.TYPES</code>.
87 85
	 *  For getting the equivalent shape of a geometry type, you must use a method like
88 86
	 *  <code>{@linkplain SHPFileWrite#getShapeType()}</code>.</p>
89 87
	 *

Also available in: Unified diff