|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportGeometryParameters
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 |
---|
static final int IID02560b79_529c_4f3f_8c80_8ba72867d177
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |