|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILasClassCodeStatistics
COM Interface 'ILasClassCodeStatistics'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID89e4489f_87e2_4690_8385_5143fe6d9753
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID89e4489f_87e2_4690_8385_5143fe6d9753
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||