com.esri.arcgis.geodatabaseextensions
Interface ILasReturnStatistics

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILasReturnStatistics2
All Known Implementing Classes:
ILasReturnStatistics2Proxy, ILasReturnStatisticsProxy, LasReturnStatistics

public interface ILasReturnStatistics
extends java.io.Serializable

COM Interface 'ILasReturnStatistics'. Generated 3/19/2015 1:20:51 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 IID15080791_5b91_4f28_9931_1ffe7e7db33e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getExtent()
          The XYZ extent of points associated with this return (excluding withheld points).
 double getKeyPointCount()
          The number of Key points associated with this return.
 double getPointCount()
          The number of points associated with this return (excluding withheld points).
 int getReturnType()
          The return type associated with the statistics.
 double getSyntheticPointCount()
          The number of Synthetic points associated with this return.
 

Field Detail

IID15080791_5b91_4f28_9931_1ffe7e7db33e

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

getReturnType

int getReturnType()
                  throws java.io.IOException,
                         AutomationException
The return type associated with the statistics.

Returns:
A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPointCount

double getPointCount()
                     throws java.io.IOException,
                            AutomationException
The number of points associated with this return (excluding withheld points).

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

getSyntheticPointCount

double getSyntheticPointCount()
                              throws java.io.IOException,
                                     AutomationException
The number of Synthetic 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.

getKeyPointCount

double getKeyPointCount()
                        throws java.io.IOException,
                               AutomationException
The number of Key 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.

getExtent

IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The XYZ extent of points associated with this return (excluding withheld points).

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.