|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabaseextensions.LasReturnStatistics
public class LasReturnStatistics
COM Class 'LasReturnStatistics'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasReturnStatistics2 |
|---|
IID, IID04d08a82_3483_43b0_bc83_93203145ecca, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ILasReturnStatistics |
|---|
IID15080791_5b91_4f28_9931_1ffe7e7db33e |
| Constructor Summary | |
|---|---|
LasReturnStatistics(java.lang.Object obj)
Construct a LasReturnStatistics 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 |
IEnvelope |
getExtent()
The XYZ extent of points associated with this return (excluding withheld points). |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 a LasReturnStatistics. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 Server
java.io.IOException - if there are interop problems
LasReturnStatistics theLasReturnStatistics = (LasReturnStatistics) 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 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||