org.gvsig.fmap.geom.complex
Interface CompositeCurve

All Superinterfaces:
Comparable, Complex, Composite, Geometry, Serializable, Shape

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:
ISO 19107

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gvsig.fmap.geom.Geometry
Geometry.DIMENSIONS, Geometry.OPERATIONS, Geometry.SUBTYPES, Geometry.TYPES
 
Field Summary
 
Fields inherited from interface org.gvsig.fmap.geom.Geometry
BEST, E, EXTENDED_GEOMSUBTYPE_OFFSET, EXTENDED_GEOMTYPE_OFFSET, N, NE, NW, S, SE, SELECTHANDLER, STRETCHINGHANDLER, SW, W
 
Method Summary
 
Methods inherited from interface org.gvsig.fmap.geom.Geometry
area, buffer, centroid, cloneGeometry, contains, convertToWKB, convertToWKT, convexHull, coveredBy, crosses, difference, disjoint, distance, fastIntersects, getBounds2D, getDimension, getEnvelope, getGeneralPath, getGeometryType, getHandlers, getInternalShape, getPathIterator, getPathIterator, getShape, getShape, getType, intersection, intersects, intersects, invokeOperation, invokeOperation, isSimple, overlaps, perimeter, reProject, touches, transform, union, within
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getBounds, intersects
 
Methods inherited from interface java.lang.Comparable
compareTo
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.