com.esri.arcgis.geodatabaseextensions
Interface ILasReturnStatistics2

All Superinterfaces:
ILasReturnStatistics, java.io.Serializable
All Known Implementing Classes:
ILasReturnStatistics2Proxy, LasReturnStatistics

public interface ILasReturnStatistics2
extends ILasReturnStatistics, java.io.Serializable

COM Interface 'ILasReturnStatistics2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to LasReturnStatistics object.' 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 IID04d08a82_3483_43b0_bc83_93203145ecca
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasReturnStatistics
IID15080791_5b91_4f28_9931_1ffe7e7db33e
 
Method Summary
 double getOverlapPointCount()
          The number of Overlap points associated with this return.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ILasReturnStatistics
getExtent, getKeyPointCount, getPointCount, getReturnType, getSyntheticPointCount
 

Field Detail

IID04d08a82_3483_43b0_bc83_93203145ecca

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

getOverlapPointCount

double getOverlapPointCount()
                            throws java.io.IOException,
                                   AutomationException
The number of Overlap points associated with this return.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.