com.esri.arcgis.analyst3d
Interface IFeature3DProperties2

All Superinterfaces:
IFeature3DProperties, java.io.Serializable
All Known Implementing Classes:
Feature3DProperties, IFeature3DProperties2Proxy

public interface IFeature3DProperties2
extends IFeature3DProperties, java.io.Serializable

COM Interface 'IFeature3DProperties2'. 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 IIDff699cbe_9340_4724_9b4c_f88979314bc0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.analyst3d.IFeature3DProperties
IID4a4cece5_f53a_11d3_80d9_00c04fa0adf8
 
Method Summary
 void locateSymbolized(int hint, IRay pQueryRay, IFeatureLayer pLayer, IFeature[] ppFeat, IPoint[] ppPoint)
          Locates an object honoring symbolization.
 
Methods inherited from interface com.esri.arcgis.analyst3d.IFeature3DProperties
applyFeatureProperties, locate, prepareQueryFilter
 

Field Detail

IIDff699cbe_9340_4724_9b4c_f88979314bc0

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

locateSymbolized

void locateSymbolized(int hint,
                      IRay pQueryRay,
                      IFeatureLayer pLayer,
                      IFeature[] ppFeat,
                      IPoint[] ppPoint)
                      throws java.io.IOException,
                             AutomationException
Locates an object honoring symbolization.

Parameters:
hint - The hint (in)
pQueryRay - A reference to a com.esri.arcgis.geometry.IRay (in)
pLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (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.