customelevationmodel.java
来自「world wind java sdk 源码」· Java 代码 · 共 28 行
JAVA
28 行
/*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 + =
减小字号Ctrl + -
显示快捷键?