geographicboundingbox.java
来自「GEo 地理操作源代码」· Java 代码 · 共 28 行
JAVA
28 行
/*$************************************************************************************************ ** ** $Id: GeographicBoundingBox.java,v 1.2 2004/03/09 20:02:54 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/metadata/extent/GeographicBoundingBox.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.metadata.extent;/** * Geographic position of the dataset. This is only an approximate * so specifying the co-ordinate reference system is unnecessary. * * @UML abstract EX_GeographicBoundingBox * @author ISO 19115 * @author <A HREF="http://www.opengis.org">OpenGIS® consortium</A> * @version 5.0 */public interface GeographicBoundingBox extends GeographicExtent { /** * Returns the western-most coordinate of the limit of the * dataset extent. The value is expressed in longitude in * decimal degrees (positive east). * * @return The western-most longitude between -180 and +180
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?