com.esri.arcgis.geodatabaseextensions
Interface ILasFilter

All Superinterfaces:
ILasAttributeFilter, ILasPointFilter, java.io.Serializable
All Known Implementing Classes:
ILasFilterProxy, LasFilter

public interface ILasFilter
extends ILasPointFilter, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9ae04cb6_3c51_4322_b5b5_e891e2dcae0b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasPointFilter
IID53bc0282_1396_450f_bca9_0c3398550895
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasAttributeFilter
IID2a37e73c_2b6d_4d82_9f32_72a2e268394d
 
Method Summary
 ILasFilter esri_clone()
          Make a clone.
 IArray getSurfaceConstraints()
          The surface constraints to be applied.
 void setSurfaceConstraints(IArray ppConstraintIDs)
          The surface constraints to be applied.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasPointFilter
getAreaOfInterest, setAreaOfInterestByRef
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasAttributeFilter
getClassCodes, getClassFlags, getReturns, setClassCodes, setClassFlags, setReturns
 

Field Detail

IID9ae04cb6_3c51_4322_b5b5_e891e2dcae0b

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

setSurfaceConstraints

void setSurfaceConstraints(IArray ppConstraintIDs)
                           throws java.io.IOException,
                                  AutomationException
The surface constraints to be applied.

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

getSurfaceConstraints

IArray getSurfaceConstraints()
                             throws java.io.IOException,
                                    AutomationException
The surface constraints to be applied.

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

esri_clone

ILasFilter esri_clone()
                      throws java.io.IOException,
                             AutomationException
Make a clone.

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