public interface IGeneralMultiPatchInfo2 extends IGeneralMultiPatchInfo, java.io.Serializable
Description: 'Interface to get information of a GeneralMultiPatch.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID940702dc_3095_4332_9d8e_2d6b60ead969 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID69656158_701d_408c_8b6a_a0b4c012c843
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMaterialName(int index)
Returns a name of a named material (see IsNamedMaterial).
|
int |
getSharedTexture(int index)
Returns the index of the material that this material texture is shared from.
|
java.lang.String |
getTextureURL(int index)
Returns URL of a texture, if texture is stored as a URL.
|
boolean |
isHasTextureURL(int index)
Returns True if material texture is stored as a url.
|
boolean |
isNamedMaterial(int index)
Returns True if material is a named material (see QueryMaterialName).
|
boolean |
isSharedTexture(int index)
Returns True if material texture is shared with another material.
|
getIdCount, getMaterialColor, getMaterialCount, getMaterialTextureBytesPerPixel, getMaterialTextureColumnCount, getMaterialTexturePixelColor, getMaterialTextureRowCount, getMaterialTransparencyPercent, getMCount, getNormalCount, getPatchCount, getPatchM, getPatchMaterialIndex, getPatchPriority, getPatchTextureVertex, getPatchTextureVertexCount, getPatchType, getPatchVertex, getPatchVertexCount, getPatchVertexID, getTextureVertexCount, getVertexCount, isMaterialCullBackface, isMaterialTextured, queryPatchNormal
static final int IID940702dc_3095_4332_9d8e_2d6b60ead969
static final int xxDummy
static final java.lang.String IID
boolean isNamedMaterial(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMaterialName(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasTextureURL(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTextureURL(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSharedTexture(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSharedTexture(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.