|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabaseextensions.LasClassCodeStatistics
public class LasClassCodeStatistics
COM Class 'LasClassCodeStatistics'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description 'Esri 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasClassCodeStatistics2 |
|---|
IID, IID7ca1cc09_c7fb_457b_bf6f_b63f07c734a8, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasClassCodeStatistics |
|---|
IID89e4489f_87e2_4690_8385_5143fe6d9753 |
| Constructor Summary | |
|---|---|
LasClassCodeStatistics(java.lang.Object obj)
Construct a LasClassCodeStatistics using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
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). |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getKeyPointCount()
The number of Key points associated with this class code. |
double |
getOverlapPointCount()
The number of Overlap points associated with this return. |
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. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a LasClassCodeStatistics. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LasClassCodeStatistics(java.lang.Object obj)
throws java.io.IOException
obj to LasClassCodeStatistics. *
LasClassCodeStatistics o = (LasClassCodeStatistics)obj; // will not work
LasClassCodeStatistics o = new LasClassCodeStatistics(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
LasClassCodeStatistics theLasClassCodeStatistics = (LasClassCodeStatistics) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getClassCode()
throws java.io.IOException,
AutomationException
getClassCode in interface ILasClassCodeStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPointCount()
throws java.io.IOException,
AutomationException
getPointCount in interface ILasClassCodeStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSyntheticPointCount()
throws java.io.IOException,
AutomationException
getSyntheticPointCount in interface ILasClassCodeStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getKeyPointCount()
throws java.io.IOException,
AutomationException
getKeyPointCount in interface ILasClassCodeStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws java.io.IOException,
AutomationException
getExtent in interface ILasClassCodeStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getIntensityRange(int[] pMin,
int[] pMax)
throws java.io.IOException,
AutomationException
getIntensityRange in interface ILasClassCodeStatisticspMin - 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.
public double getOverlapPointCount()
throws java.io.IOException,
AutomationException
getOverlapPointCount in interface ILasClassCodeStatistics2java.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 | ||||||||