Functions / Geometry Constructor Functions |
Creates a new Feature Geometry object represents a point.
MI_Point ( x, y, csys )
x, and y are doubles which identify the coordinates of the point, and
csys is a coordinate system specification.
Selects the state for the USA named table where the point is intersected.
SELECT USA.State FROM "/Samples/NamedTables/USA" as USA WHERE USA.Obj INTERSECTS MI_POINT(-86.0, 32.0,'epsg:4326')
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.