public interface ILasPointFilter extends ILasAttributeFilter, java.io.Serializable
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 |
IID53bc0282_1396_450f_bca9_0c3398550895 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2a37e73c_2b6d_4d82_9f32_72a2e268394d
Modifier and Type | Method and Description |
---|---|
IGeometry |
getAreaOfInterest()
The area of interest.
|
void |
setAreaOfInterestByRef(IGeometry ppAOI)
The area of interest.
|
getClassCodes, getClassFlags, getReturns, setClassCodes, setClassFlags, setReturns
static final int IID53bc0282_1396_450f_bca9_0c3398550895
static final int xxDummy
static final java.lang.String IID
void setAreaOfInterestByRef(IGeometry ppAOI) throws java.io.IOException, AutomationException
ppAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getAreaOfInterest() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.