mapscript.lineObj¶
- class mapscript.lineObj¶
- A - lineObjis composed of one or more- pointObjinstances- Overview - The lineObj has the following relationships:   - Attributes - numpoints- int immutable Number of points in the line - thisown- The membership flag - Methods - add(p: pointObj) int[source]¶
- Add point p to the line. Returns - MS_SUCCESSor- MS_FAILURE
 - project(*args) int[source]¶
- Overload 1: Transform line in place from proj_in to proj_out. Returns - MS_SUCCESSor- MS_FAILURE- Overload 2: Reproject line given a reprojection object. Transformation is done in place. Returns - MS_SUCCESSor- MS_FAILURE
 - set(i: int, p: pointObj) int[source]¶
- Set the point at index i to point p. Returns - MS_SUCCESSor- MS_FAILURE
 

 
        
          











