![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
This is the complete list of members for Maria::GeoIndex, including all inherited members.
clear()=0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
deleteObject(idx_t objId)=0 | Maria::GeoIndex | pure virtual |
GeoIndex()=default (defined in Maria::GeoIndex) | Maria::GeoIndex | |
GeoIndex(const GeoIndex &)=delete (defined in Maria::GeoIndex) | Maria::GeoIndex | |
GeoIndex(GeoIndex &&)=delete (defined in Maria::GeoIndex) | Maria::GeoIndex | |
getObjectCount() const noexcept=0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
getObjects(TileId tileId, std::unordered_set< idx_t > &objectIds) const =0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
getObjects(const BasicGeoTypes::GeoPos &pos, uint8_t tileLevel, std::unordered_set< idx_t > &objectIds) const =0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
getObjects(const BasicGeoTypes::GeoRect &bounds, uint8_t tileLevel, std::unordered_set< idx_t > &objectIds) const =0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
getUsedTileCount() const noexcept=0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
idx_t typedef (defined in Maria::GeoIndex) | Maria::GeoIndex | |
operator=(const GeoIndex &)=delete (defined in Maria::GeoIndex) | Maria::GeoIndex | |
operator=(GeoIndex &&)=delete (defined in Maria::GeoIndex) | Maria::GeoIndex | |
setObject(IndexedObjectInfo obj, BasicGeoTypes::GeoPos pos)=0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
setObject(IndexedObjectInfo obj, BasicGeoTypes::GeoRect bounds)=0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
setObject(IndexedObjectInfo obj, const std::vector< BasicGeoTypes::GeoPos > &positions)=0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
tileMapper() const =0 (defined in Maria::GeoIndex) | Maria::GeoIndex | pure virtual |
~GeoIndex()=default (defined in Maria::GeoIndex) | Maria::GeoIndex | virtual |