solid.java

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

JAVA
42
字号
/*$************************************************************************************************ ** ** $Id: Solid.java,v 1.3 2004/03/09 20:02:56 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/spatialschema/geometry/primitive/Solid.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.spatialschema.geometry.primitive;/** * Basis for 3-dimensional geometry. The extent of a solid is * defined by the boundary surfaces. * * @UML type GM_Solid * @author ISO/DIS 19107 * @author <A HREF="http://www.opengis.org">OpenGIS&reg; consortium</A> * @version 2.0 * * @see PrimitiveFactory#createSolid * * @revisit Some associations are commented out for now. */public interface Solid extends Primitive {    /**     * Returns a sequence of sets of {@linkplain Surface surfaces} that limit the extent of this     * <code>Solid</code>. These surfaces shall be organized into one set of surfaces for each     * boundary component of this <code>Solid</code>. Each of these shells shall be a cycle     * (closed composite surface without boundary).     *     * <blockquote><font size=2>     * <strong>NOTE:</strong> The exterior shell of a solid is defined only because the embedding     * coordinate space is always a 3D Euclidean one. In general, a solid in a bounded 3-dimensional     * manifold has no distinguished exterior boundary. In cases where "exterior" boundary is not     * well defined, all the shells of the {@linkplain SolidBoundary solid boundary} shall be     * listed as "interior".     * </font></blockquote>     *     * The {@linkplain OrientableSurface orientable surfaces} that bound a solid shall be oriented     * outward 

⌨️ 快捷键说明

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