public interface ILasFilter extends ILasPointFilter, java.io.Serializable
Description: 'Provides access to members of LasFilter.' 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 |
IID9ae04cb6_3c51_4322_b5b5_e891e2dcae0b |
static int |
xxDummy
Deprecated.
Internal use only
|
IID53bc0282_1396_450f_bca9_0c3398550895
IID2a37e73c_2b6d_4d82_9f32_72a2e268394d
Modifier and Type | Method and Description |
---|---|
ILasFilter |
esri_clone()
Make a clone.
|
IArray |
getSurfaceConstraints()
The surface constraints to be applied.
|
void |
setSurfaceConstraints(IArray ppConstraintIDs)
The surface constraints to be applied.
|
getAreaOfInterest, setAreaOfInterestByRef
getClassCodes, getClassFlags, getReturns, setClassCodes, setClassFlags, setReturns
static final int IID9ae04cb6_3c51_4322_b5b5_e891e2dcae0b
static final int xxDummy
static final java.lang.String IID
void setSurfaceConstraints(IArray ppConstraintIDs) throws java.io.IOException, AutomationException
ppConstraintIDs
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getSurfaceConstraints() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILasFilter esri_clone() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.