public class IGNGeographicGrid extends GeographicGrid
Classe representing a Geographic grid as defined by IGN (France).
Here is an exemple of a Geographic Grid from IGN with some explanations. GR1D REFALT 700 20370201Grid.InterpolationMethod| Constructor and Description |
|---|
IGNGeographicGrid(InputStream is)
Construct a GeographicGrid from an InputStream representing an IGN
GeographicGrid.
|
IGNGeographicGrid(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 IGNGeographicGrid(InputStream is) throws Exception
Construct a GeographicGrid from an InputStream representing an IGN GeographicGrid. Default value of zip is true.
is - Exceptionpublic IGNGeographicGrid(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.