|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesfile.IDELasDatasetProxy
Description: 'Provides access to the LAS Dataset Data Element.' 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 =
public class IDELasDatasetProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesfile.IDELasDataset |
---|
IID, IID1508d058_f970_487c_afbe_31db1c3ed594 |
Constructor Summary | |
---|---|
|
IDELasDatasetProxy()
Deprecated. For internal use only |
|
IDELasDatasetProxy(java.lang.Object obj)
Deprecated. |
protected |
IDELasDatasetProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDELasDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDELasDatasetProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getFileCount()
Deprecated. The number of files in the LAS dataset. |
int |
getPointCount()
Deprecated. The number of points in the LAS dataset. |
int |
getSurfaceConstraintCount()
Deprecated. The number of surface constraint feature classes in the LAS dataset. |
boolean |
isHasStatistics()
Deprecated. Indicates whether there are statistics. |
boolean |
isNeedsUpdateStatistics()
Deprecated. Indicates whether the statistics are up to date. |
boolean |
isUsesRelativePath()
Deprecated. Indicates whether the LAS dataset uses a relative path to its files. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setFileCount(int pFileCount)
Deprecated. The number of files in the LAS dataset. |
void |
setHasStatistics(boolean pbHasStatistics)
Deprecated. Indicates whether there are statistics. |
void |
setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics)
Deprecated. Indicates whether the statistics are up to date. |
void |
setPointCount(int pPointCount)
Deprecated. The number of points in the LAS dataset. |
void |
setSurfaceConstraintCount(int pSurfaceConstraintCount)
Deprecated. The number of surface constraint feature classes in the LAS dataset. |
void |
setUsesRelativePath(boolean pbUsesRelativePath)
Deprecated. Indicates whether the LAS dataset uses a relative path to its files. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IDELasDatasetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IDELasDatasetProxy()
public IDELasDatasetProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDELasDatasetProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDELasDatasetProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getFileCount() throws java.io.IOException, AutomationException
getFileCount
in interface IDELasDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFileCount(int pFileCount) throws java.io.IOException, AutomationException
setFileCount
in interface IDELasDataset
pFileCount
- The pFileCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPointCount() throws java.io.IOException, AutomationException
getPointCount
in interface IDELasDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointCount(int pPointCount) throws java.io.IOException, AutomationException
setPointCount
in interface IDELasDataset
pPointCount
- The pPointCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSurfaceConstraintCount() throws java.io.IOException, AutomationException
getSurfaceConstraintCount
in interface IDELasDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSurfaceConstraintCount(int pSurfaceConstraintCount) throws java.io.IOException, AutomationException
setSurfaceConstraintCount
in interface IDELasDataset
pSurfaceConstraintCount
- The pSurfaceConstraintCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasStatistics() throws java.io.IOException, AutomationException
isHasStatistics
in interface IDELasDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasStatistics(boolean pbHasStatistics) throws java.io.IOException, AutomationException
setHasStatistics
in interface IDELasDataset
pbHasStatistics
- The pbHasStatistics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isNeedsUpdateStatistics() throws java.io.IOException, AutomationException
isNeedsUpdateStatistics
in interface IDELasDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNeedsUpdateStatistics(boolean pbNeedsUpdateStatistics) throws java.io.IOException, AutomationException
setNeedsUpdateStatistics
in interface IDELasDataset
pbNeedsUpdateStatistics
- The pbNeedsUpdateStatistics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUsesRelativePath() throws java.io.IOException, AutomationException
isUsesRelativePath
in interface IDELasDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUsesRelativePath(boolean pbUsesRelativePath) throws java.io.IOException, AutomationException
setUsesRelativePath
in interface IDELasDataset
pbUsesRelativePath
- The pbUsesRelativePath (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 |