Class GeometricShapeFactory.Dimensions

    • Field Detail

      • width

        public double width
      • height

        public double height
    • Constructor Detail

      • Dimensions

        protected Dimensions()
    • Method Detail

      • setBase

        public void setBase​(Coordinate base)
      • setCentre

        public void setCentre​(Coordinate centre)
      • setSize

        public void setSize​(double size)
      • getMinSize

        public double getMinSize()
      • setWidth

        public void setWidth​(double width)
      • getWidth

        public double getWidth()
      • getHeight

        public double getHeight()
      • setHeight

        public void setHeight​(double height)
      • setEnvelope

        public void setEnvelope​(Envelope env)
      • getEnvelope

        public Envelope getEnvelope()