Class Line

All Implemented Interfaces:
Serializable

public class Line extends GeoObject implements Serializable
Line 自己拥有点的拷贝
Author:
zhang
See Also:
  • Constructor Details

    • Line

      public Line()
  • Method Details

    • addPoint

      public void addPoint(double x, double y)
    • addPoint

      public void addPoint(Point point)
    • getCount

      public int getCount()
    • getPoint

      public Point getPoint(int index)
    • closeLine

      public void closeLine()
    • getExtend

      public Box getExtend()
      Specified by:
      getExtend in class GeoObject
    • reverse

      public void reverse()
      坐标顺序颠倒