public interface ILasStatistics
extends java.io.Serializable
Description: 'Provides access to members of LasFile.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID23afc48e_4efb_479f_9164_959e70e01918 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ISimpleStatistics |
getAttributeStatistics(int attribute)
Get statistics of the specified LAS attribute.
|
ILasClassCodeStatistics |
getClassCodeStatistics(int classCode)
Get statistics associated with the specified class code.
|
ILasReturnStatistics |
getReturnStatistics(int type)
Get statistics associated with the specified return type.
|
ILongArray |
getUniqueClassCodes()
Get unique class codes.
|
ILongArray |
getUniqueReturns()
Get unique returns (as esriTerrainLasReturnType).
|
IEnvelope |
getWithheldExtent()
The XYZ extent of withheld points.
|
double |
getWithheldPointCount()
The number of withheld points.
|
static final int IID23afc48e_4efb_479f_9164_959e70e01918
static final int xxDummy
static final java.lang.String IID
double getWithheldPointCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getWithheldExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISimpleStatistics getAttributeStatistics(int attribute) throws java.io.IOException, AutomationException
attribute
- A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getUniqueReturns() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getUniqueClassCodes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILasReturnStatistics getReturnStatistics(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILasClassCodeStatistics getClassCodeStatistics(int classCode) throws java.io.IOException, AutomationException
classCode
- The classCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.