FlightGear next
|
#include "SHPParser.hxx"
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/io/lowlevel.hxx>
Go to the source code of this file.
Namespaces | |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Variables | |
const int | SHP_FILE_MAGIC = 9994 |
SHPParser - parse ESRI ShapeFiles containing PolyLines. | |
const int | SHP_FILE_VERSION = 1000 |
const int | SHP_NULL_TYPE = 0 |
const int | SHP_POLYLINE_TYPE = 3 |
const int | SHP_POLYGON_TYPE = 5 |
const int SHP_FILE_MAGIC = 9994 |
SHPParser - parse ESRI ShapeFiles containing PolyLines.
Definition at line 34 of file SHPParser.cxx.
const int SHP_FILE_VERSION = 1000 |
Definition at line 35 of file SHPParser.cxx.
const int SHP_NULL_TYPE = 0 |
Definition at line 37 of file SHPParser.cxx.
const int SHP_POLYGON_TYPE = 5 |
Definition at line 39 of file SHPParser.cxx.
const int SHP_POLYLINE_TYPE = 3 |
Definition at line 38 of file SHPParser.cxx.