spatialreferencesystemusinggeographicidentifier.java
来自「GEo 地理操作源代码」· Java 代码 · 共 25 行
JAVA
25 行
/*$************************************************************************************************ ** ** $Id: SpatialReferenceSystemUsingGeographicIdentifier.java,v 1.1 2004/05/06 15:51:50 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/referencing/SpatialReferenceSystemUsingGeographicIdentifier.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.referencing;/** * Spatial reference system using geographic identifier, a reference to a feature with a known * spatial location. Spatial reference systems using geographic identifiers are not based on * coordinates. * * @UML abstract RS_SpatialReferenceSystemUsingGeographicIdentifier * @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 SpatialReferenceSystemUsingGeographicIdentifier extends ReferenceSystem {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?