pipImportInsert Function Definition - spatial_geostan - 2024.00

Spatial+ Reference for Windows, UNIX/Linux, z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Spatial+
Version
2024.00
Language
English
Product name
Spatial+
Title
Spatial+ Reference for Windows, UNIX/Linux, z/OS
Copyright
2024
First publish date
1994
Last updated
2024-05-07
Published on
2024-05-07T22:16:04.316305

intl pipImportInsert( pipImporter impH, pipObjectInfoStruct *info, intl *points, intl *pointsPerPoly, intl nPolys );

impH
The handle returned by pipImportInit for the current import process.
info
A structure that contains the attribute information about the object
points
An array of lon,lat or x,y pairs. If entering lon,lat pairs, these should be in millionths of degrees.
pointsPerPoly
An array containing the number of points in each polygon of a region. In the case of a Line object, it is the total number of unconnected line segments (rarely used).
nPolys
Indicates the total number of polygons or unconnected lines in this object.

The pointsPerPolygon and nPolys entries are normally set to 1, except for cases where a region has islands or lakes, or where a line feature is broken into two or more unconnected segments. For point features, the points, pointsPerPoly, and nPolys parameters are ignored.