Revision 47762 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.api/src/main/java/org/gvsig/fmap/geom/type/GeometryType.java

View differences:

GeometryType.java
23 23
 */
24 24
package org.gvsig.fmap.geom.type;
25 25

  
26
import java.util.Collection;
26 27
import org.gvsig.fmap.geom.Geometry;
27 28
import org.gvsig.fmap.geom.exception.CreateGeometryException;
28 29
import org.gvsig.fmap.geom.operation.GeometryOperation;
......
48 49
     * @return the full name of the geometry type
49 50
     */
50 51
    public String getFullName();
52
    
53
    public GeometryType addAlias(String alias);
54
    
55
    public Collection<String> getAlias();
51 56

  
52 57
    /**
53 58
     * @return the type of the geometry. It is a constant value that has to be

Also available in: Unified diff