|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetDef2
COM Interface 'IDatasetDef2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods and properties needed to manage a dataset definition.' 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 |
IID3aee62f0_5e73_11d5_b7ec_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IEditDataSetColumn |
addColumnDefinition()
Adds a column to the dataset definition. |
IDatasetColumn |
findColumn(java.lang.String szColumnName)
Finds column within the dataset definition. |
java.lang.String |
get_GeometryColumns(int nGeometryColumnIndex)
Gets value for geometry column(s) in the dataset definition. |
java.lang.String |
getActiveMetaDataEditor()
Class ID of the active metadata editor. |
IDatasetColumn |
getColumn(int nIndex)
Gets value in a column in the dataset definition. |
int |
getColumnCount()
Number of columns defined for the dataset. |
java.lang.Object |
getDateModified()
Identifies the date of the last modification to the dataset definition. |
int |
getGeometryColumnCount()
Number of geometry columns in the dataset definition. |
java.lang.String |
getID()
ID value for the dataset. |
java.lang.String |
getMetaData()
Identifies metadata information for the dataset definition. |
java.lang.String |
getName()
Indicates name of the dataset for the definition. |
java.lang.Object |
getSpatialReferance()
Spatial reference value for the dataset definition. |
java.lang.String |
getTrackingColumn()
Indicates value for the Tracking column in the dataset definition. |
void |
moveTo(int nFromIndex,
int nToIndex)
Moves item in dataset definition to a new location. |
void |
removeColumnDefinition(java.lang.String[] pcName)
Removes a column from the dataset definition. |
void |
setActiveMetaDataEditor(java.lang.String pbstrActiveMetaDataEditor)
Class ID of the active metadata editor. |
void |
setID(java.lang.String pVal)
ID value for the dataset. |
void |
setMetaData(java.lang.String pbstrMetaData)
Identifies metadata information for the dataset definition. |
void |
setName(java.lang.String pVal)
Indicates name of the dataset for the definition. |
void |
setSpatialReferance(java.lang.Object piSpatialReference)
Spatial reference value for the dataset definition. |
void |
setTrackingColumn(java.lang.String pVal)
Indicates value for the Tracking column in the dataset definition. |
Field Detail |
---|
static final int IID3aee62f0_5e73_11d5_b7ec_00010265adc5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTrackingColumn() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrackingColumn(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryColumnCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getSpatialReferance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferance(java.lang.Object piSpatialReference) throws java.io.IOException, AutomationException
piSpatialReference
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDatasetColumn findColumn(java.lang.String szColumnName) throws java.io.IOException, AutomationException
szColumnName
- The szColumnName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEditDataSetColumn addColumnDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeColumnDefinition(java.lang.String[] pcName) throws java.io.IOException, AutomationException
pcName
- The pcName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDatasetColumn getColumn(int nIndex) throws java.io.IOException, AutomationException
nIndex
- The nIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String get_GeometryColumns(int nGeometryColumnIndex) throws java.io.IOException, AutomationException
nGeometryColumnIndex
- The nGeometryColumnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveTo(int nFromIndex, int nToIndex) throws java.io.IOException, AutomationException
nFromIndex
- The nFromIndex (in)nToIndex
- The nToIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getMetaData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMetaData(java.lang.String pbstrMetaData) throws java.io.IOException, AutomationException
pbstrMetaData
- The pbstrMetaData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDateModified() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getActiveMetaDataEditor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveMetaDataEditor(java.lang.String pbstrActiveMetaDataEditor) throws java.io.IOException, AutomationException
pbstrActiveMetaDataEditor
- The pbstrActiveMetaDataEditor (in)
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 |