📄 spatialtemporalextent.java
字号:
/*$************************************************************************************************ ** ** $Id: SpatialTemporalExtent.java,v 1.2 2004/03/09 20:02:54 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/metadata/extent/SpatialTemporalExtent.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.metadata.extent;/** * Extent with respect to date/time and spatial boundaries. * * @UML abstract EX_SpatialTemporalExtent * @author ISO 19115 * @author <A HREF="http://www.opengis.org">OpenGIS® consortium</A> * @version 5.0 */public interface SpatialTemporalExtent extends TemporalExtent { /** * Returns the spatial extent component of composite * spatial and temporal extent. * * @return The list of geographic extents (never <code>null</code>). * @UML mandatory spatialExtent */ public GeographicExtent[] getSpatialExtent();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -