Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
BuildingFootprints
BuildingFootprintJsonParser.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Types.h"
6
#include "BuildingFootprints.h"
7
8
#include <string>
9
10
namespace
Eegeo
11
{
12
namespace
BuildingFootprints
13
{
14
class
BuildingFootprintJsonParser
:
public
Eegeo::NonCopyable
15
{
16
public
:
17
BuildingFootprintJsonParser
();
18
19
BuildingFootprintResource
* TryCreate(
const
char
* footprintResourceJson,
size_t
jsonSize)
const
;
20
21
private
:
22
bool
TryParse(
const
char
* footprintResourceJson,
size_t
jsonSize)
const
;
23
};
24
}
25
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1