public interface ITerrainDataSource
extends java.io.Serializable
Description: 'Provides access to members of Terrain Data Source.' 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 |
IID4d228018_1ec1_4fcc_9646_9c6a67f9ef3c |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFeatureClassID()
The unique database identifier for the feature class.
|
int |
getGroupID()
The identifier of the terrain's thematic group to which this feature class belongs.
|
java.lang.String |
getHeightField()
The database column providing heights for the features.
|
int |
getSurfaceFeatureType()
Indicates how the features are used to define the terrain surface.
|
java.lang.String |
getTagValueField()
The database column providing tag values for TIN elements derived from the terrain.
|
boolean |
isApplyToOverviewTerrain()
Indicates if the 'breakline' data source should be added to the overview Terrain.
|
boolean |
isEmbedded()
Indicates whether or not the data source is contained by the terrain.
|
void |
queryResolutionBounds(double[] pLowerBound,
double[] pUpperBound)
Returns the lower and upper resolution bounds in which the line/area data source participates in the triangulation.
|
void |
setApplyToOverviewTerrain(boolean pbApply)
Indicates if the 'breakline' data source should be added to the overview Terrain.
|
void |
setFeatureClassID(int pClassID)
The unique database identifier for the feature class.
|
void |
setGroupID(int pGroupID)
The identifier of the terrain's thematic group to which this feature class belongs.
|
void |
setHeightField(java.lang.String pFieldName)
The database column providing heights for the features.
|
void |
setResolutionBounds(double lowerBound,
double upperBound)
Sets the lower and upper resolution bounds in which the line/area data source participates in the triangulation.
|
void |
setSurfaceFeatureType(int pType)
Indicates how the features are used to define the terrain surface.
|
void |
setTagValueField(java.lang.String pFieldName)
The database column providing tag values for TIN elements derived from the terrain.
|
static final int IID4d228018_1ec1_4fcc_9646_9c6a67f9ef3c
static final int xxDummy
static final java.lang.String IID
void setFeatureClassID(int pClassID)
throws java.io.IOException,
AutomationException
pClassID - The pClassID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getFeatureClassID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setGroupID(int pGroupID)
throws java.io.IOException,
AutomationException
pGroupID - The pGroupID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getGroupID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHeightField(java.lang.String pFieldName)
throws java.io.IOException,
AutomationException
pFieldName - The pFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getHeightField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTagValueField(java.lang.String pFieldName)
throws java.io.IOException,
AutomationException
pFieldName - The pFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getTagValueField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSurfaceFeatureType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.geodatabase.esriTinSurfaceType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSurfaceFeatureType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setApplyToOverviewTerrain(boolean pbApply)
throws java.io.IOException,
AutomationException
pbApply - The pbApply (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isApplyToOverviewTerrain()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isEmbedded()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setResolutionBounds(double lowerBound,
double upperBound)
throws java.io.IOException,
AutomationException
lowerBound - The lowerBound (in)upperBound - The upperBound (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryResolutionBounds(double[] pLowerBound,
double[] pUpperBound)
throws java.io.IOException,
AutomationException
pLowerBound - The pLowerBound (out: use single element array)pUpperBound - The pUpperBound (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.