DatabaseOperations.createPoint


createPoint(first, [Y], [Z])

Create a point, either from the given geometry data (which will contain the position of the point, along with any other creation options) or from the 3d position given. In the latter case, all default options are assumed

firstIFGeometryData or double
Yoptional double
Zoptional double
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to DatabaseOperations

Back to Overview