Revision 20899 trunk/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/Point2D.java

View differences:

Point2D.java
241 241
	public int getShapeType() {
242 242
		return FShape.POINT;
243 243
	}
244
	
245
	/**
246
	 * Devuelve el tipo de geometrĂ­a (cte definido en interfaz)
247
	 */
248
	public int getGeomTypeAsInt() {
249
		return Point.GEOM_TYPE;
250
	}
244 251

  
245 252
	/*
246 253
	 * (non-Javadoc)

Also available in: Unified diff