public interface ITin
extends java.io.Serializable
Description: 'Provides access to members that control TINs.' 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 |
IID73b80fbb_ff33_11d1_a549_0000f8774f0f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDataEdgeCount()
The number of TIN edges that have a data triangle on one side or the other.
|
int |
getDataNodeCount()
The number of data nodes in the TIN.
|
int |
getDataTriangleCount()
The number of data triangles in the TIN.
|
IEnvelope |
getExtent()
The interpolation zone of the TIN.
|
IFields |
getFields()
The collection of attribute items of the TIN.
|
int |
getVersion()
Returns the version number of the TIN engine used to build the TIN.
|
double |
getZFactor()
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components.
|
boolean |
isDelaunay()
Indicates if TIN was constructed using Delaunay triangulation.
|
boolean |
isEmpty()
Indicates if the TIN contains no data.
|
boolean |
isHasEdgeTagValues()
Indicates if the TIN dataset has edge tag values.
|
boolean |
isHasNodeTagValues()
Indicates if the TIN dataset has node tag values.
|
boolean |
isHasTriangleTagValues()
Indicates if the TIN dataset has triangle tag values.
|
void |
saveAs(java.lang.String newName,
java.lang.Object pOverWrite)
Saves the TIN to disk using the specified name.
|
void |
setZFactor(double pFactor)
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components.
|
static final int IID73b80fbb_ff33_11d1_a549_0000f8774f0f
static final int xxDummy
static final java.lang.String IID
boolean isEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDelaunay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveAs(java.lang.String newName, java.lang.Object pOverWrite) throws java.io.IOException, AutomationException
newName
- The newName (in)pOverWrite
- A Variant (in, optional, pass null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDataNodeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDataEdgeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDataTriangleCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pFactor) throws java.io.IOException, AutomationException
pFactor
- The pFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasNodeTagValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasEdgeTagValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasTriangleTagValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.