Revision 42756 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
41 41
	 */
42 42
	public String getName();
43 43
	
44
        /**
45
         * Return the full name of this geometry type.
46
         * It include the type name and the subtype name.
47
         * 
48
         * @return the full name of the geometry type
49
         */
50
        public String getFullName();
44 51
	/**
45 52
	 * @return the type of the geometry. It is a constant value
46 53
	 * that has to be one of the values in {@link Geometry.TYPES}

Also available in: Unified diff