com.esri.arcgis.carto
Interface ITinLayer2
- All Superinterfaces:
- ILayer, ITinLayer, java.io.Serializable
- All Known Implementing Classes:
- ITinLayer2Proxy, TinLayer
public interface ITinLayer2
- extends ITinLayer, java.io.Serializable
COM Interface 'ITinLayer2'. Generated 3/19/2015 1:20:53 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides additional access to members that control a TIN layer.'
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 =
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 |
IIDb2f43cdc_dd23_4906_848a_8a912ad53f63
static final int IIDb2f43cdc_dd23_4906_848a_8a912ad53f63
- 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
getZFactor
double getZFactor()
throws java.io.IOException,
AutomationException
- The Z factor set in the TIN dataset.
- Returns:
- The zFactor
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
setZFactor
void setZFactor(double zFactor)
throws java.io.IOException,
AutomationException
- The Z factor set in the TIN dataset.
- Parameters:
zFactor
- The zFactor (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.