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

📄 graphicring.java

📁 GEo 地理操作源代码
💻 JAVA
字号:
/************************************************************************************************** ** ** $Id: GraphicRing.java,v 1.4 2004/03/04 15:56:26 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/go/display/primitive/GraphicRing.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.go.display.primitive;import org.opengis.spatialschema.geometry.primitive.Ring;/** * Common abstraction for implementations that drawing the ISO 19107 Geometric {@link Ring}. *  * @author <A HREF="http://www.opengis.org">OpenGIS&reg; consortium</A> * @version $Revision: 1.4 $, $Date: 2004/03/04 15:56:26 $ */public interface GraphicRing extends GraphicCompositeCurve {        /**     * Sets the geometry based on ISO 19107 geometric forms.     * @param ring a geometry Ring      */    public void setRing(Ring ring);        /**     * Returns the geometry based on ISO 19107 geometric forms.     * @return the geometry Ring      */    public Ring getRing();}

⌨️ 快捷键说明

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