|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFeature3DProperties
Provides access to members that control feature filtering in a scene.
| Method Summary | |
|---|---|
void |
applyFeatureProperties(IFeature feature,
IGeometry[] newGeometry,
boolean ignoreOffsetAndScale)
Applies feature properties resulting in a new geometry. |
void |
locate(int hint,
IRay pQueryRay,
IFeature[] ppFeat,
IPoint[] ppPoint)
Locates an object. |
void |
prepareQueryFilter(IFeatureClass pFc,
IQueryFilter pQueryFilter)
Prepares query filter to support calculated properties. |
| Method Detail |
|---|
void locate(int hint,
IRay pQueryRay,
IFeature[] ppFeat,
IPoint[] ppPoint)
throws IOException,
AutomationException
hint - The hint (in)pQueryRay - A reference to a com.esri.arcgis.geometry.IRay (in)ppFeat - A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)ppPoint - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void applyFeatureProperties(IFeature feature,
IGeometry[] newGeometry,
boolean ignoreOffsetAndScale)
throws IOException,
AutomationException
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)newGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)ignoreOffsetAndScale - The ignoreOffsetAndScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void prepareQueryFilter(IFeatureClass pFc,
IQueryFilter pQueryFilter)
throws IOException,
AutomationException
pFc - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
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 | ||||||||