|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasPointFilter
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 |
Method Detail |
---|
void setAreaOfInterestByRef(IGeometry ppAOI) throws IOException, AutomationException
ppAOI
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getAreaOfInterest() throws IOException, AutomationException
AreaOfInterest represents the spatial extent of the filter. Points within the XY extent of the envelope are considered for inclusion by the filter. The Z range, if set, is ignored.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |