X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Polygon%2Fnames.hxx;h=168df64d86c9a1b066d1337503a30020a4943b85;hb=7ac99494e5b8afc42f1ad08cfdfb445901e1aa58;hp=ce6236ee3529031d6bb322ab06f08d78d0b9fda8;hpb=b30530bb94d5528e72495dde03d4ce8c9f4eb197;p=flightgear.git diff --git a/Polygon/names.hxx b/Polygon/names.hxx index ce6236ee3..168df64d8 100644 --- a/Polygon/names.hxx +++ b/Polygon/names.hxx @@ -60,7 +60,10 @@ enum AreaType { // return the type of the shapefile record -AreaType get_area_type(GDBFile *dbf, int rec); +AreaType get_shapefile_type(GDBFile *dbf, int rec); + +// return area type from text name +AreaType get_area_type( string area ); // return text form of area name string get_area_name( AreaType area ); @@ -70,6 +73,9 @@ string get_area_name( AreaType area ); // $Log$ +// Revision 1.3 1999/03/01 15:35:53 curt +// Generalized the routines a bit to make them more useful. +// // Revision 1.2 1999/02/26 22:10:42 curt // Updated names and priorities of area types. //