com.vividsolutions.jts.util
Class GeometricShapeFactory.Dimensions
java.lang.Object
com.vividsolutions.jts.util.GeometricShapeFactory.Dimensions
- Enclosing class:
- GeometricShapeFactory
- protected class GeometricShapeFactory.Dimensions
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
base
public Coordinate base
centre
public Coordinate centre
width
public double width
height
public double height
GeometricShapeFactory.Dimensions
protected GeometricShapeFactory.Dimensions()
setBase
public void setBase(Coordinate base)
setCentre
public void setCentre(Coordinate centre)
setSize
public void setSize(double size)
setWidth
public void setWidth(double width)
setHeight
public void setHeight(double height)
getEnvelope
public Envelope getEnvelope()