linearcs.java

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

JAVA
33
字号
/*$************************************************************************************************ ** ** $Id: LinearCS.java,v 1.1 2004/05/06 15:51:50 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/referencing/cs/LinearCS.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.referencing.cs;/** * A one-dimensional coordinate system that consists of the points that lie on the single axis * described. The associated ordinate is the distance from the specified origin to the point * along the axis. Example: usage of the line feature representing a road to describe points * on or along that road. A <code>LinearCS</code> shall have one * {@linkplain #getAxis axis association}. * * <TABLE CELLPADDING='6' BORDER='1'> * <TR BGCOLOR="#EEEEFF"><TH NOWRAP>Used with CRS type(s)</TH></TR> * <TR><TD> *   {@link org.opengis.referencing.crs.EngineeringCRS Engineering} * </TD></TR></TABLE> * * @UML abstract CS_LinearCS * @author ISO 19111 * @author <A HREF="http://www.opengis.org">OpenGIS&reg; consortium</A> * @version <A HREF="http://www.opengis.org/docs/03-073r1.zip">Abstract specification 2.0</A> */public interface LinearCS extends CoordinateSystem {}

⌨️ 快捷键说明

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