com.supermap.mapping.imChart

类 ChartPoint

  • java.lang.Object
    • com.supermap.mapping.imChart.ChartPoint
  • 直接已知子类:
    RelationalChartPoint


    public class ChartPoint
    extends java.lang.Object
    图表使用的点对象。 其包含一个地图上的点和权重,权重影响该点在图表中显示的颜色深浅。
    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      Point2D getPoint()
      获取点坐标,地图上的点
      float getWeighted()
      获取权重
      void setPoint(Point2D point)
      设置点坐标,地图上的点
      void setWeighted(float weighted)
      设置权重
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ChartPoint

        public ChartPoint()
        默认构造函数
      • ChartPoint

        public ChartPoint(Point2D point,
                          float weighted)
        构造函数
        参数:
        point - 点坐标,地图上的点
        weighted - 权重
    • 方法详细资料

      • getPoint

        public Point2D getPoint()
        获取点坐标,地图上的点
        返回:
        地图上的点
      • setPoint

        public void setPoint(Point2D point)
        设置点坐标,地图上的点
        参数:
        point - 地图上的点
      • getWeighted

        public float getWeighted()
        获取权重
        返回:
        返回权重
      • setWeighted

        public void setWeighted(float weighted)
        设置权重
        参数:
        weighted - 权重