Package org.meteoinfo.jts.util
Class GeometricShapeFactory.Dimensions
- java.lang.Object
-
- org.meteoinfo.jts.util.GeometricShapeFactory.Dimensions
-
- Enclosing class:
- GeometricShapeFactory
protected class GeometricShapeFactory.Dimensions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CoordinatebaseCoordinatecentredoubleheightdoublewidth
-
Constructor Summary
Constructors Modifier Constructor Description protectedDimensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinategetBase()CoordinategetCentre()EnvelopegetEnvelope()doublegetHeight()doublegetMinSize()doublegetWidth()voidsetBase(Coordinate base)voidsetCentre(Coordinate centre)voidsetEnvelope(Envelope env)voidsetHeight(double height)voidsetSize(double size)voidsetWidth(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()
-
-