📄 primitiveboundary.java
字号:
/*$************************************************************************************************ ** ** $Id: PrimitiveBoundary.java,v 1.3 2004/03/09 20:02:56 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/spatialschema/geometry/primitive/PrimitiveBoundary.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.spatialschema.geometry.primitive;// OpenGIS direct dependenciesimport org.opengis.spatialschema.geometry.Boundary;/** * The boundary of {@linkplain Primitive primitive} objects. This is the root for the various * return types of the {@link org.opengis.spatialschema.geometry.Geometry#getBoundary getBoundary()} method for * subtypes of {@link Primitive}. Since points have no boundary, no special subclass is needed * for their boundary. * * @UML type GM_PrimitiveBoundary * @author ISO/DIS 19107 * @author <A HREF="http://www.opengis.org">OpenGIS® consortium</A> * @version 2.0 */public interface PrimitiveBoundary extends Boundary {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -