OsmAnd
|
#include <renderRules.h>
Public Member Functions | |
RenderingRulesStorage (jobject storage) | |
~RenderingRulesStorage () | |
int | getPropertiesSize () |
RenderingRuleProperty * | getProperty (int i) |
RenderingRule * | getRule (int state, int itag, int ivalue) |
RenderingRuleProperty * | getProperty (const char *st) |
std::string | getDictionaryValue (int i) |
int | getDictionaryValue (std::string s) |
Public Attributes | |
jobject | javaStorage |
Static Public Attributes | |
static const int | MULTI_POLYGON_TYPE = 0 |
static const int | POINT_RULES = 1 |
static const int | LINE_RULES = 2 |
static const int | POLYGON_RULES = 3 |
static const int | TEXT_RULES = 4 |
static const int | ORDER_RULES = 5 |
RenderingRulesStorage::RenderingRulesStorage | ( | jobject | storage | ) |
std::string RenderingRulesStorage::getDictionaryValue | ( | int | i | ) |
int RenderingRulesStorage::getDictionaryValue | ( | std::string | s | ) |
RenderingRuleProperty * RenderingRulesStorage::getProperty | ( | const char * | st | ) |
RenderingRule * RenderingRulesStorage::getRule | ( | int | state, |
int | itag, | ||
int | ivalue | ||
) |
const int RenderingRulesStorage::LINE_RULES = 2 [static] |
const int RenderingRulesStorage::MULTI_POLYGON_TYPE = 0 [static] |
const int RenderingRulesStorage::ORDER_RULES = 5 [static] |
const int RenderingRulesStorage::POINT_RULES = 1 [static] |
const int RenderingRulesStorage::POLYGON_RULES = 3 [static] |
const int RenderingRulesStorage::TEXT_RULES = 4 [static] |