📄 cartesiancs.java
字号:
/*$************************************************************************************************ ** ** $Id: CartesianCS.java,v 1.1 2004/05/06 15:51:50 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/referencing/cs/CartesianCS.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.referencing.cs;/** * A 1-, 2-, or 3-dimensional coordinate system. Gives the position of points relative to * orthogonal straight axes in the 2- and 3-dimensional cases. In the 1-dimensional case, * it contains a single straight coordinate axis. In the multi-dimensional case, all axes * shall have the same length unit of measure. A <code>CartesianCS</code> shall have one, * two, or three {@linkplain #getAxis axis associations}. * * <TABLE CELLPADDING='6' BORDER='1'> * <TR BGCOLOR="#EEEEFF"><TH NOWRAP>Used with CRS type(s)</TH></TR> * <TR><TD> * {@link org.opengis.referencing.crs.GeocentricCRS Geocentric}, * {@link org.opengis.referencing.crs.ProjectedCRS Projected}, * {@link org.opengis.referencing.crs.EngineeringCRS Engineering}, * {@link org.opengis.referencing.crs.ImageCRS Image} * </TD></TR></TABLE> * * @UML abstract CS_CartesianCS * @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> * * @see ObliqueCartesianCS */public interface CartesianCS extends ObliqueCartesianCS {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -