|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILasClassCodeStatistics
Provides access to LasClassCodeStatistics object.
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. |
Method Detail |
---|
int getClassCode() throws IOException, AutomationException
The class code these statistics are associated with.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPointCount() throws IOException, AutomationException
Number of points with the class code value these statistics are associated with. This count does not include points that are flagged as 'withheld'.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSyntheticPointCount() throws IOException, AutomationException
The number of synthetic points that are associated with this class code value.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getKeyPointCount() throws IOException, AutomationException
The number of key points that are associated with this class code value.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
The XYZ extent of the selected lidar return type. Withheld points, as defined by the LAS specification, are not taken into consideration.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getIntensityRange(int[] pMin, int[] pMax) throws IOException, AutomationException
Retrieves the minimum and maximum intensity values associated with this class code. Points flagged as 'withheld' are ignored.
pMin is the minimum intensity value
pMax is the maximum intensity value
pMin
- The pMin (out: use single element array)pMax
- The pMax (out: use single element array)
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 |