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 的坐标类型
|
public CoordinateConvertParameter()
CoordinateConvertParameter
对象。public void setKey(java.lang.String key)
key
- 授权码。public Point2Ds getPoint2Ds()
public void setPoint2Ds(Point2Ds point2Ds)
point2Ds
- 需转换的点串public CoordinateType getSrcCoordinateType()
public void setSrcCoordinateType(CoordinateType type)
type
- 源坐标类型public CoordinateType getDestCoordinateType()
public void setDestCoordinateType(CoordinateType type)
type
- 目标坐标类型