|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasAttributeRenderer
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 |
---|
static final int IID6005feb9_c92b_46b5_bb6a_f8e92bd013ca
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setFilterByRef(ILasPointFilter ppFilter) throws java.io.IOException, AutomationException
ppFilter
- A reference to a com.esri.arcgis.geodatabaseextensions.ILasPointFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILasPointFilter getFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setThinningFactor(double pFactor) throws java.io.IOException, AutomationException
pFactor
- The pFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getThinningFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttribute(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAttribute() throws java.io.IOException, AutomationException
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 |