com.esri.arcgis.geodatabaseextensions
Interface ILasPointFilter

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

public interface ILasPointFilter
extends ILasAttributeFilter, java.io.Serializable

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

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 IID53bc0282_1396_450f_bca9_0c3398550895
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasAttributeFilter
IID2a37e73c_2b6d_4d82_9f32_72a2e268394d
 
Method Summary
 IGeometry getAreaOfInterest()
          The area of interest.
 void setAreaOfInterestByRef(IGeometry ppAOI)
          The area of interest.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasAttributeFilter
getClassCodes, getClassFlags, getReturns, setClassCodes, setClassFlags, setReturns
 

Field Detail

IID53bc0282_1396_450f_bca9_0c3398550895

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

setAreaOfInterestByRef

void setAreaOfInterestByRef(IGeometry ppAOI)
                            throws java.io.IOException,
                                   AutomationException
The area of interest.

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

getAreaOfInterest

IGeometry getAreaOfInterest()
                            throws java.io.IOException,
                                   AutomationException
The area of interest.

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