com.esri.arcgis.geometry
Interface esriPatchType

All Superinterfaces:
Serializable

public interface esriPatchType
extends Serializable

The kinds of surface patches that can be contained in a MultiPatch.

Remarks

esriPatchType Examples

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriPatchTypeFirstRing
          The first Ring of unspecified type.
static int esriPatchTypeInnerRing
          An inner Ring.
static int esriPatchTypeOuterRing
          An outer Ring.
static int esriPatchTypeRing
          A Ring of unspecified type.
static int esriPatchTypeTriangleFan
          A TriangleFan patch.
static int esriPatchTypeTriangles
          A Triangles patch.
static int esriPatchTypeTriangleStrip
          A TriangleStrip patch.
 

Field Detail

esriPatchTypeTriangleStrip

static final int esriPatchTypeTriangleStrip
A TriangleStrip patch.

See Also:
Constant Field Values

esriPatchTypeTriangleFan

static final int esriPatchTypeTriangleFan
A TriangleFan patch.

See Also:
Constant Field Values

esriPatchTypeOuterRing

static final int esriPatchTypeOuterRing
An outer Ring.

See Also:
Constant Field Values

esriPatchTypeInnerRing

static final int esriPatchTypeInnerRing
An inner Ring.

See Also:
Constant Field Values

esriPatchTypeFirstRing

static final int esriPatchTypeFirstRing
The first Ring of unspecified type.

See Also:
Constant Field Values

esriPatchTypeRing

static final int esriPatchTypeRing
A Ring of unspecified type.

See Also:
Constant Field Values

esriPatchTypeTriangles

static final int esriPatchTypeTriangles
A Triangles patch.

See Also:
Constant Field Values