wgs84boundingboxtype.java

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

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


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>WGS84 Bounding Box Type</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * XML encoded minimum rectangular bounding box (or region) parameter, surrounding all the associated data. This box is specialized for use with the 2D WGS 84 coordinate reference system with decimal values of longitude and latitude.
 * This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system.
 * <!-- end-model-doc -->
 *
 *
 * @see net.opengis.ows.OwsPackage#getWGS84BoundingBoxType()
 * @model extendedMetaData="name='WGS84BoundingBoxType' kind='elementOnly'"
 * @generated
 */
public interface WGS84BoundingBoxType extends BoundingBoxType {
} // WGS84BoundingBoxType

⌨️ 快捷键说明

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