public class IGNVerticalGrid extends GeographicGrid
Classe representing an Altimetric grid as defined by IGN (France).
Here is an exemple of an Altimetric Grid from IGN with some explanations. -5.5 8.5 42.0 51.5 0.0333333333333 0.025 2 0 1 1 0. France continentale - NGF-IGN69 dans RGF93 - version 2009Grid.InterpolationMethod| Constructor and Description |
|---|
IGNVerticalGrid(InputStream is)
Construct a GeographicGrid from an InputStream representing an IGN
GeographicGrid.
|
IGNVerticalGrid(InputStream is,
boolean zip)
Construct a GeographicGrid from an InputStream representing an IGN
GeographicGrid
|
bilinearInterpolation, equals, getColumnNumber, getContext, getDX, getDY, getGridHeight, getGridWidth, getRowNumber, getScale, getValue, getValues, getValues, getX0, getXL, getY0, getYL, hashCode, setScale, setValue, toString, toStringAllpublic IGNVerticalGrid(InputStream is) throws Exception
Construct a GeographicGrid from an InputStream representing an IGN GeographicGrid. Default value of zip is true.
is - Exceptionpublic IGNVerticalGrid(InputStream is, boolean zip) throws Exception
Construct a GeographicGrid from an InputStream representing an IGN GeographicGrid
is - input streamzip - flag indicating if input data is zipped or notExceptionCopyright © 2019 CNRS. All rights reserved.