public class LasClassCodeStatistics extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ILasClassCodeStatistics, ILasClassCodeStatistics2
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 =
IID, IID7ca1cc09_c7fb_457b_bf6f_b63f07c734a8, xxDummy
IID89e4489f_87e2_4690_8385_5143fe6d9753
Constructor and Description |
---|
LasClassCodeStatistics(java.lang.Object obj)
Construct a LasClassCodeStatistics using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
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()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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 this COM object reference
|
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 Serverjava.io.IOException
- if there are interop problems
LasClassCodeStatistics theLasClassCodeStatistics = (LasClassCodeStatistics) obj;
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getClassCode() throws java.io.IOException, AutomationException
getClassCode
in interface ILasClassCodeStatistics
java.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 ILasClassCodeStatistics
java.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 ILasClassCodeStatistics
java.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 ILasClassCodeStatistics
java.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 ILasClassCodeStatistics
java.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 ILasClassCodeStatistics
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.public double getOverlapPointCount() throws java.io.IOException, AutomationException
getOverlapPointCount
in interface ILasClassCodeStatistics2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.