public class LasDatasetBuilder extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRasterBuilderInit, ILasDatasetBuilder
Description 'A raster builder for LAS files' 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, IIDd8e71e5a_401b_43a8_a55d_46881c51134c, xxDummyIID, IID7cf3433e_74bd_454a_b613_296361833acc, xxDummy| Constructor and Description |
|---|
LasDatasetBuilder()
Constructs a LasDatasetBuilder using ArcGIS Engine.
|
LasDatasetBuilder(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
LasDatasetBuilder theLasDatasetBuilder = (LasDatasetBuilder) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
ISpatialReference |
getDefaultSpatialReference()
The default spatial reference associated with the collection of items built by this raster type.
|
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.
|
ILasDatasetToRasterFunctionArguments |
getLasDatasetToRasterArguments()
The parameters controlling LasDataset to raster properties built by this raster type.
|
IMosaicDataset |
getMosaicDataset()
The mosaic dataset associated with this operation.
|
IRasterTypeOperation |
getRasterTypeOperation()
The raster type operation helper object associated with this raster type.
|
ITrackCancel |
getTrackCancel()
The cancel tracker associated with this operation.
|
double |
getZFactor()
Z Factor.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
The default spatial reference associated with the collection of items built by this raster type.
|
void |
setLasDatasetToRasterArgumentsByRef(ILasDatasetToRasterFunctionArguments ppLasDSToRasterFunctionArgs)
The parameters controlling LasDataset to raster properties built by this raster type.
|
void |
setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
The mosaic dataset associated with this operation.
|
void |
setRasterTypeOperationByRef(IRasterTypeOperation ppRasterTypeOperation)
The raster type operation helper object associated with this raster type.
|
void |
setTrackCancelByRef(ITrackCancel ppTrackCancel)
The cancel tracker associated with this operation.
|
void |
setZFactor(double pZfactor)
Z Factor.
|
public LasDatasetBuilder()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic LasDatasetBuilder(java.lang.Object obj)
throws java.io.IOException
LasDatasetBuilder theLasDatasetBuilder = (LasDatasetBuilder) obj;obj to LasDatasetBuilder.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
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 void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset) throws java.io.IOException, AutomationException
setMosaicDatasetByRef in interface IRasterBuilderInitppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMosaicDataset getMosaicDataset() throws java.io.IOException, AutomationException
getMosaicDataset in interface IRasterBuilderInitjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTrackCancelByRef(ITrackCancel ppTrackCancel) throws java.io.IOException, AutomationException
setTrackCancelByRef in interface IRasterBuilderInitppTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ITrackCancel getTrackCancel() throws java.io.IOException, AutomationException
getTrackCancel in interface IRasterBuilderInitjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs) throws java.io.IOException, AutomationException
setDefaultSpatialReferenceByRef in interface IRasterBuilderInitppDefaultSrs - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getDefaultSpatialReference() throws java.io.IOException, AutomationException
getDefaultSpatialReference in interface IRasterBuilderInitjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRasterTypeOperationByRef(IRasterTypeOperation ppRasterTypeOperation) throws java.io.IOException, AutomationException
setRasterTypeOperationByRef in interface IRasterBuilderInitppRasterTypeOperation - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeOperation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterTypeOperation getRasterTypeOperation() throws java.io.IOException, AutomationException
getRasterTypeOperation in interface IRasterBuilderInitjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setZFactor(double pZfactor)
throws java.io.IOException,
AutomationException
setZFactor in interface ILasDatasetBuilderpZfactor - The pZfactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getZFactor()
throws java.io.IOException,
AutomationException
getZFactor in interface ILasDatasetBuilderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLasDatasetToRasterArgumentsByRef(ILasDatasetToRasterFunctionArguments ppLasDSToRasterFunctionArgs) throws java.io.IOException, AutomationException
setLasDatasetToRasterArgumentsByRef in interface ILasDatasetBuilderppLasDSToRasterFunctionArgs - A reference to a com.esri.arcgis.datasourcesraster.ILasDatasetToRasterFunctionArguments (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILasDatasetToRasterFunctionArguments getLasDatasetToRasterArguments() throws java.io.IOException, AutomationException
getLasDatasetToRasterArguments in interface ILasDatasetBuilderjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.