📄 wgs84boundingboxtype.java
字号:
/**
* <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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -