|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITerrainAttributeRenderer
Provides access to members that control functions common to all Terrain renderers.
Method Summary | |
---|---|
String |
getAttributeFieldName()
The name of the reserved field to be used to define drawing symbol. |
ILongArray |
getDataSources()
The embedded data sources to be rendered. |
void |
redefineSymbols()
Redefine drawing symbols based on cueernt data sources and attribute field name. |
void |
setAttributeFieldName(String pName)
The name of the reserved field to be used to define drawing symbol. |
void |
setDataSources(ILongArray pDataSources)
The embedded data sources to be rendered. |
Methods inherited from interface com.esri.arcgis.carto.ITerrainRenderer2 |
---|
getAreaOfInterest, getResolution, setAreaOfInterest, setResolution |
Methods inherited from interface com.esri.arcgis.carto.ITerrainRenderer |
---|
getTerrain, setTerrainByRef |
Methods inherited from interface com.esri.arcgis.carto.ITinRenderer |
---|
canRender, copy, draw, getName, getTin, isVisible, setName, setTinByRef, setVisible |
Method Detail |
---|
void setAttributeFieldName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAttributeFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSources(ILongArray pDataSources) throws IOException, AutomationException
pDataSources
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getDataSources() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void redefineSymbols() throws IOException, AutomationException
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 |