com.supermap.data

类 GeodesicLineParameter



  • public class GeodesicLineParameter
    extends Object
    构造测地线参数类。
    • 构造器详细资料

      • GeodesicLineParameter

        public GeodesicLineParameter()
        默认构造函数,构造一个新的 GeodesicLineParameter 对象。
      • GeodesicLineParameter

        public GeodesicLineParameter(GeodesicLineParameter parameter)
        拷贝构造函数,根据给定的 GeodesicLineParameter 对象构造一个与其完全相同的新对象。
        参数:
        parameter - 指定的 GeodesicLineParameter 对象。
    • 方法详细资料

      • getLineType

        public GeodesicLineType getLineType()
        返回测地线类型。
        参数:
        value - 测地线类型。
        返回:
        测地线类型
      • setLineType

        public void setLineType(GeodesicLineType value)
        设置测地线类型。
        参数:
        value - 测地线类型。
      • getSemicircleSegment

        public int getSemicircleSegment()
        返回用来拟合半圆的弧段个数。
        返回:
        用来拟合半圆的弧段个数
        默认值:
        默认值为18000。
      • setSemicircleSegment

        public void setSemicircleSegment(int value)
        设置用来拟合半圆的弧段个数。
        参数:
        value - 用来拟合半圆的弧段个数。
      • getPrjCoordSys

        public PrjCoordSys getPrjCoordSys()
        返回空间参考坐标系。
        返回:
        空间参考坐标系
        默认值:
        默认值为经纬度坐标系。
      • setPrjCoordSys

        public void setPrjCoordSys(PrjCoordSys value)
        设置空间参考坐标系。 value 空间参考坐标系。
        参数:
        value - 空间参考坐标系

Copyright © 2021–2024 SuperMap. All rights reserved.