|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasDatasetLayer
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 |
---|
static final int IID24af7e56_75af_4ba1_8ae3_42e953cf2c95
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ILasDataset getDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetByRef(ILasDataset ppLasDataset) throws java.io.IOException, AutomationException
ppLasDataset
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILasFilter getFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilterByRef(ILasFilter ppFilter) throws java.io.IOException, AutomationException
ppFilter
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISurface getCurrentSurface() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRendererCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITinRenderer getRenderer(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addRenderer(ITinRenderer pRenderer) throws java.io.IOException, AutomationException
pRenderer
- A reference to a com.esri.arcgis.carto.ITinRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertRenderer(ITinRenderer pRenderer, int index) throws java.io.IOException, AutomationException
pRenderer
- A reference to a com.esri.arcgis.carto.ITinRenderer (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteRenderer(ITinRenderer pRenderer) throws java.io.IOException, AutomationException
pRenderer
- A reference to a com.esri.arcgis.carto.ITinRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearRenderers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayField(java.lang.String pFieldName) throws java.io.IOException, AutomationException
pFieldName
- The pFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScaleSymbols() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleSymbols(boolean pbScale) throws java.io.IOException, AutomationException
pbScale
- The pbScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCurrentResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowResolution(boolean pbShow) throws java.io.IOException, AutomationException
pbShow
- The pbShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowFileExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowFileExtent(boolean pbShow) throws java.io.IOException, AutomationException
pbShow
- The pbShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getFileExtentSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFileExtentSymbolByRef(ISymbol ppSymbol) throws java.io.IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowFileName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowFileName(boolean pbShow) throws java.io.IOException, AutomationException
pbShow
- The pbShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getFileNameSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFileNameSymbolByRef(ITextSymbol ppSymbol) throws java.io.IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPointCountPerCentimeter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPointCountPerCentimeter(int pPointBudget) throws java.io.IOException, AutomationException
pPointBudget
- The pPointBudget (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPointBudget() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPointBudget(int pPointBudget) throws java.io.IOException, AutomationException
pPointBudget
- The pPointBudget (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAnalysisToolsResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalysisToolsResolution(double pAnalysisResolution) throws java.io.IOException, AutomationException
pAnalysisResolution
- The pAnalysisResolution (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMaintainCurrentSurface() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaintainCurrentSurface(boolean pbMaintainSurface) throws java.io.IOException, AutomationException
pbMaintainSurface
- The pbMaintainSurface (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseFullResolutionScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseFullResolutionScale(boolean pbUseScale) throws java.io.IOException, AutomationException
pbUseScale
- The pbUseScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFullResolutionScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullResolutionScale(double pScale) throws java.io.IOException, AutomationException
pScale
- The pScale (in)
java.io.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 |