public interface IExportGeometryParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID02560b79_529c_4f3f_8c80_8ba72867d177 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID02560b79_529c_4f3f_8c80_8ba72867d177
static final int xxDummy
static final java.lang.String IID
void setGeometryType(java.lang.String pType) throws java.io.IOException, AutomationException
pType
- The pType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGeometryType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutFeatureClassName(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOutFeatureClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutWorkspaceByRef(IWorkspace ppWorkspace) throws java.io.IOException, AutomationException
ppWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IWorkspace getOutWorkspace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.