public interface ILasAttributeFilter
extends java.io.Serializable
Description: 'Provides controls for accessing LAS points.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2a37e73c_2b6d_4d82_9f32_72a2e268394d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ILongArray |
getClassCodes()
The classification codes.
|
int |
getClassFlags()
The classification flags.
|
ILongArray |
getReturns()
The return numbers.
|
void |
setClassCodes(ILongArray ppCodes)
The classification codes.
|
void |
setClassFlags(int pFlags)
The classification flags.
|
void |
setReturns(ILongArray ppReturns)
The return numbers.
|
static final int IID2a37e73c_2b6d_4d82_9f32_72a2e268394d
static final int xxDummy
static final java.lang.String IID
void setReturns(ILongArray ppReturns) throws java.io.IOException, AutomationException
ppReturns
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getReturns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassCodes(ILongArray ppCodes) throws java.io.IOException, AutomationException
ppCodes
- A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getClassCodes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClassFlags(int pFlags) throws java.io.IOException, AutomationException
pFlags
- The pFlags (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getClassFlags() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.