FortranGIS
Version 3.0
|
◆ shpcreate()
It creates a new, empty set of files composing a shapefile dataset. The filename should be provided without the extension (.shp/.shx/.dbf). If the files already exist, they will be overwritten. The type of shapes should be specified using one of the constants shpt_*. It returns an object of type shpfileobject to be used in the subsequent calls for populating the dataset both with shp and dbf information.
Definition at line 485 of file shapelib.F90. |