| Constructor and Description |
|---|
LODInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
LODInfo |
clone() |
boolean |
equals(Object o) |
Integer |
getLevelID()
级别
|
Double |
getResolution()
地面分辨率
|
Double |
getScale()
比例尺
|
int |
hashCode() |
static List<LODInfo> |
parseJsonString(String lodInfoJsonStr) |
void |
setLevelID(Integer levelID)
级别
|
void |
setResolution(Double resolution)
地面分辨率
|
void |
setScale(Double scale)
比例尺
|
static String |
toJsonString(List<LODInfo> lodInfoList) |
String |
toString() |
public Integer getLevelID()
public Double getScale()
public Double getResolution()
public void setLevelID(Integer levelID)
public void setScale(Double scale)
public void setResolution(Double resolution)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.