com.esri.arcgis.analyst3d
Interface IFeature3DProperties

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IFeature3DProperties2
All Known Implementing Classes:
Feature3DProperties, IFeature3DProperties2Proxy, IFeature3DPropertiesProxy

public interface IFeature3DProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control feature filtering in a scene.' 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 IID4a4cece5_f53a_11d3_80d9_00c04fa0adf8
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID4a4cece5_f53a_11d3_80d9_00c04fa0adf8

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

locate

void locate(int hint,
            IRay pQueryRay,
            IFeature[] ppFeat,
            IPoint[] ppPoint)
            throws java.io.IOException,
                   AutomationException
Locates an object.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applyFeatureProperties

void applyFeatureProperties(IFeature feature,
                            IGeometry[] newGeometry,
                            boolean ignoreOffsetAndScale)
                            throws java.io.IOException,
                                   AutomationException
Applies feature properties resulting in a new geometry.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

prepareQueryFilter

void prepareQueryFilter(IFeatureClass pFc,
                        IQueryFilter pQueryFilter)
                        throws java.io.IOException,
                               AutomationException
Prepares query filter to support calculated properties.

Parameters:
pFc - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.