Map3DFieldManager
class which read all the SRTM directory and display its contentMap3DFieldManager
class is not very evolved and uses a FIELD_RESOLUTION fix by default to 300. For yet, it's not active anymore because we used the Field Cell 3D Map Item. We can imagine active it again to load SRTM files according to movement of the camera and adapt resolution of titles according to camera distance.
SrtmPlot
class and match with the dimension of the following internal PNG file: paletteZoomWithMoreWhite.png which has a 6128 px width size (this must be the result of the max-min values):min = -766
: the minimum elevationmax = 5362
: the maximum elevationmax - min = 6128
, which corresponds to the width of the image. Sea (blue colors) are between the minimum value and 0.public class SrtmPlot extends Plot3D { private static int min = -766; private static int max = 5362;See also Maps3D internal properties for others parameters.
Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence