com.supermap.onlineservices
类 CoordinateConvertParameter
- java.lang.Object
-
- com.supermap.onlineservices.CoordinateConvertParameter
-
public class CoordinateConvertParameter extends java.lang.Object坐标转换参数类。
-
-
构造器概要
构造器 构造器和说明 CoordinateConvertParameter()默认构造函数,构造一个新的CoordinateConvertParameter对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 CoordinateTypegetDestCoordinateType()获取目标坐标类型Point2DsgetPoint2Ds()获取转换的点串。CoordinateTypegetSrcCoordinateType()获取源坐标类型voidsetDestCoordinateType(CoordinateType type)必设参数 转换的目标坐标类型voidsetKey(java.lang.String key)必设参数 申请的key(设置授权码 )。voidsetPoint2Ds(Point2Ds point2Ds)必设参数 预转化的坐标,支持批量转换。voidsetSrcCoordinateType(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- 目标坐标类型
-
-