com.esri.arcgis.carto
Interface ILasAttributeRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILasAttributeRendererProxy, LasPointElevationRenderer, LasUniqueValueRenderer

public interface ILasAttributeRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control functions common to all LAS attribute renderers.' 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 IID6005feb9_c92b_46b5_bb6a_f8e92bd013ca
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getAttribute()
          The LAS attribute to be used to define drawing symbol.
 ILasPointFilter getFilter()
          The LAS query filter.
 double getThinningFactor()
          The thinning factor.
 void setAttribute(int pType)
          The LAS attribute to be used to define drawing symbol.
 void setFilterByRef(ILasPointFilter ppFilter)
          The LAS query filter.
 void setThinningFactor(double pFactor)
          The thinning factor.
 

Field Detail

IID6005feb9_c92b_46b5_bb6a_f8e92bd013ca

static final int IID6005feb9_c92b_46b5_bb6a_f8e92bd013ca
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

setFilterByRef

void setFilterByRef(ILasPointFilter ppFilter)
                    throws java.io.IOException,
                           AutomationException
The LAS query filter.

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

getFilter

ILasPointFilter getFilter()
                          throws java.io.IOException,
                                 AutomationException
The LAS query filter.

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

setThinningFactor

void setThinningFactor(double pFactor)
                       throws java.io.IOException,
                              AutomationException
The thinning factor.

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

getThinningFactor

double getThinningFactor()
                         throws java.io.IOException,
                                AutomationException
The thinning factor.

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

setAttribute

void setAttribute(int pType)
                  throws java.io.IOException,
                         AutomationException
The LAS attribute to be used to define drawing symbol.

Parameters:
pType - A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttribute

int getAttribute()
                 throws java.io.IOException,
                        AutomationException
The LAS attribute to be used to define drawing symbol.

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