public class ElementCoordinates extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ElementCoordinates() | 
| ElementCoordinates(ElementCoordinates source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getAltitude()Get 高程 | 
| Float | getLatitude()Get 纬度 | 
| Float | getLongitude()Get 经度 | 
| void | setAltitude(Float Altitude)Set 高程 | 
| void | setLatitude(Float Latitude)Set 纬度 | 
| void | setLongitude(Float Longitude)Set 经度 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ElementCoordinates()
public ElementCoordinates(ElementCoordinates source)
public Float getLongitude()
public void setLongitude(Float Longitude)
Longitude - 经度public Float getLatitude()
public void setLatitude(Float Latitude)
Latitude - 纬度public Float getAltitude()
public void setAltitude(Float Altitude)
Altitude - 高程Copyright © 2025. All rights reserved.