📄 userdefinedcs.java
字号:
/*$************************************************************************************************ ** ** $Id: UserDefinedCS.java,v 1.1 2004/05/06 15:51:50 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/referencing/cs/UserDefinedCS.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.referencing.cs;/** * A two- or three-dimensional coordinate system that consists of any combination of coordinate * axes not covered by any other Coordinate System type. An example is a multilinear coordinate * system which contains one coordinate axis that may have any 1-D shape which has no intersections * with itself. This non-straight axis is supplemented by one or two straight axes to complete a 2 * or 3 dimensional coordinate system. The non-straight axis is typically incrementally straight or * curved. A <code>UserDefinedCS</code> shall have two or three * {@linkplain #getAxis axis associations}. * * @UML abstract CS_UserDefinedCS * @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 UserDefinedCS extends CoordinateSystem {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -