📄 customelevationmodel.java
字号:
/*Copyright (C) 2001, 2009 United States Governmentas represented by the Administrator of theNational Aeronautics and Space Administration.All Rights Reserved.*/package gov.nasa.worldwind.examples;import gov.nasa.worldwind.Configuration;import gov.nasa.worldwind.avlist.AVKey;/** * @author tag * @version $Id: CustomElevationModel.java 10307 2009-04-17 22:07:11Z tgaskins $ */public class CustomElevationModel extends ApplicationTemplate{ public static void main(String[] args) { // Specify the configuration file for the elevation model prior to starting World Wind: Configuration.setValue(AVKey.EARTH_ELEVATION_MODEL_CONFIG_FILE, "gov/nasa/worldwind/examples/CustomElevationModel.xml"); ApplicationTemplate.start("World Wind Custom Elevation Model", AppFrame.class); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -