#include "../Config.h"#include <terralib/common.h>#include <terralib/dataaccess.h>#include <terralib/vp/IntersectionMemory.h>#include <terralib/vp/IntersectionOp.h>#include <terralib/vp/IntersectionQuery.h>#include <iostream>Go to the source code of this file.
Functions | |
| bool | IntersectionOGRToOGR () |
| bool | IntersectionOGRToPGIS () |
| bool | IntersectionPGISToOGR () |
| bool | IntersectionPGISToPGIS () |
| bool IntersectionOGRToOGR | ( | ) |
Definition at line 14 of file examples/vp/Intersection.cpp.
References te::da::DataSourceFactory::make(), te::vp::IntersectionOp::paramsAreValid(), te::vp::IntersectionOp::run(), te::vp::IntersectionOp::setInput(), and te::vp::IntersectionOp::setOutput().
Referenced by main().
| bool IntersectionOGRToPGIS | ( | ) |
Definition at line 90 of file examples/vp/Intersection.cpp.
References te::da::DataSourceFactory::make(), te::vp::IntersectionOp::paramsAreValid(), te::vp::IntersectionOp::run(), te::vp::IntersectionOp::setInput(), and te::vp::IntersectionOp::setOutput().
Referenced by main().
| bool IntersectionPGISToOGR | ( | ) |
Definition at line 228 of file examples/vp/Intersection.cpp.
References te::da::DataSourceFactory::make(), te::vp::IntersectionOp::paramsAreValid(), te::vp::IntersectionOp::run(), te::vp::IntersectionOp::setInput(), and te::vp::IntersectionOp::setOutput().
Referenced by main().
| bool IntersectionPGISToPGIS | ( | ) |
Definition at line 164 of file examples/vp/Intersection.cpp.
References te::da::DataSourceFactory::make(), te::vp::IntersectionOp::paramsAreValid(), te::vp::IntersectionOp::run(), te::vp::IntersectionOp::setInput(), and te::vp::IntersectionOp::setOutput().
Referenced by main().