src.config.Earth.Landsat256.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: Landsat256.xml 1873 2014-03-17 21:46:50Z tgaskins $--> <Layer version="1" layerType="TiledImageLayer"> <DisplayName>i-cubed Landsat</DisplayName> <Service serviceName="OGC:WMS" version="1.3"> <GetCapabilitiesURL>http://worldwind25.arc.nasa.gov/wms</GetCapabilitiesURL> <GetMapURL>http://worldwind25.arc.nasa.gov/wms</GetMapURL> <LayerNames>BlueMarble-200405,esat</LayerNames> </Service> <RetrievePropertiesFromService>true</RetrievePropertiesFromService> <!-- day month year hours:minutes:seconds timezone --> <DataCacheName>Earth/Landsat256</DataCacheName> <ImageFormat>image/jpeg</ImageFormat> <AvailableImageFormats> <ImageFormat>image/png</ImageFormat> <ImageFormat>image/jpeg</ImageFormat> </AvailableImageFormats> <FormatSuffix>.jpg</FormatSuffix> <NumLevels count="10" 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> <UseTransparentTextures>true</UseTransparentTextures> <!--<ScreenCredit creditType="ScreenImage">--> <!--<FileName>images/32x32-icon-nasa.png</FileName>--> <!--<Link>http://worldwind.arc.nasa.gov/java</Link>--> <!--</ScreenCredit>--> <RetrievalTimeouts> <ReadTimeout> <Time units="milliseconds" value="20000"/> </ReadTimeout> </RetrievalTimeouts> </Layer>