public class MapAreaValue extends java.lang.Object implements BaseMapAreaValue
XML_TAG
构造器和说明 |
---|
MapAreaValue() |
MapAreaValue(BaseMapTitleValue titleValue) |
限定符和类型 | 方法和说明 |
---|---|
void |
addTitleValue(BaseMapTitleValue titleValue)
添加 标题, 值.
|
void |
clearTitleValues()
清空标题区域
|
java.lang.String |
getFirstStringValue() |
double |
getFirstTitleValue()
返回第一个区域 标题值, 一般做为颜色渲染用.
|
double |
getMaxValueExcept(int index)
返回所有title value中的最大值,除了第index个
|
MapTitleValue |
getTitleValue(int index)
根据序号取得 标题, 值.
|
double |
getTitleValueByIndex(int index)
获取第index个值
|
boolean |
isTitleValueNull()
判断区域标题 是否为空.
|
int |
titleValueSize()
区域标题, 值的个数.
|
JSONObject |
toJSONObject()
将字符串形式转为JSONObject对象.
|
JSONObject |
toStringValueJSONObject()
将字符串形式转为JSONObject对象.
|
public MapAreaValue()
public MapAreaValue(BaseMapTitleValue titleValue)
public boolean isTitleValueNull()
public double getFirstTitleValue()
public java.lang.String getFirstStringValue()
public double getTitleValueByIndex(int index)
index
- 序号public double getMaxValueExcept(int index)
public void clearTitleValues()
public void addTitleValue(BaseMapTitleValue titleValue)
addTitleValue
在接口中 BaseMapAreaValue
titleValue
- 地图标题 值.public MapTitleValue getTitleValue(int index)
public int titleValueSize()
public JSONObject toJSONObject() throws JSONException
JSONException
- 异常public JSONObject toStringValueJSONObject() throws JSONException
JSONException
- 异常