FortranGIS
Version2.5
|
Interface to FUNCTIONs for setting dbf attributes. More...
Interface to FUNCTIONs for setting dbf attributes.
The type of the attribute can be either INTEGER, REAL(kind=c_double) (double) or CHARACTER. The type of the attribute provided may not coincide with the native type of the field, if possible a conversion will be performed. If the attr parameter is not provided the attribute will be set to a null value.
hshp | TYPE(shpfileobject),INTENT(inout) shapefile object to set |
ishape | INTEGER,INTENT(in) the number of shape to set |
ifield | INTEGER,INTENT(in) the number of field to set |
attr | INTEGER, CHARACTER or REAL(kind=c_double), INTENT(in) the value of the attribute to set |
Definition at line 156 of file shapelib.F90.