public interface ITerrainDataImporter
extends java.io.Serializable
Description: 'Provides access to members that handle importing terrain source data.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID36b3f42a_abe0_440e_a266_8b8592c74c82 |
static int |
xxDummy
Deprecated.
Internal use only
|
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.
|
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.
|
IEnvelope |
getDataExtent(ISpatialReference pTargetSpatialReference)
The XYZ extent of data contained in files/folders to be added.
|
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.
|
void |
overwriteMaxShapePointCount(int newCount)
Changes the default maximum number of points loaded into individual multipoint shapes.
|
void |
setEmpty()
Clears all properties.
|
void |
setSourceDataSpatialReference(ISpatialReference pSpatialRef)
Set source data's spatial reference.
|
static final int IID36b3f42a_abe0_440e_a266_8b8592c74c82
static final int xxDummy
static final java.lang.String IID
void setSourceDataSpatialReference(ISpatialReference pSpatialRef) throws java.io.IOException, AutomationException
pSpatialRef
- 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.void setEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxShapePointCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void overwriteMaxShapePointCount(int newCount) throws java.io.IOException, AutomationException
newCount
- The newCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFile(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFolder(java.lang.String folderName, java.lang.String fileExtension, boolean bRecursive) throws java.io.IOException, AutomationException
folderName
- 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.IEnvelope getDataExtent(ISpatialReference pTargetSpatialReference) throws java.io.IOException, AutomationException
pTargetSpatialReference
- 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.double getPointCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void esri_import(IFeatureClass pOutputFeatureClass, double tileSize, double zFactor, IEnvelope pAOI, ITrackCancel pTrackCancel, int[] pcOutsidePoints) throws java.io.IOException, AutomationException
pOutputFeatureClass
- 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.