MI_Line
Description
Creates a new Feature Geometry object which represents a line.
Syntax
MI_Line ( points, csys )
Arguments
points is a list of points that identify the line, and
csys is a coordinate system specification.
Example
Creates a new Feature Geometry object which represents a line and uses it to select the countries it intersects.
select Country from countries where obj Intersects MI_Line('-92.256286,13.106487,-87.474966,16.676263,-82.417382,12.442343,-84.49991,8.000867,-79.506086,5.925413,-78.209798,10.491415','epsg:4326')
Remarks
The csys parameter may be a reference to a bound coordinate system object or a string representation of a coordinate system using the codespace:code notation.