📄 verticalcs.java
字号:
/*$************************************************************************************************ ** ** $Id: VerticalCS.java,v 1.1 2004/05/06 15:51:50 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/referencing/cs/VerticalCS.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 used to record the heights (or depths) of points. Such a * coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when * atmospheric pressure is the basis for the vertical coordinate system axis. An exact definition * is deliberately not provided as the complexities of the subject fall outside the scope of this * specification. A <code>VerticalCS</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.VerticalCRS Vertical}, * {@link org.opengis.referencing.crs.EngineeringCRS Engineering} * </TD></TR></TABLE> * * @UML abstract CS_VerticalCS * @author ISO 19111 * @author <A HREF="http://www.opengis.org">OpenGIS® consortium</A> * @version <A HREF="http://www.opengis.org/docs/03-073r1.zip">Abstract specification 2.0</A> */public interface VerticalCS extends CoordinateSystem {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -