类 CubicShape

  • 所有已实现的接口:
    java.lang.Cloneable

    public class CubicShape
    extends Shape
    • 构造器详细资料

      • CubicShape

        public CubicShape()
        Constructor
      • CubicShape

        public CubicShape​(java.util.List<PointZ> points)
        Constructor
    • 方法详细资料

      • toGeometry

        public org.locationtech.jts.geom.Geometry toGeometry​(org.locationtech.jts.geom.GeometryFactory factory)
        从类复制的说明: Shape
        To geometry method
        指定者:
        toGeometry 在类中 Shape
        参数:
        factory - GeometryFactory
        返回:
        Geometry
      • getPoints

        public java.util.List<PointZ> getPoints()
        Get vertex points
        覆盖:
        getPoints 在类中 Shape
        返回:
        Vertex points
      • setPoints

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

        public int[][] getIndex()
        Get quads point index
        返回:
        Quads point index
      • getIndex

        public int[] getIndex​(int i)
        Get a quads point index
        参数:
        i - i th quads
        返回:
        A quads point index
      • setIndex

        public void setIndex​(int[][] value)
        Set quads point index
        参数:
        value - Quads point index
      • getLineIndex

        public int[][] getLineIndex()
        Get lines point index
        返回:
        Lines point index
      • getLineIndex

        public int[] getLineIndex​(int i)
        Get a line point index
        参数:
        i - i th line
        返回:
        A line point index