com.supermap.mapping.imChart

Class RelationalChartPoint



  • public class RelationalChartPoint
    extends ChartPoint
    Relation chart point class
    • Constructor Detail

      • RelationalChartPoint

        public RelationalChartPoint()
        The default constructor.
      • RelationalChartPoint

        public RelationalChartPoint(Point2D point,
                                    float weighted)
        The constructor.
        Parameters:
        point - Point coordinates on the map.
        weighted - The weight
    • Method Detail

      • setRelationName

        public void setRelationName(java.lang.String name)
        Set the relation point name.
        Parameters:
        name - relation point name.
      • getRelationName

        public java.lang.String getRelationName()
        Get the relation point name.
        Returns:
        the relation point name.
      • setRelationalPoints

        public void setRelationalPoints(java.util.ArrayList<RelationalChartPoint> points)
        Set the relation point collection.
        Parameters:
        points - relation point collection.
      • getRelationalPoints

        public java.util.ArrayList<RelationalChartPoint> getRelationalPoints()
        Get the relation point collection.
        Returns:
        the relation point collection.