|
|||||||||
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.
This interface exposes properties and methods that are used to manage dataset definitions to be listed or used within the conventional workspace metaphor. This object provides a dataset definition ID property as well as name, description, and enabled properties. The enabled property determines whether this is listed as a dataset from the IWorkspace interface.
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
This property indicates whether or not to list this dataset name in the dataset's property of IWorkspace.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean pVal) throws IOException, AutomationException
This property indicates whether or not to list this dataset name in the dataset's property of IWorkspace.
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
This property defines a tracking service within the real-time data connection in the workspace. The tracking Service defines how data is published to ArcGIS products such as ArcMap via the Tracking Analyst Extension and to the Tracking Server web Clients. A Service is one or more data definitions, associated metadata, and the information needed for the client to query for object data. Use ITrackingServiceDef interface to access the properties needed to configure or identify a Tracking Service.
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.trackinganalyst.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
This property indicates the Feature Dataset Name object.
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
This property indicates the spatial column name for this feature class name.
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 |