📄 aggregate.java
字号:
/*$************************************************************************************************ ** ** $Id: Aggregate.java,v 1.3 2004/03/09 20:02:54 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/spatialschema/geometry/aggregate/Aggregate.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.spatialschema.geometry.aggregate;// OpenGIS direct dependenciesimport org.opengis.spatialschema.geometry.Geometry;public interface Aggregate extends Geometry {// public org.opengis.spatialschema.geometry.root.GM_Object element[];// public void setElement(org.opengis.spatialschema.geometry.root.GM_Object element[]) { }// public org.opengis.spatialschema.geometry.root.GM_Object[] getElement() { return null; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -