com.esri.arcgis.carto
Interface ILasDatasetLayer

All Superinterfaces:
ILayer, java.io.Serializable
All Known Implementing Classes:
ILasDatasetLayerProxy, LasDatasetLayer

public interface ILasDatasetLayer
extends ILayer, java.io.Serializable

COM Interface 'ILasDatasetLayer'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a Lasdataset 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID24af7e56_75af_4ba1_8ae3_42e953cf2c95
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addRenderer(ITinRenderer pRenderer)
          Add a renderer to the end of the group.
 void clearRenderers()
          Remove all the renderers from the group.
 void deleteRenderer(ITinRenderer pRenderer)
          Remove a renderer from the group.
 double getAnalysisToolsResolution()
          Indicates the resolution that analysis tools will be enabled.
 double getCurrentResolution()
          Indicates the current resolution.
 ISurface getCurrentSurface()
          Gets current surface.
 ILasDataset getDataset()
          The LasDataset used to define the layer.
 java.lang.String getDisplayField()
          The primary display field.
 ISymbol getFileExtentSymbol()
          The symbol for drawing file extent.
 ITextSymbol getFileNameSymbol()
          The symbol for display file name.
 ILasFilter getFilter()
          The display filter.
 double getFullResolutionScale()
          Indicates the map scale at which data may be displayed at full resolution.
 int getPointBudget()
          Indicates the point budget.
 int getPointCountPerCentimeter()
          Indicates the point count per centimeter on screen.
 ITinRenderer getRenderer(int index)
          Gets the nth renderer.
 int getRendererCount()
          The number of renderers.
 void insertRenderer(ITinRenderer pRenderer, int index)
          Insert a renderer at given index.
 boolean isMaintainCurrentSurface()
          Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.
 boolean isScaleSymbols()
          Indicates if symbols are scaled for this layer.
 boolean isShowFileExtent()
          Indicates whether or not to draw file extent.
 boolean isShowFileName()
          Indicates whether or not to display file ame.
 boolean isShowResolution()
          Indicates if TOC should display resolution.
 boolean isUseFullResolutionScale()
          Indicates if map scale should be used to control full resolution display.
 void setAnalysisToolsResolution(double pAnalysisResolution)
          Indicates the resolution that analysis tools will be enabled.
 void setDatasetByRef(ILasDataset ppLasDataset)
          The LasDataset used to define the layer.
 void setDisplayField(java.lang.String pFieldName)
          The primary display field.
 void setFileExtentSymbolByRef(ISymbol ppSymbol)
          The symbol for drawing file extent.
 void setFileNameSymbolByRef(ITextSymbol ppSymbol)
          The symbol for display file name.
 void setFilterByRef(ILasFilter ppFilter)
          The display filter.
 void setFullResolutionScale(double pScale)
          Indicates the map scale at which data may be displayed at full resolution.
 void setMaintainCurrentSurface(boolean pbMaintainSurface)
          Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.
 void setPointBudget(int pPointBudget)
          Indicates the point budget.
 void setPointCountPerCentimeter(int pPointBudget)
          Indicates the point count per centimeter on screen.
 void setScaleSymbols(boolean pbScale)
          Indicates if symbols are scaled for this layer.
 void setShowFileExtent(boolean pbShow)
          Indicates whether or not to draw file extent.
 void setShowFileName(boolean pbShow)
          Indicates whether or not to display file ame.
 void setShowResolution(boolean pbShow)
          Indicates if TOC should display resolution.
 void setUseFullResolutionScale(boolean pbUseScale)
          Indicates if map scale should be used to control full resolution display.
 
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
 

Field Detail

IID24af7e56_75af_4ba1_8ae3_42e953cf2c95

static final int IID24af7e56_75af_4ba1_8ae3_42e953cf2c95
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
Method Detail

getDataset

ILasDataset getDataset()
                       throws java.io.IOException,
                              AutomationException
The LasDataset used to define the layer.

Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDatasetByRef

void setDatasetByRef(ILasDataset ppLasDataset)
                     throws java.io.IOException,
                            AutomationException
The LasDataset used to define the layer.

Parameters:
ppLasDataset - A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilter

ILasFilter getFilter()
                     throws java.io.IOException,
                            AutomationException
The display filter.

Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilterByRef

void setFilterByRef(ILasFilter ppFilter)
                    throws java.io.IOException,
                           AutomationException
The display filter.

Parameters:
ppFilter - A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentSurface

ISurface getCurrentSurface()
                           throws java.io.IOException,
                                  AutomationException
Gets current surface.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISurface
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRendererCount

int getRendererCount()
                     throws java.io.IOException,
                            AutomationException
The number of renderers.

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

getRenderer

ITinRenderer getRenderer(int index)
                         throws java.io.IOException,
                                AutomationException
Gets the nth renderer.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.ITinRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addRenderer

void addRenderer(ITinRenderer pRenderer)
                 throws java.io.IOException,
                        AutomationException
Add a renderer to the end of the group.

Parameters:
pRenderer - A reference to a com.esri.arcgis.carto.ITinRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertRenderer

void insertRenderer(ITinRenderer pRenderer,
                    int index)
                    throws java.io.IOException,
                           AutomationException
Insert a renderer at given index.

Parameters:
pRenderer - A reference to a com.esri.arcgis.carto.ITinRenderer (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteRenderer

void deleteRenderer(ITinRenderer pRenderer)
                    throws java.io.IOException,
                           AutomationException
Remove a renderer from the group.

Parameters:
pRenderer - A reference to a com.esri.arcgis.carto.ITinRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearRenderers

void clearRenderers()
                    throws java.io.IOException,
                           AutomationException
Remove all the renderers from the group.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayField

java.lang.String getDisplayField()
                                 throws java.io.IOException,
                                        AutomationException
The primary display field.

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

setDisplayField

void setDisplayField(java.lang.String pFieldName)
                     throws java.io.IOException,
                            AutomationException
The primary display field.

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

isScaleSymbols

boolean isScaleSymbols()
                       throws java.io.IOException,
                              AutomationException
Indicates if symbols are scaled for this layer.

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

setScaleSymbols

void setScaleSymbols(boolean pbScale)
                     throws java.io.IOException,
                            AutomationException
Indicates if symbols are scaled for this layer.

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

getCurrentResolution

double getCurrentResolution()
                            throws java.io.IOException,
                                   AutomationException
Indicates the current resolution.

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

isShowResolution

boolean isShowResolution()
                         throws java.io.IOException,
                                AutomationException
Indicates if TOC should display resolution.

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

setShowResolution

void setShowResolution(boolean pbShow)
                       throws java.io.IOException,
                              AutomationException
Indicates if TOC should display resolution.

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

isShowFileExtent

boolean isShowFileExtent()
                         throws java.io.IOException,
                                AutomationException
Indicates whether or not to draw file extent.

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

setShowFileExtent

void setShowFileExtent(boolean pbShow)
                       throws java.io.IOException,
                              AutomationException
Indicates whether or not to draw file extent.

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

getFileExtentSymbol

ISymbol getFileExtentSymbol()
                            throws java.io.IOException,
                                   AutomationException
The symbol for drawing file extent.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFileExtentSymbolByRef

void setFileExtentSymbolByRef(ISymbol ppSymbol)
                              throws java.io.IOException,
                                     AutomationException
The symbol for drawing file extent.

Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowFileName

boolean isShowFileName()
                       throws java.io.IOException,
                              AutomationException
Indicates whether or not to display file ame.

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

setShowFileName

void setShowFileName(boolean pbShow)
                     throws java.io.IOException,
                            AutomationException
Indicates whether or not to display file ame.

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

getFileNameSymbol

ITextSymbol getFileNameSymbol()
                              throws java.io.IOException,
                                     AutomationException
The symbol for display file name.

Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFileNameSymbolByRef

void setFileNameSymbolByRef(ITextSymbol ppSymbol)
                            throws java.io.IOException,
                                   AutomationException
The symbol for display file name.

Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPointCountPerCentimeter

int getPointCountPerCentimeter()
                               throws java.io.IOException,
                                      AutomationException
Indicates the point count per centimeter on screen.

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

setPointCountPerCentimeter

void setPointCountPerCentimeter(int pPointBudget)
                                throws java.io.IOException,
                                       AutomationException
Indicates the point count per centimeter on screen.

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

getPointBudget

int getPointBudget()
                   throws java.io.IOException,
                          AutomationException
Indicates the point budget.

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

setPointBudget

void setPointBudget(int pPointBudget)
                    throws java.io.IOException,
                           AutomationException
Indicates the point budget.

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

getAnalysisToolsResolution

double getAnalysisToolsResolution()
                                  throws java.io.IOException,
                                         AutomationException
Indicates the resolution that analysis tools will be enabled.

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

setAnalysisToolsResolution

void setAnalysisToolsResolution(double pAnalysisResolution)
                                throws java.io.IOException,
                                       AutomationException
Indicates the resolution that analysis tools will be enabled.

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

isMaintainCurrentSurface

boolean isMaintainCurrentSurface()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.

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

setMaintainCurrentSurface

void setMaintainCurrentSurface(boolean pbMaintainSurface)
                               throws java.io.IOException,
                                      AutomationException
Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.

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

isUseFullResolutionScale

boolean isUseFullResolutionScale()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if map scale should be used to control full resolution display.

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

setUseFullResolutionScale

void setUseFullResolutionScale(boolean pbUseScale)
                               throws java.io.IOException,
                                      AutomationException
Indicates if map scale should be used to control full resolution display.

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

getFullResolutionScale

double getFullResolutionScale()
                              throws java.io.IOException,
                                     AutomationException
Indicates the map scale at which data may be displayed at full resolution.

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

setFullResolutionScale

void setFullResolutionScale(double pScale)
                            throws java.io.IOException,
                                   AutomationException
Indicates the map scale at which data may be displayed at full resolution.

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