pipExportInitBNA - 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

Creates and opens a BNA file for writing; initializes the export subsystem.

Syntax

intl pipExportInitBNA ( pipHandle h, pstr outputFileName, pipExporter *exp_h);

Arguments

h

The handle returned by pipInit for the current instance of Spatial+. Input.

outputFileName

The path and filename of the output BNA file to generate. Input.

*exp_h

The export handle returned by the function. This handle should be used by all other pipExport functions. Output.

Return Value

PIP_OK

PIP_ERROR

Prerequisites

pipInit

Alternates

pipExportInitShape, pipExportInitTab or pipExportInitMIF.

Notes

You must call pipExportInitBNA before pipExportInsert or pipExportOpen.

This function creates and opens a BNA file. This file stores exported standalone objects or exported objects from GSB (Spatial+ object) files. (See ESRI BNA Format for a complete description of the BNA file format.)

This function returns a pipExporter handle via a pointer. This handle should be used instead of pipHandle as input for the other pipExport_ functions (pipExportInitMIF, pipExportInitShape, and pipExportInitTab excepted).

Example

See pipExportInitMIF