View determination, fetching and level of detail management of streamed resources.
More...
|
void | AdjacentKeys (const MortonKey &key, std::vector< MortonKey > &out_adjacentKeys) |
|
void | GetNonDiagonalAdjacentKeys (const MortonKey &key, std::vector< MortonKey > &out_adjacentKeys) |
|
void | ExpandToIncludeAdjacentKeys (const MortonKey &key, std::vector< MortonKey > &out_adjacentKeysIncludingInputKey) |
|
bool | TryGetMortonKeyFaceEdgeAdjacencies (const MortonKey &key, Byte &result) |
|
bool | ChangingFace (const MortonKey &key, MortonKeyFaceEdge::Values crossing) |
|
MortonKey | GetVerticalNeighbour (const MortonKey &key, const int boundary0, const int boundary1) |
|
MortonKey | GetAdjacentKeyAcrossFaceBoundary (const MortonKey &key, MortonKeyFaceEdge::Values crossing) |
|
MortonKey | GetHorizontalNeighbour (const MortonKey &key, const int boundary0, const int boundary1) |
|
MortonKey | GetLeftNeighbour (const MortonKey &key) |
|
MortonKey | GetTopNeighbour (const MortonKey &key) |
|
MortonKey | GetRightNeighbour (const MortonKey &key) |
|
MortonKey | GetBottomNeighbour (const MortonKey &key) |
|
MortonKey | CreateMortonKeyFromVector (const std::vector< int > &elements) |
|
std::string | FromMortonKey (const MortonKey &key, const std::string &serverBaseUrl, const std::string &storePrefix, const std::string &featureRelativePath, const std::string &resourceName, const std::string &resourceExtension) |
|
std::string | CoverageTreeUrl (const std::string &serverBaseUrl, const std::string &storePrefix, const std::string &resourceName) |
|
View determination, fetching and level of detail management of streamed resources.