Class GeometricShapeFactory.Dimensions

java.lang.Object
org.locationtech.jts.util.GeometricShapeFactory.Dimensions
Enclosing class:
GeometricShapeFactory

protected static class GeometricShapeFactory.Dimensions extends Object
  • Field Details

    • base

      public Coordinate base
    • centre

      public Coordinate centre
    • width

      public double width
    • height

      public double height
  • Constructor Details

    • Dimensions

      protected Dimensions()
  • Method Details

    • setBase

      public void setBase(Coordinate base)
    • getBase

      public Coordinate getBase()
    • setCentre

      public void setCentre(Coordinate centre)
    • getCentre

      public Coordinate getCentre()
    • 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()