public class TerrainAsciiDataImporter extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ITerrainDataImporter, ITerrainAsciiDataImporter, ITerrainAsciiDataImporter2
Description 'Esri Terrain ASCII Data Importer 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 =
IID, IID33f2e5c8_8e0e_4fc2_8b7b_d901c6e90ed8, xxDummyIID8d2d47f1_75bb_4346_b245_4178e9eb9b38IID36b3f42a_abe0_440e_a266_8b8592c74c82| Constructor and Description |
|---|
TerrainAsciiDataImporter()
Constructs a TerrainAsciiDataImporter using ArcGIS Engine.
|
TerrainAsciiDataImporter(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
TerrainAsciiDataImporter theTerrainAsciiDataImporter = (TerrainAsciiDataImporter) obj; |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(java.lang.String fileName)
Include a specific file to be loaded upon Import.
|
void |
addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive)
Include a folder, and potentially subfolders, to be loaded upon import.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
esri_import(IFeatureClass pOutputFeatureClass,
double tileSize,
double zFactor,
IEnvelope pAOI,
ITrackCancel pTrackCancel,
int[] pcOutsidePoints)
Loads the specified data, based on the current properties, into the target feature class.
|
static java.lang.String |
getClsid()
getClsid.
|
IEnvelope |
getDataExtent(ISpatialReference pTargetSpatialReference)
The XYZ extent of data contained in files/folders to be added.
|
int |
getDecimalPointType()
ASCII data decimal point type.
|
int |
getFileFormat()
The format of the data to be imported.
|
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.
|
int |
getMaxShapePointCount()
The maximum number of points loaded into individual multipoint shapes.
|
double |
getPointCount()
The number of points in the files/folders to be added.
|
int |
hashCode()
the hashcode for this object
|
void |
overwriteMaxShapePointCount(int newCount)
Changes the default maximum number of points loaded into individual multipoint shapes.
|
void |
release()
Release this COM object reference
|
void |
setDecimalPointType(int pType)
ASCII data decimal point type.
|
void |
setEmpty()
Clears all properties.
|
void |
setFileFormat(int pFormat)
The format of the data to be imported.
|
void |
setSourceDataSpatialReference(ISpatialReference pSpatialRef)
Set source data's spatial reference.
|
public TerrainAsciiDataImporter()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic TerrainAsciiDataImporter(java.lang.Object obj)
throws java.io.IOException
TerrainAsciiDataImporter theTerrainAsciiDataImporter = (TerrainAsciiDataImporter) obj;obj to TerrainAsciiDataImporter.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 setSourceDataSpatialReference(ISpatialReference pSpatialRef) throws java.io.IOException, AutomationException
setSourceDataSpatialReference in interface ITerrainDataImporterpSpatialRef - 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 void setEmpty()
throws java.io.IOException,
AutomationException
setEmpty in interface ITerrainDataImporterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxShapePointCount()
throws java.io.IOException,
AutomationException
getMaxShapePointCount in interface ITerrainDataImporterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void overwriteMaxShapePointCount(int newCount)
throws java.io.IOException,
AutomationException
overwriteMaxShapePointCount in interface ITerrainDataImporternewCount - The newCount (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
addFile in interface ITerrainDataImporterfileName - The fileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addFolder(java.lang.String folderName,
java.lang.String fileExtension,
boolean bRecursive)
throws java.io.IOException,
AutomationException
addFolder in interface ITerrainDataImporterfolderName - The folderName (in)fileExtension - The fileExtension (in)bRecursive - The bRecursive (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getDataExtent(ISpatialReference pTargetSpatialReference) throws java.io.IOException, AutomationException
getDataExtent in interface ITerrainDataImporterpTargetSpatialReference - 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 double getPointCount()
throws java.io.IOException,
AutomationException
getPointCount in interface ITerrainDataImporterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void esri_import(IFeatureClass pOutputFeatureClass, double tileSize, double zFactor, IEnvelope pAOI, ITrackCancel pTrackCancel, int[] pcOutsidePoints) throws java.io.IOException, AutomationException
esri_import in interface ITerrainDataImporterpOutputFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)tileSize - The tileSize (in)zFactor - The zFactor (in)pAOI - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)pcOutsidePoints - The pcOutsidePoints (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFileFormat(int pFormat)
throws java.io.IOException,
AutomationException
setFileFormat in interface ITerrainAsciiDataImporterpFormat - A com.esri.arcgis.geodatabaseextensions.esriTerrainAsciiDataFormatType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFileFormat()
throws java.io.IOException,
AutomationException
getFileFormat in interface ITerrainAsciiDataImporterjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDecimalPointType(int pType)
throws java.io.IOException,
AutomationException
setDecimalPointType in interface ITerrainAsciiDataImporter2pType - A com.esri.arcgis.geodatabaseextensions.esriTerrainDecimalSeparatorType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getDecimalPointType()
throws java.io.IOException,
AutomationException
getDecimalPointType in interface ITerrainAsciiDataImporter2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.