类 PointShape

    • 字段详细资料

      • point

        protected PointD point
    • 构造器详细资料

      • PointShape

        public PointShape()
        Constructor
      • PointShape

        public PointShape​(org.locationtech.jts.geom.Geometry geometry)
        Constructor
        参数:
        geometry - Geometry
    • 方法详细资料

      • toGeometry

        public org.locationtech.jts.geom.Geometry toGeometry​(org.locationtech.jts.geom.GeometryFactory factory)
        To geometry method
        指定者:
        toGeometry 在类中 Shape
        参数:
        factory - GeometryFactory
        返回:
        Geometry
      • getPoint

        public PointD getPoint()
        Get point
        返回:
        point
      • setPoint

        public void setPoint​(PointD aPoint)
        Set point
        参数:
        aPoint - point
      • getPoints

        public java.util.List<PointD> getPoints()
        Get points
        覆盖:
        getPoints 在类中 Shape
        返回:
        point list
      • setPoints

        public void setPoints​(java.util.List<? extends PointD> points)
        Set points
        覆盖:
        setPoints 在类中 Shape
        参数:
        points - point list
      • clone_back

        public java.lang.Object clone_back()
        Clone
        返回:
        PointShape
      • clone

        public java.lang.Object clone()
        Clone
        覆盖:
        clone 在类中 Shape
        返回:
        PolygonShape