TerrainTile
class TerrainTile extends Model (View source)
Properties
| protected | $coordinatesType | ||
| protected | $coordinatesDataType | ||
| protected | $firstDerivativeType | ||
| protected | $firstDerivativeDataType | ||
| $name | |||
| protected | $secondDerivativeType | ||
| protected | $secondDerivativeDataType |
Methods
getCoordinates()
No description
getFirstDerivative()
No description
setName($name)
No description
getName()
No description
getSecondDerivative()
No description
Details
setCoordinates(TileCoordinates $coordinates)
No description
TileCoordinates
getCoordinates()
No description
setFirstDerivative(FirstDerivativeElevationGrid $firstDerivative)
No description
FirstDerivativeElevationGrid
getFirstDerivative()
No description
setName($name)
No description
getName()
No description
setSecondDerivative(SecondDerivativeElevationGrid $secondDerivative)
No description
SecondDerivativeElevationGrid
getSecondDerivative()
No description