: Public <<type>> Class
Created: 4/10/2008 12:16:12 PM
Modified: 7/1/2008 1:57:18 PM
Project:
Advanced:
GM_Curve (Figure 11) is a descendent subtype of GM_Primitive through GM_OrientablePrimitive. It is the basis for 1-dimensional geometry. A curve is a continuous image of an open interval and so could be written as a parameterized function such as c(t):(a, b)®En where "t" is a real parameter and En is Euclidean space of dimension n (usually 2 or 3, as determined by the coordinate reference system). Any other parameterization that results in the same image curve, traced in the same direction, such as any linear shifts and positive scales such as e(t) = c(a + t(b-a)):(0,1) ®En, is an equivalent representation of the same curve. For the sake of simplicity, GM_Curves should be parameterized by arc length, so that the parameterization operation inherited from GM_GenericCurve (see 6.4.7) will be valid for parameters between 0 and the length of the curve. <br /></p><p>Curves are continuous, connected, and have a measurable length in terms of the coordinate system. The orientation of the curve is determined by this parameterization, and is consistent with the tangent function, which approximates the derivative function of the parameterization and shall always point in the "forward" direction. The parameterization of the reversal of the curve defined by c(t):(a, b)®En would be defined by a function of the form s(t) = c(a + b - t):(a, b)®En.<br /></p><p>A curve is composed of one or more curve segments. Each curve segment within a curve may be defined using a different interpolation method. The curve segments are connected to one another, with the end point of each segment except the last being the start point of the next segment in the segment list.<br /></p>
Operation
Public
GM_Curve( segment[1..*]: GM_CurveSegment,
):GM_Curve
Details:
sequential
Element Source Role Target Role
«FeatureType» SF_SamplingCurve
Class  
Name:  
 
Name: shape
 
Details:
 
«Abstract» GM_CurveSegment
Class  
Name: segment
 
Name: curve
 
Details:
 
Tag Value
persistence persistent
Details:
 
Object Type Connection Notes
«Type» LineString Class Generalization  
«type» MF_Trajectory Class Generalization  
«type» GM_OrientableCurve Class Generalization  
«interface» GM_GenericCurve Interface Realization