MI_Point - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

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.