|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAMSDatasetName
Provides access to properties and methods needed to manage dataset names in the tracking workspace.
Method Summary | |
---|---|
IDatasetName |
getFeatureDatasetName()
The Feature Dataset Name object. |
int |
getFeatureType()
The feature type for this feature class name. |
String |
getShapeFieldName()
The spatial column name for this feature class name. |
int |
getShapeType()
The feature class shape type. |
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(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. |
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetName |
---|
getCategory, getName, getSubsetNames, getType, getWorkspaceName, setCategory, setName, setWorkspaceNameByRef |
Method Detail |
---|
boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTemporalColumnName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITrackingServiceDef getTrackingService() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrackingServiceByRef(ITrackingServiceDef pVal) throws IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getShapeType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDatasetName getFeatureDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureDatasetNameByRef(IDatasetName featureDatasetName) throws IOException, AutomationException
featureDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getShapeFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShapeFieldName(String name) throws IOException, AutomationException
name
- The name (in)
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 |