Class Location

    • Constructor Detail

      • Location

        public Location()
      • Location

        public Location​(Location source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPoints

        public Point[] getPoints()
        Get 位置信息
        Returns:
        Points 位置信息
      • setPoints

        public void setPoints​(Point[] Points)
        Set 位置信息
        Parameters:
        Points - 位置信息