Go to the source code of this file.
Functions | |
| void | RetrieveUsingSpatialFilter (te::da::DataSource *ds) |
| An example showing how to retrieve data using a spatial filter. More... | |
| void RetrieveUsingSpatialFilter | ( | te::da::DataSource * | ds | ) |
An example showing how to retrieve data using a spatial filter.
| transactor | The transactor to be used to retrieve the data. |
Definition at line 5 of file RetrieveUsingSpatialFilter.cpp.
References te::gm::Geometry::asText(), te::gm::Geometry::computeMBR(), te::dt::GEOMETRY_TYPE, te::da::DataSource::getDataSet(), te::da::GetFirstPropertyPos(), te::gm::CurvePolygon::getNPoints(), te::gm::Geometry::getSRID(), te::da::DataSource::getTransactor(), te::gm::INTERSECTS, te::gm::LineStringType, te::gm::PolygonType, te::gm::CurvePolygon::push_back(), te::gm::LineString::setPoint(), and te::gm::CurvePolygon::setSRID().
Referenced by PostGISExample().