public class LasStatistics extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ILasStatistics
Description 'Esri LasStatistics 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, IID23afc48e_4efb_479f_9164_959e70e01918, xxDummy| Constructor and Description |
|---|
LasStatistics(java.lang.Object obj)
Construct a LasStatistics 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
|
ISimpleStatistics |
getAttributeStatistics(int attribute)
Get statistics of the specified LAS attribute.
|
ILasClassCodeStatistics |
getClassCodeStatistics(int classCode)
Get statistics associated with the specified class code.
|
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.
|
ILasReturnStatistics |
getReturnStatistics(int type)
Get statistics associated with the specified return type.
|
ILongArray |
getUniqueClassCodes()
Get unique class codes.
|
ILongArray |
getUniqueReturns()
Get unique returns (as esriTerrainLasReturnType).
|
IEnvelope |
getWithheldExtent()
The XYZ extent of withheld points.
|
double |
getWithheldPointCount()
The number of withheld points.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
public LasStatistics(java.lang.Object obj)
throws java.io.IOException
obj to LasStatistics. *
LasStatistics o = (LasStatistics)obj; // will not work
LasStatistics o = new LasStatistics(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
LasStatistics theLasStatistics = (LasStatistics) obj;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.RemoteObjRefpublic double getWithheldPointCount()
throws java.io.IOException,
AutomationException
getWithheldPointCount in interface ILasStatisticsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getWithheldExtent() throws java.io.IOException, AutomationException
getWithheldExtent in interface ILasStatisticsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISimpleStatistics getAttributeStatistics(int attribute) throws java.io.IOException, AutomationException
getAttributeStatistics in interface ILasStatisticsattribute - A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILongArray getUniqueReturns() throws java.io.IOException, AutomationException
getUniqueReturns in interface ILasStatisticsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILongArray getUniqueClassCodes() throws java.io.IOException, AutomationException
getUniqueClassCodes in interface ILasStatisticsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILasReturnStatistics getReturnStatistics(int type) throws java.io.IOException, AutomationException
getReturnStatistics in interface ILasStatisticstype - A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILasClassCodeStatistics getClassCodeStatistics(int classCode) throws java.io.IOException, AutomationException
getClassCodeStatistics in interface ILasStatisticsclassCode - The classCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.