Package org.locationtech.jts.util
Class GeometricShapeFactory.Dimensions
java.lang.Object
org.locationtech.jts.util.GeometricShapeFactory.Dimensions
- Enclosing class:
GeometricShapeFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()
double
double
double
getWidth()
void
setBase
(Coordinate base) void
setCentre
(Coordinate centre) void
setEnvelope
(Envelope env) void
setHeight
(double height) void
setSize
(double size) void
setWidth
(double width)
-
Field Details
-
base
-
centre
-
width
public double width -
height
public double height
-
-
Constructor Details
-
Dimensions
protected Dimensions()
-
-
Method Details
-
setBase
-
getBase
-
setCentre
-
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
-
getEnvelope
-