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:
The new data.IGeoPoint object.
Exceptions
Error
if the specified data was out of range or otherwise not valid.