circle.java
来自「GEo 地理操作源代码」· Java 代码 · 共 29 行
JAVA
29 行
/*$************************************************************************************************ ** ** $Id: Circle.java,v 1.2 2004/03/09 20:02:55 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/spatialschema/geometry/geometry/Circle.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.spatialschema.geometry.geometry;/** * Same as an {@linkplain Arc arc}, but closed to form a full circle. * The {@linkplain #getStartAngle start} and {@linkplain #getEndAngle end bearing} * are equal and shall be the bearing for the first {@linkplain #getControlPoints * control point} listed. * * This still requires at least 3 distinct non-co-linear points to be unambiguously * defined. The arc is simply extended until the first point is encountered. * * @UML abstract GM_Circle * @author ISO/DIS 19107 * @author <A HREF="http://www.opengis.org">OpenGIS® consortium</A> * @version 2.0 */public interface Circle extends Arc {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?