src.config.Earth.EarthElevations256.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worldwindx Show documentation
Show all versions of worldwindx Show documentation
World Wind is a collection of components that interactively display 3D geographic information within Java applications or applets.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (C) 2012 United States Government as represented by the Administrator of the ~ National Aeronautics and Space Administration. ~ All Rights Reserved. --> <!--$Id: EarthElevations256.xml 1958 2014-04-24 19:25:37Z tgaskins $--> <ElevationModel version="1" modelType="Compound"> <ElevationModel version="1"> <DisplayName>USA 10m, World 30m, Ocean 900m</DisplayName> <Service serviceName="OGC:WMS" version="1.3"> <GetCapabilitiesURL> http://worldwind26.arc.nasa.gov/wms</GetCapabilitiesURL> <GetMapURL>http://worldwind26.arc.nasa.gov/wms</GetMapURL> <LayerNames>NASA_SRTM30_900m_Tiled,aster_v2,USGS-NED</LayerNames> </Service> <RetrievePropertiesFromService>true</RetrievePropertiesFromService> <!-- day month year hours:minutes:seconds timezone --> <LastUpdate>16 01 2014 20:00:00 GMT</LastUpdate> <DataCacheName>Earth/EarthElevations256</DataCacheName> <ImageFormat>application/bil16</ImageFormat> <DataType type="Int16" byteOrder="LittleEndian"/> <DataDetailHint>0.20</DataDetailHint> <FormatSuffix>.bil</FormatSuffix> <ExtremeElevations min="-11000" max="8850"> <FileName>config/SRTM30Plus_ExtremeElevations_5.bil</FileName> </ExtremeElevations> <NumLevels count="9" numEmpty="0"/> <TileOrigin> <LatLon units="degrees" latitude="-90" longitude="-180"/> </TileOrigin> <LevelZeroTileDelta> <LatLon units="degrees" latitude="45" longitude="45"/> </LevelZeroTileDelta> <TileSize> <Dimension width="256" height="256"/> </TileSize> <Sector> <SouthWest> <LatLon units="degrees" latitude="-90" longitude="-180"/> </SouthWest> <NorthEast> <LatLon units="degrees" latitude="90" longitude="180"/> </NorthEast> </Sector> <RetrievalTimeouts> <ReadTimeout> <Time units="milliseconds" value="60000"/> </ReadTimeout> </RetrievalTimeouts> </ElevationModel> </ElevationModel>