📄 geodesic.java
字号:
/*$************************************************************************************************ ** ** $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® consortium</A> * @version 2.0 * * @see GeometryFactory#createGeodesic */public interface Geodesic extends GeodesicString {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -