public interface IAMSDatasetName extends IDatasetName, java.io.Serializable
Description: 'Provides access to properties and methods needed to manage dataset names in the tracking workspace.' 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 |
IIDa677ab64_2fb8_11d5_b7e2_00010265adc5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID89e75917_c287_11d1_aa77_00c04fa33a15
Modifier and Type | Method and Description |
---|---|
IDatasetName |
getFeatureDatasetName()
The Feature Dataset Name object.
|
int |
getFeatureType()
The feature type for this feature class name.
|
java.lang.String |
getShapeFieldName()
The spatial column name for this feature class name.
|
int |
getShapeType()
The feature class shape type.
|
java.lang.String |
getTemporalColumnName()
Name of the column containing the time and date information.
|
ITrackingServiceDef |
getTrackingService()
Defines a tracking service within the real-time data connection in the workspace.
|
boolean |
isVisible()
Indicates whether or not the dataset name is visible in the workspace dialog.
|
void |
setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
The Feature Dataset Name object.
|
void |
setFeatureType(int type)
The feature type for this feature class name.
|
void |
setShapeFieldName(java.lang.String name)
The spatial column name for this feature class name.
|
void |
setShapeType(int type)
The feature class shape type.
|
void |
setTrackingServiceByRef(ITrackingServiceDef pVal)
Defines a tracking service within the real-time data connection in the workspace.
|
void |
setVisible(boolean pVal)
Indicates whether or not the dataset name is visible in the workspace dialog.
|
getCategory, getName, getSubsetNames, getType, getWorkspaceName, setCategory, setName, setWorkspaceNameByRef
static final int IIDa677ab64_2fb8_11d5_b7e2_00010265adc5
static final int xxDummy
static final java.lang.String IID
boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean 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 getTemporalColumnName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITrackingServiceDef getTrackingService() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrackingServiceByRef(ITrackingServiceDef pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getShapeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShapeType(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.IDatasetName getFeatureDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName featureDatasetName) throws java.io.IOException, AutomationException
featureDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFeatureType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFeatureType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getShapeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShapeFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.