public interface ILasClassCodeStatistics
extends java.io.Serializable
Description: 'Provides access to LasClassCodeStatistics 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID89e4489f_87e2_4690_8385_5143fe6d9753 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClassCode()
The class code associated with the statistics.
|
IEnvelope |
getExtent()
The XYZ extent of points associated with this class code (excluding withheld points).
|
void |
getIntensityRange(int[] pMin,
int[] pMax)
The minimum and maximum intensity values associated with this class code (excluding withheld points).
|
double |
getKeyPointCount()
The number of Key points associated with this class code.
|
double |
getPointCount()
The number of points associated with this class code (excluding withheld points).
|
double |
getSyntheticPointCount()
The number of Synthetic points associated with this class code.
|
static final int IID89e4489f_87e2_4690_8385_5143fe6d9753
static final int xxDummy
static final java.lang.String IID
int getClassCode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getPointCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getSyntheticPointCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getKeyPointCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getIntensityRange(int[] pMin,
int[] pMax)
throws java.io.IOException,
AutomationException
pMin - The pMin (out: use single element array)pMax - The pMax (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.