public interface esriPatchType
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriPatchTypeTriangleStrip
static final int esriPatchTypeTriangleFan
static final int esriPatchTypeOuterRing
static final int esriPatchTypeInnerRing
static final int esriPatchTypeFirstRing
static final int esriPatchTypeRing
static final int esriPatchTypeTriangles