com.esri.arcgis.datasourcesraster
Interface IExportGeometryParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportGeometryParameters, IExportGeometryParametersProxy

public interface IExportGeometryParameters
extends java.io.Serializable

COM Interface 'IExportGeometryParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters for exporting geometries to feature class.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID02560b79_529c_4f3f_8c80_8ba72867d177
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getGeometryType()
          The geometry type.
 java.lang.String getOutFeatureClassName()
          The name of output feature class.
 IWorkspace getOutWorkspace()
          The output workspace.
 void setGeometryType(java.lang.String pType)
          The geometry type.
 void setOutFeatureClassName(java.lang.String path)
          The name of output feature class.
 void setOutWorkspaceByRef(IWorkspace ppWorkspace)
          The output workspace.
 

Field Detail

IID02560b79_529c_4f3f_8c80_8ba72867d177

static final int IID02560b79_529c_4f3f_8c80_8ba72867d177
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setGeometryType

void setGeometryType(java.lang.String pType)
                     throws java.io.IOException,
                            AutomationException
The geometry type.

Parameters:
pType - The pType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryType

java.lang.String getGeometryType()
                                 throws java.io.IOException,
                                        AutomationException
The geometry type.

Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutFeatureClassName

void setOutFeatureClassName(java.lang.String path)
                            throws java.io.IOException,
                                   AutomationException
The name of output feature class.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutFeatureClassName

java.lang.String getOutFeatureClassName()
                                        throws java.io.IOException,
                                               AutomationException
The name of output feature class.

Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutWorkspaceByRef

void setOutWorkspaceByRef(IWorkspace ppWorkspace)
                          throws java.io.IOException,
                                 AutomationException
The output workspace.

Parameters:
ppWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutWorkspace

IWorkspace getOutWorkspace()
                           throws java.io.IOException,
                                  AutomationException
The output workspace.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.