MI_Point

Description

Creates a new Feature Geometry object representing a point.

Syntax

MI_Point ( x, y, csys )

Arguments

x, and y are doubles which identify the coordinates of the point, and

csys is a coordinate system specification.

Example

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')

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.