Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Data
GeoJSON
Feature.h
1
// Copyright (c) 2015 eeGeo. All rights reserved.
2
3
#pragma once
4
5
#include "document.h"
6
#include "GeoJSONObject.h"
7
8
namespace
Eegeo
9
{
10
namespace
Data
11
{
12
namespace
GeoJSON
13
{
14
class
Feature
:
public
GeoJSONObject
15
{
16
public
:
17
Feature
(
const
rapidjson::Value& value);
18
19
GeoJSONObject
GetGeometry()
const
;
20
};
21
}
22
}
23
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1