com.esri.arcgis.geometry
Interface ITriangleFan

All Superinterfaces:
IGeometry, java.io.Serializable
All Known Implementing Classes:
ITriangleFanProxy, TriangleFan

public interface ITriangleFan
extends IGeometry, java.io.Serializable

Indicator interface that identifies a triangle fan.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Description

A TriangleFan is a type of surface patch used to construct a MultiPatch.  A TriangleFan is defined by a Collection of Points that define the triangle surfaces in the TriangleFan.  The first point in the TriangleFan is the origin point of the fan and is included in all of the triangle surfaces.  For a TriangleFan with Points 0 to N, the triangle surfaces are defined by Point 0, Point i, and Point i+1 (for i = 1 to N-1).

Remarks

 

TriangleFan Example


Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference