OTB
9.0.0
Orfeo Toolbox
|
#include "itkPoint.h"
#include "otbPolygon.h"
#include "otbObjectList.h"
#include "otbVectorDataKeywordlist.h"
#include "ogrsf_frmts.h"
#include <string>
#include "otbDataNode.hxx"
Go to the source code of this file.
Classes | |
class | otb::DataNode< TPrecision, VDimension, TValuePrecision > |
struct | otb::DataNode< TPrecision, VDimension, TValuePrecision >::DataType |
Namespaces | |
otb | |
Enumerations | |
enum | otb::NodeType { otb::ROOT = 0, otb::DOCUMENT = 1, otb::FOLDER = 2, otb::FEATURE_POINT = 3, otb::FEATURE_LINE = 4, otb::FEATURE_POLYGON = 5, otb::FEATURE_MULTIPOINT = 6, otb::FEATURE_MULTILINE = 7, otb::FEATURE_MULTIPOLYGON = 8, otb::FEATURE_COLLECTION = 9 } |