com.esri.arcgis.geometry
Interface esriPatchType

All Superinterfaces:
java.io.Serializable

public interface esriPatchType
extends java.io.Serializable

Constants from esriPatchType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'The kinds of surface patches that can be contained in a MultiPatch.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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