|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabaseextensions.LasStatistics
public class LasStatistics
COM Class 'LasStatistics'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasStatistics |
|---|
IID, IID23afc48e_4efb_479f_9164_959e70e01918, xxDummy |
| Constructor Summary | |
|---|---|
LasStatistics(java.lang.Object obj)
Construct a LasStatistics 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 |
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()
Deprecated. Internal use only. |
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 a LasStatistics. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 Server
java.io.IOException - if there are interop problems
LasStatistics theLasStatistics = (LasStatistics) 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 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||