public class HexagonDto extends Object
| Constructor and Description |
|---|
HexagonDto() |
| Modifier and Type | Method and Description |
|---|---|
static HexagonDto |
fromHexagon(Hexagon hexagon) |
Double[] |
getCenterPoint() |
int[] |
getGridCoordinate() |
Double[][] |
getPoints() |
DefaultSatelliteData |
getSatelliteData() |
void |
setCenterPoint(Double[] centerPoint) |
void |
setGridCoordinate(int[] gridCoordinate) |
void |
setPoints(Double[][] points) |
void |
setSatelliteData(DefaultSatelliteData satelliteData) |
public static HexagonDto fromHexagon(Hexagon hexagon)
public int[] getGridCoordinate()
public void setGridCoordinate(int[] gridCoordinate)
public Double[] getCenterPoint()
public void setCenterPoint(Double[] centerPoint)
public Double[][] getPoints()
public void setPoints(Double[][] points)
public DefaultSatelliteData getSatelliteData()
public void setSatelliteData(DefaultSatelliteData satelliteData)
Copyright © 2016. All rights reserved.