Revision 30323 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/GeometryManager.java

View differences:

GeometryManager.java
629 629
	 * A list of the registered operations.
630 630
	 */
631 631
	public List getGeometryOperationNames();
632
	
633
	/**
634
	 * Returns the flatness used to convert a curve is a set
635
	 * of points.
636
	 * @return
637
	 * The flatness.
638
	 */
639
	public double getFlatness();
640
	
641
	/**
642
	 * Sets the application flatness.
643
	 * @param flatness
644
	 * The flatness to set
645
	 */
646
	public void setFlatness(double flatness);	
632 647
}

Also available in: Unified diff