|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.LasDatasetBuilder
public class LasDatasetBuilder
A raster builder for LAS files
| Constructor Summary | |
|---|---|
LasDatasetBuilder()
Constructs a LasDatasetBuilder using ArcGIS Engine. |
|
LasDatasetBuilder(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LasDatasetBuilder theLasDatasetBuilder = (LasDatasetBuilder) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
ISpatialReference |
getDefaultSpatialReference()
The default spatial reference associated with the collection of items built by this raster type. |
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public LasDatasetBuilder()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public LasDatasetBuilder(Object obj)
throws IOException
LasDatasetBuilder theLasDatasetBuilder = (LasDatasetBuilder) obj;
obj to LasDatasetBuilder.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
throws IOException,
AutomationException
setMosaicDatasetByRef in interface IRasterBuilderInitppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMosaicDataset getMosaicDataset()
throws IOException,
AutomationException
getMosaicDataset in interface IRasterBuilderInitIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackCancelByRef(ITrackCancel ppTrackCancel)
throws IOException,
AutomationException
setTrackCancelByRef in interface IRasterBuilderInitppTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITrackCancel getTrackCancel()
throws IOException,
AutomationException
getTrackCancel in interface IRasterBuilderInitIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
throws IOException,
AutomationException
setDefaultSpatialReferenceByRef in interface IRasterBuilderInitppDefaultSrs - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getDefaultSpatialReference()
throws IOException,
AutomationException
getDefaultSpatialReference in interface IRasterBuilderInitIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRasterTypeOperationByRef(IRasterTypeOperation ppRasterTypeOperation)
throws IOException,
AutomationException
setRasterTypeOperationByRef in interface IRasterBuilderInitppRasterTypeOperation - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeOperation (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterTypeOperation getRasterTypeOperation()
throws IOException,
AutomationException
getRasterTypeOperation in interface IRasterBuilderInitIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZFactor(double pZfactor)
throws IOException,
AutomationException
setZFactor in interface ILasDatasetBuilderpZfactor - The pZfactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getZFactor()
throws IOException,
AutomationException
getZFactor in interface ILasDatasetBuilderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLasDatasetToRasterArgumentsByRef(ILasDatasetToRasterFunctionArguments ppLasDSToRasterFunctionArgs)
throws IOException,
AutomationException
setLasDatasetToRasterArgumentsByRef in interface ILasDatasetBuilderppLasDSToRasterFunctionArgs - A reference to a com.esri.arcgis.datasourcesraster.ILasDatasetToRasterFunctionArguments (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILasDatasetToRasterFunctionArguments getLasDatasetToRasterArguments()
throws IOException,
AutomationException
getLasDatasetToRasterArguments in interface ILasDatasetBuilderIOException - 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 | ||||||||