derivedcrs.java

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

JAVA
29
字号
/*$************************************************************************************************ ** ** $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&reg; 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 + =
减小字号Ctrl + -
显示快捷键?