com.esri.arcgis.geodatabaseextensions
Class LasStatistics

java.lang.Object
  extended by com.esri.arcgis.geodatabaseextensions.LasStatistics
All Implemented Interfaces:
ILasStatistics, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class LasStatistics
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ILasStatistics

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 =

See Also:
Serialized Form

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

LasStatistics

public LasStatistics(java.lang.Object obj)
              throws java.io.IOException
Construct a LasStatistics using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to LasStatistics.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
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

Throws:
java.io.IOException - if there are interop problems LasStatistics theLasStatistics = (LasStatistics) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a LasStatistics.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getWithheldPointCount

public double getWithheldPointCount()
                             throws java.io.IOException,
                                    AutomationException
The number of withheld points.

Specified by:
getWithheldPointCount in interface ILasStatistics
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWithheldExtent

public IEnvelope getWithheldExtent()
                            throws java.io.IOException,
                                   AutomationException
The XYZ extent of withheld points.

Specified by:
getWithheldExtent in interface ILasStatistics
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeStatistics

public ISimpleStatistics getAttributeStatistics(int attribute)
                                         throws java.io.IOException,
                                                AutomationException
Get statistics of the specified LAS attribute.

Specified by:
getAttributeStatistics in interface ILasStatistics
Parameters:
attribute - A com.esri.arcgis.geodatabaseextensions.esriLasAttributeType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ISimpleStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUniqueReturns

public ILongArray getUniqueReturns()
                            throws java.io.IOException,
                                   AutomationException
Get unique returns (as esriTerrainLasReturnType).

Specified by:
getUniqueReturns in interface ILasStatistics
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUniqueClassCodes

public ILongArray getUniqueClassCodes()
                               throws java.io.IOException,
                                      AutomationException
Get unique class codes.

Specified by:
getUniqueClassCodes in interface ILasStatistics
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReturnStatistics

public ILasReturnStatistics getReturnStatistics(int type)
                                         throws java.io.IOException,
                                                AutomationException
Get statistics associated with the specified return type.

Specified by:
getReturnStatistics in interface ILasStatistics
Parameters:
type - A com.esri.arcgis.geodatabaseextensions.esriTerrainLasReturnType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ILasReturnStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassCodeStatistics

public ILasClassCodeStatistics getClassCodeStatistics(int classCode)
                                               throws java.io.IOException,
                                                      AutomationException
Get statistics associated with the specified class code.

Specified by:
getClassCodeStatistics in interface ILasStatistics
Parameters:
classCode - The classCode (in)
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ILasClassCodeStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.