com.esri.arcgis.geodatabaseextensions
Interface IGPTerrainMembership

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPTerrainMembership, IGPTerrainMembershipProxy

public interface IGPTerrainMembership
extends java.io.Serializable

COM Interface 'IGPTerrainMembership'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that describe the properties of a feature class' terrain membership.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID718ad44a_b78f_43e3_8087_ee37cb18ac80
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getTerrainName()
          The name of the terrain this feature class participates in.
 void setTerrainName(java.lang.String name)
          The name of the terrain this feature class participates in.
 

Field Detail

IID718ad44a_b78f_43e3_8087_ee37cb18ac80

static final int IID718ad44a_b78f_43e3_8087_ee37cb18ac80
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTerrainName

java.lang.String getTerrainName()
                                throws java.io.IOException,
                                       AutomationException
The name of the terrain this feature class participates in.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTerrainName

void setTerrainName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
The name of the terrain this feature class participates in.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.