geodesic.java

来自「GEo 地理操作源代码」· Java 代码 · 共 30 行

JAVA
30
字号
/*$************************************************************************************************ ** ** $Id: Geodesic.java,v 1.3 2004/05/06 15:51:52 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/spatialschema/geometry/geometry/Geodesic.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.spatialschema.geometry.geometry;/** * Two distinct positions joined by a geodesic curve. The control points of a <code>Geodesic</code> * shall all lie on the geodesic between its start point and end point. Between these two points, * a geodesic curve defined from the {@linkplain org.opengis.referencing.datum.Ellipsoid ellipsoid} or geoid model * used by the {@linkplain org.opengis.referencing.crs.CoordinateReferenceSystem coordinate reference system} may * be used to interpolate other positions. Any other point in the {@link #getControlPoints controlPoint} * array must fall on this geodesic. *   * @UML abstract GM_Geodesic * @author ISO/DIS 19107 * @author <A HREF="http://www.opengis.org">OpenGIS&reg; consortium</A> * @version 2.0 * * @see GeometryFactory#createGeodesic */public interface Geodesic extends GeodesicString {}

⌨️ 快捷键说明

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