17 : m_resourceBuilder(resourceBuilder)
25 std::string serverBaseUrl,
26 std::string storeRelativePath,
27 std::string featureRelativePath,
28 std::string resourceName,
29 std::string resourceExtension,
33 std::string Name()
const {
return m_name; }
35 std::string UrlFor(
const MortonKey& key,
bool relativeUrl)
const;
36 std::string CoverageTreeUrl()
const;
37 std::string ResourceName()
const;
39 int GetPriority()
const {
return m_priority; }
44 std::string m_serverBaseUrl;
45 std::string m_storeRelativePath;
46 std::string m_featureRelativePath;
47 std::string m_resourceName;
48 std::string m_resourceExtension;