i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IValueFactory > createGeoPoint

    app.IValueFactory.createGeoPoint() method

    Creates a data.IGeoPoint object from a data.IGeoPointData object.

    Signature:

    createGeoPoint(data: data.IGeoPointData): data.IGeoPoint;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    data data.IGeoPointData A set of data that specifies the geospatial position.

    Returns:

    data.IGeoPoint

    The new data.IGeoPoint object.

    Exceptions

    Error if the specified data was out of range or otherwise not valid.

    In this article
    Back to top © N. Harris Computer Corporation