com.esri.arcgis.carto
Interface ITinLayer2

All Superinterfaces:
ILayer, ITinLayer, Serializable
All Known Implementing Classes:
TinLayer

public interface ITinLayer2
extends ITinLayer, Serializable

Provides additional access to members that control a TIN layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getZFactor()
          The Z factor set in the TIN dataset.
 void setZFactor(double zFactor)
          The Z factor set in the TIN dataset.
 
Methods inherited from interface com.esri.arcgis.carto.ITinLayer
addRenderer, clearRenderers, deleteRenderer, getDataset, getDisplayField, getRenderer, getRendererCount, insertRenderer, isScaleSymbols, setDatasetByRef, setDisplayField, setScaleSymbols
 
Methods inherited from interface com.esri.arcgis.carto.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Method Detail

getZFactor

double getZFactor()
                  throws IOException,
                         AutomationException
The Z factor set in the TIN dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setZFactor

void setZFactor(double zFactor)
                throws IOException,
                       AutomationException
The Z factor set in the TIN dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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