com.esri.arcgis.geometry
Interface ITriangleStrip

All Superinterfaces:
IGeometry, java.io.Serializable
All Known Implementing Classes:
ITriangleStripProxy, TriangleStrip

public interface ITriangleStrip
extends IGeometry, java.io.Serializable

Indicator interface that identifies a triangle strip.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Description

A TriangleStrip is a type of surface patch used to construct a MultiPatch.  A TriangleStrip is defined by a Collection of Points that define the triangle surfaces in the TriangleStrip.  For a TriangleStrip with Points 0 to N, the triangle surfaces are defined by Point i, Point i+1, and Point i+2 (for i = 0 to N-2).

Remarks

 

TriangleStrip Example


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