com.supermap.onlineservices
类 CoordinateConvertParameter
- java.lang.Object
-
- com.supermap.onlineservices.CoordinateConvertParameter
-
public class CoordinateConvertParameter extends java.lang.Object
坐标转换参数类。
-
-
构造器概要
构造器 构造器和说明 CoordinateConvertParameter()
默认构造函数,构造一个新的CoordinateConvertParameter
对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 CoordinateType
getDestCoordinateType()
获取目标坐标类型Point2Ds
getPoint2Ds()
获取转换的点串。CoordinateType
getSrcCoordinateType()
获取源坐标类型void
setDestCoordinateType(CoordinateType type)
必设参数 转换的目标坐标类型void
setKey(java.lang.String key)
必设参数 申请的key(设置授权码 )。void
setPoint2Ds(Point2Ds point2Ds)
必设参数 预转化的坐标,支持批量转换。void
setSrcCoordinateType(CoordinateType type)
必设参数 输入的 Point2D 的坐标类型
-
-
-
构造器详细资料
-
CoordinateConvertParameter
public CoordinateConvertParameter()
默认构造函数,构造一个新的CoordinateConvertParameter
对象。
-
-
方法详细资料
-
setKey
public void setKey(java.lang.String key)
必设参数 申请的key(设置授权码 )。- 参数:
key
- 授权码。
-
getPoint2Ds
public Point2Ds getPoint2Ds()
获取转换的点串。- 返回:
- 点串。
-
setPoint2Ds
public void setPoint2Ds(Point2Ds point2Ds)
必设参数 预转化的坐标,支持批量转换。 批量支持坐标个数以HTTP GET 方法请求上限为准- 参数:
point2Ds
- 需转换的点串
-
getSrcCoordinateType
public CoordinateType getSrcCoordinateType()
获取源坐标类型- 返回:
- 源坐标类型
-
setSrcCoordinateType
public void setSrcCoordinateType(CoordinateType type)
必设参数 输入的 Point2D 的坐标类型- 参数:
type
- 源坐标类型
-
getDestCoordinateType
public CoordinateType getDestCoordinateType()
获取目标坐标类型- 返回:
- 目标坐标类型
-
setDestCoordinateType
public void setDestCoordinateType(CoordinateType type)
必设参数 转换的目标坐标类型- 参数:
type
- 目标坐标类型
-
-