|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPSAGeoDataDomain
COM Interface 'IGPSAGeoDataDomain'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to GPSA Geo-Data Domain.' 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 |
IIDc20fa807_c504_446c_8279_39a9170c8ffe
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addDataType(IGPDataType type)
Adds a GPDataType. |
void |
addFieldType(int type)
Adds an esriFieldType. |
void |
addGeometryType(int type)
Adds an esriGeometryType. |
void |
clearDataType()
Clears a GPDataType. |
void |
clearFieldType()
Clears a esriFieldType. |
void |
clearGeometryType()
Clears a esriGeometryTypes. |
IGPDataType |
getDataType(int index)
GPDataType at an index. |
int |
getDataTypeCount()
GPDataType count. |
IEnumGPDataType |
getDataTypes()
All GPDataTypes. |
java.lang.String |
getDefaultFieldName()
Defualt field name. |
int |
getFieldType(int index)
Field type at an index. |
int |
getFieldTypeCount()
Field type count. |
IEnumFieldType |
getFieldTypes()
All esriFieldTypes. |
int |
getGeometryType(int index)
Geometry type at an index. |
int |
getGeometryTypeCount()
Geometry type count. |
IEnumGeometryType |
getGeometryTypes()
All esriGeometryTypes. |
boolean |
isCheckField()
Indicates if checking field in Validation. |
void |
removeDataType(IGPDataType type)
Removes a GPDataType. |
void |
removeFieldType(int type)
Removes an esriFieldType. |
void |
removeGeometryType(int type)
Removes an esriGeometryType. |
IArray |
selectFields(IDETable pDETable)
Selects Fields in a DETable. |
IArray |
selectFromArray(IArray dEGeoDatasets)
Selects DEGeoDatasets from an Array. |
IArray |
selectFromWorkspace(java.lang.String workspacepath)
Selects DEGeoDatasets from a workspace path. |
void |
setAreaFeatureData()
Sets polygon feature data. |
void |
setCheckField(boolean bUse)
Indicates if checking field in Validation. |
void |
setDefaultFieldName(java.lang.String fieldName)
Defualt field name. |
void |
setFeatureData()
Sets feature data. |
void |
setLineFeatureData()
Sets polyline feature data. |
void |
setNumericFieldTypes(boolean integerOnly,
boolean allowOID)
Sets numeric field types. |
void |
setPointFeatureData()
Sets point-type feature data. |
void |
setRasterData(boolean integerOnly,
boolean allowFormulated)
Sets raster data. |
boolean |
validateDataType(IGPDataType type)
Validates a GPDataType. |
boolean |
validateFieldType(int type)
Validate an esriFieldType. |
boolean |
validateGeometryType(int type)
Validates an esriGeometryType. |
| Field Detail |
|---|
static final int IIDc20fa807_c504_446c_8279_39a9170c8ffe
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getDataTypeCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPDataType getDataType(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addDataType(IGPDataType type)
throws java.io.IOException,
AutomationException
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeDataType(IGPDataType type)
throws java.io.IOException,
AutomationException
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearDataType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumGPDataType getDataTypes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFieldTypeCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFieldType(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addFieldType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeFieldType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearFieldType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumFieldType getFieldTypes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGeometryTypeCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGeometryType(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addGeometryType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeGeometryType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearGeometryType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumGeometryType getGeometryTypes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean validateDataType(IGPDataType type)
throws java.io.IOException,
AutomationException
type - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean validateFieldType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean validateGeometryType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray selectFields(IDETable pDETable)
throws java.io.IOException,
AutomationException
pDETable - A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray selectFromWorkspace(java.lang.String workspacepath)
throws java.io.IOException,
AutomationException
workspacepath - The workspacepath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray selectFromArray(IArray dEGeoDatasets)
throws java.io.IOException,
AutomationException
dEGeoDatasets - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterData(boolean integerOnly,
boolean allowFormulated)
throws java.io.IOException,
AutomationException
integerOnly - The integerOnly (in)allowFormulated - The allowFormulated (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFeatureData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPointFeatureData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLineFeatureData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAreaFeatureData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumericFieldTypes(boolean integerOnly,
boolean allowOID)
throws java.io.IOException,
AutomationException
integerOnly - The integerOnly (in)allowOID - The allowOID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCheckField(boolean bUse)
throws java.io.IOException,
AutomationException
bUse - The bUse (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCheckField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultFieldName(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDefaultFieldName()
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 | ||||||||