com.esri.arcgis.geometry
Interface ITriangleStrip

All Superinterfaces:
IGeometry, Serializable
All Known Implementing Classes:
TriangleStrip

public interface ITriangleStrip
extends IGeometry, Serializable

Indicator interface that identifies a triangle strip.

Description

A TriangleStrip is a type of surface patch used to construct a MultiPatch, defined by a collection of Points that specify the triangle surfaces that comprise it. For a TriangleStrip with six points, the triangle surfaces are defined by points: (0, 1, 2), (2, 1, 3), (2, 3, 4), (4, 3, 5). The front side is established by orienting the first three vertices clockwise.

Remarks

TriangleStrip Examples

Product Availability

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


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