Package org.locationtech.jts.util
Class GeometricShapeFactory.Dimensions
- java.lang.Object
-
- org.locationtech.jts.util.GeometricShapeFactory.Dimensions
-
- Enclosing class:
- GeometricShapeFactory
protected static class GeometricShapeFactory.Dimensions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description Coordinate
base
Coordinate
centre
double
height
double
width
-
Constructor Summary
Constructors Modifier Constructor Description protected
Dimensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coordinate
getBase()
Coordinate
getCentre()
Envelope
getEnvelope()
double
getHeight()
double
getMinSize()
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 Detail
-
base
public Coordinate base
-
centre
public Coordinate centre
-
width
public double width
-
height
public double height
-
-
Method Detail
-
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()
-
-