Revision 38596 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/type/GeometryType.java

View differences:

GeometryType.java
1 1
package org.gvsig.fmap.geom.type;
2 2

  
3 3
import org.gvsig.fmap.geom.Geometry;
4
import org.gvsig.fmap.geom.GeometryManager;
5 4
import org.gvsig.fmap.geom.exception.CreateGeometryException;
6 5
import org.gvsig.fmap.geom.operation.GeometryOperation;
7 6

  
......
13 12
 * @author <a href="mailto:jpiera@gvsig.org">Jorge Piera</a>
14 13
 */
15 14
public interface GeometryType {
16
		
17
	/**
18
	 * @return the identifier of the geometry type. This identifier
19
	 * is assigned by the {@link GeometryManager} in run time.
20
	 */
21
	public int getId();
22 15
	
23 16
	/**
24 17
	 * @return the name of the geometry type.

Also available in: Unified diff