public class LasReturnStatistics extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ILasReturnStatistics, ILasReturnStatistics2
Description 'Esri LasReturnStatistics 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, IID04d08a82_3483_43b0_bc83_93203145ecca, xxDummyIID15080791_5b91_4f28_9931_1ffe7e7db33e| Constructor and Description |
|---|
LasReturnStatistics(java.lang.Object obj)
Construct a LasReturnStatistics 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
|
IEnvelope |
getExtent()
The XYZ extent of points associated with this return (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 return.
|
double |
getOverlapPointCount()
The number of Overlap points associated with this return.
|
double |
getPointCount()
The number of points associated with this return (excluding withheld points).
|
int |
getReturnType()
The return type associated with the statistics.
|
double |
getSyntheticPointCount()
The number of Synthetic points associated with this return.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
public LasReturnStatistics(java.lang.Object obj)
throws java.io.IOException
obj to LasReturnStatistics. *
LasReturnStatistics o = (LasReturnStatistics)obj; // will not work
LasReturnStatistics o = new LasReturnStatistics(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
LasReturnStatistics theLasReturnStatistics = (LasReturnStatistics) 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 int getReturnType()
throws java.io.IOException,
AutomationException
getReturnType in interface ILasReturnStatisticsjava.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 ILasReturnStatisticsjava.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 ILasReturnStatisticsjava.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 ILasReturnStatisticsjava.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 ILasReturnStatisticsjava.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 ILasReturnStatistics2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.