src.config.Earth.LandsatI3WMSLayer2.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: LandsatI3WMSLayer2.xml 1962 2014-04-26 00:30:00Z 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>esat</LayerNames> </Service> <RetrievePropertiesFromService>true</RetrievePropertiesFromService> <!-- day month year hours:minutes:seconds timezone --> <DataCacheName>Earth/NASA LandSat I3 WMS 2</DataCacheName> <ImageFormat>image/png</ImageFormat> <AvailableImageFormats> <ImageFormat>image/png</ImageFormat> <ImageFormat>image/jpeg</ImageFormat> </AvailableImageFormats> <FormatSuffix>.dds</FormatSuffix> <NumLevels count="10" numEmpty="4"/> <TileOrigin> <LatLon units="degrees" latitude="-90" longitude="-180"/> </TileOrigin> <LevelZeroTileDelta> <LatLon units="degrees" latitude="36" longitude="36"/> </LevelZeroTileDelta> <TileSize> <Dimension width="512" height="512"/> </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>