complexboundary.java

来自「GEo 地理操作源代码」· Java 代码 · 共 29 行

JAVA
29
字号
/*$************************************************************************************************ ** ** $Id: ComplexBoundary.java,v 1.3 2004/03/09 20:02:54 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/spatialschema/geometry/complex/ComplexBoundary.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.spatialschema.geometry.complex;// OpenGIS direct dependenciesimport org.opengis.spatialschema.geometry.Boundary;/** * The boundary of {@linkplain Complex complex} objects. The * {@link org.opengis.spatialschema.geometry.Geometry#getBoundary getBoundary()} method for {@link Complex} * objects shall return a <code>ComplexBoundary</code>, which is a collection of primitives * and a {@linkplain Complex complex} of dimension 1 less than the original object. * * @UML type GM_ComplexBoundary * @author ISO/DIS 19107 * @author <A HREF="http://www.opengis.org">OpenGIS&reg; consortium</A> * @version 2.0 */public interface ComplexBoundary extends Boundary {}

⌨️ 快捷键说明

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