|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDETin
Provides access to the TIN Data Element.
| Method Summary | |
|---|---|
IFields |
getFields()
The list of Fields. |
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 |
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 |
setFieldsByRef(IFields ppFields)
The list of Fields. |
void |
setHasEdgeTagValues(boolean pbHasEdgeValues)
Indicates if the TIN dataset has edge tag values. |
void |
setHasNodeTagValues(boolean pbHasNodeValues)
Indicates if the TIN dataset has node tag values. |
void |
setHasTriangleTagValues(boolean pbHasTriangleValues)
Indicates if the TIN dataset has triangle tag values. |
void |
setIsDelaunay(boolean pbIsDelaunay)
Indicates if TIN was constructed using Delaunay triangulation. |
void |
setZFactor(double pFactor)
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components. |
| Method Detail |
|---|
boolean isDelaunay()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsDelaunay(boolean pbIsDelaunay)
throws IOException,
AutomationException
pbIsDelaunay - The pbIsDelaunay (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getZFactor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setZFactor(double pFactor)
throws IOException,
AutomationException
pFactor - The pFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasNodeTagValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasNodeTagValues(boolean pbHasNodeValues)
throws IOException,
AutomationException
pbHasNodeValues - The pbHasNodeValues (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasEdgeTagValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasEdgeTagValues(boolean pbHasEdgeValues)
throws IOException,
AutomationException
pbHasEdgeValues - The pbHasEdgeValues (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasTriangleTagValues()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasTriangleTagValues(boolean pbHasTriangleValues)
throws IOException,
AutomationException
pbHasTriangleValues - The pbHasTriangleValues (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getFields()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldsByRef(IFields ppFields)
throws IOException,
AutomationException
ppFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||