public class GTileGeometry extends Dimension2D
| Constructor and Description |
|---|
GTileGeometry(Dimension2D dim,
List<Double> westPositions) |
GTileGeometry(double width,
double height,
List<Double> westPositions) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight() |
List<Double> |
getWestPositions() |
double |
getWidth() |
void |
setSize(double width,
double height) |
clone, setSizepublic GTileGeometry(Dimension2D dim, List<Double> westPositions)
public void setSize(double width,
double height)
setSize in class Dimension2Dpublic final double getWidth()
getWidth in class Dimension2Dpublic final double getHeight()
getHeight in class Dimension2DCopyright © 2017. All rights reserved.