|
OTBGdalAdapters_EXPORT bool | Contains (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT bool | Crosses (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | Difference (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT bool | Disjoint (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT double | Distance (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT bool | Equals (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | Intersection (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT bool | Intersects (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
bool | operator!= (Layer const &lhs, Layer const &rhs) |
|
OTBGdalAdapters_EXPORT bool | operator== (Feature const &lhs, Feature const &rhs) |
|
OTBGdalAdapters_EXPORT bool | operator== (Layer const &lhs, Layer const &rhs) |
|
OTBGdalAdapters_EXPORT bool | Overlaps (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | SymDifference (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT bool | Touches (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | Union (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | UnionCascaded (OGRGeometry const &this_) |
|
OTBGdalAdapters_EXPORT bool | Within (OGRGeometry const &lhs, OGRGeometry const &rhs) |
|
|
bool | operator== (FieldDefn const &lhs, FieldDefn const &rhs) |
|
OTBGdalAdapters_EXPORT std::ostream & | operator<< (std::ostream &os, FieldDefn const &defn) |
|
|
template<typename TResult , class TGeometry , typename TFunctor > |
TResult | apply (TGeometry *geometry, TFunctor functor) |
|
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | Simplify (OGRGeometry const &g, double tolerance) |
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | SimplifyDontPreserveTopology (OGRGeometry const &g, double tolerance) |
|
OTBGdalAdapters_EXPORT UniqueGeometryPtr | SimplifyPreserveTopology (OGRGeometry const &g, double tolerance) |
|
|
OTBGdalAdapters_EXPORT std::vector< std::string > | GetAvailableDriversAsStringVector () |
|
OTBGdalAdapters_EXPORT std::vector< std::string > | GetFileListAsStringVector (GDALDataset *dataset) |
|
OTBGdalAdapters_EXPORT bool | IsFieldSetAndNotNull (OGRFeature *feat, int index) |
|