📄 derivedcrs.java
字号:
/*$************************************************************************************************ ** ** $Id: DerivedCRS.java,v 1.2.2.1 2004/05/18 11:20:27 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/referencing/crs/DerivedCRS.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.referencing.crs;// OpenGIS direct dependenciesimport org.opengis.spatialschema.geometry.DirectPosition;/** * A coordinate reference system that is defined by its coordinate conversion from another * coordinate reference system but is not a projected coordinate reference system. This * category includes coordinate reference systems derived from a projected coordinate * reference system. * * @UML abstract SC_DerivedCRS * @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 DerivedCRS extends GeneralDerivedCRS {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -