⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 geographicextent.java

📁 GEo 地理操作源代码
💻 JAVA
字号:
/*$************************************************************************************************ ** ** $Id: GeographicExtent.java,v 1.2 2004/03/09 20:02:54 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/metadata/extent/GeographicExtent.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.metadata.extent;/** * Base interface for geographic area of the dataset. * * @UML abstract EX_GeographicExtent * @author ISO 19115 * @author <A HREF="http://www.opengis.org">OpenGIS&reg; consortium</A> * @version 5.0 */public interface GeographicExtent {    /**     * Indication of whether the bounding polygon encompasses an area covered by the data     * (<cite>inclusion</cite>) or an area where data is not present (<cite>exclusion</cite>).     *     * @return <code>true</code> for inclusion, or <code>false</code> for exclusion.     * @UML optional extentTypeCode     */    public boolean isInclusion();}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -