com.esri.arcgis.geodatabaseextensions
Interface ILasAttributeFilter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILasFilter, ILasPointFilter
All Known Implementing Classes:
ILasAttributeFilterProxy, ILasFilterProxy, ILasPointFilterProxy, LasFilter

public interface ILasAttributeFilter
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2a37e73c_2b6d_4d82_9f32_72a2e268394d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID2a37e73c_2b6d_4d82_9f32_72a2e268394d

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

setReturns

void setReturns(ILongArray ppReturns)
                throws java.io.IOException,
                       AutomationException
The return numbers.

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

getReturns

ILongArray getReturns()
                      throws java.io.IOException,
                             AutomationException
The return numbers.

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

setClassCodes

void setClassCodes(ILongArray ppCodes)
                   throws java.io.IOException,
                          AutomationException
The classification codes.

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

getClassCodes

ILongArray getClassCodes()
                         throws java.io.IOException,
                                AutomationException
The classification codes.

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

setClassFlags

void setClassFlags(int pFlags)
                   throws java.io.IOException,
                          AutomationException
The classification flags.

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

getClassFlags

int getClassFlags()
                  throws java.io.IOException,
                         AutomationException
The classification flags.

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