com.esri.arcgis.carto
Interface IQueryTableDataSourceDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IQueryTableDataSourceDescriptionProxy, QueryTableDataSourceDescription

public interface IQueryTableDataSourceDescription
extends java.io.Serializable

COM Interface 'IQueryTableDataSourceDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available properties of a table datasource description object.' 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 IID69774a30_a462_4b58_8365_9a265c23dd02
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getGeometryType()
          Geometry type on spatial column if presents.
 java.lang.String getOIDFields()
          Unique Key Field(s).
 java.lang.String getQuery()
          Query statement.
 ISpatialReference getSpatialReference()
          The spatial reference.
 void setGeometryType(int pGeometryType)
          Geometry type on spatial column if presents.
 void setOIDFields(java.lang.String pOIDFields)
          Unique Key Field(s).
 void setQuery(java.lang.String pQuery)
          Query statement.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference.
 

Field Detail

IID69774a30_a462_4b58_8365_9a265c23dd02

static final int IID69774a30_a462_4b58_8365_9a265c23dd02
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

getQuery

java.lang.String getQuery()
                          throws java.io.IOException,
                                 AutomationException
Query statement.

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

setQuery

void setQuery(java.lang.String pQuery)
              throws java.io.IOException,
                     AutomationException
Query statement.

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

getOIDFields

java.lang.String getOIDFields()
                              throws java.io.IOException,
                                     AutomationException
Unique Key Field(s).

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

setOIDFields

void setOIDFields(java.lang.String pOIDFields)
                  throws java.io.IOException,
                         AutomationException
Unique Key Field(s).

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

getGeometryType

int getGeometryType()
                    throws java.io.IOException,
                           AutomationException
Geometry type on spatial column if presents.

Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeometryType

void setGeometryType(int pGeometryType)
                     throws java.io.IOException,
                            AutomationException
Geometry type on spatial column if presents.

Parameters:
pGeometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference.

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference.

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