OsmAnd
Public Member Functions | Public Attributes | Static Public Attributes
RenderingRulesStorage Class Reference

#include <renderRules.h>

List of all members.

Public Member Functions

 RenderingRulesStorage (jobject storage)
 ~RenderingRulesStorage ()
int getPropertiesSize ()
RenderingRulePropertygetProperty (int i)
RenderingRulegetRule (int state, int itag, int ivalue)
RenderingRulePropertygetProperty (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

Constructor & Destructor Documentation


Member Function Documentation

RenderingRule * RenderingRulesStorage::getRule ( int  state,
int  itag,
int  ivalue 
)

Member Data Documentation

const int RenderingRulesStorage::LINE_RULES = 2 [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]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines