Interface CompositeCurve

All Superinterfaces:
Cloneable, Comparable, Complex, Composite, Geometry, org.gvsig.tools.util.GetItem<Geometry>, org.gvsig.tools.util.IsEmpty, Iterable<Geometry>, Serializable, Shape, org.gvsig.tools.util.Size

public interface CompositeCurve extends Composite

This interface is equivalent to the GM_CompositeCurve specified in ISO 19107. A composite curve shall be a Composite with all the geometric properties of a curve. These properties are instantiated in the operation "curve". Essentially, a composite curve is a list of orientable curves (OrientableCurve) agreeing in orientation in a manner such that each curve (except the first) begins where the previous one ends.

Author:
Jorge Piera
See Also: