nosrstype.java

来自「电子地图服务器,搭建自己的地图服务」· Java 代码 · 共 23 行

JAVA
23
字号
/**
 * <copyright>
 * </copyright>
 *
 * $Id: NoSRSType.java 6226 2007-02-27 22:03:44Z jdeolive $
 */
package net.opengis.wfs;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>No SRS Type</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see net.opengis.wfs.WfsPackage#getNoSRSType()
 * @model extendedMetaData="name='NoSRS_._type' kind='empty'"
 * @generated
 */
public interface NoSRSType extends EObject {
} // NoSRSType

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?