public static void fill(TheDictionary map, CellIdentityCdma value) throws Exception {
if (value != null) {
map.put("type", "1");
int i;
i = value.getBasestationId(); if (i != Integer.MAX_VALUE) map.put("basestation_id", i);
i = value.getLatitude(); if (i != Integer.MAX_VALUE) map.put("latitude", i);
i = value.getLongitude(); if (i != Integer.MAX_VALUE) map.put("longitude", i);
i = value.getNetworkId(); if (i != Integer.MAX_VALUE) map.put("network_id", i);
i = value.getSystemId(); if (i != Integer.MAX_VALUE) map.put("system_id", i);
}
}
CellId.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:pyneo-wirelesslocation
作者:
评论列表
文章目录