com.esri.arcgis.trackinganalyst
Class AMSDatasetName

java.lang.Object
  extended bycom.esri.arcgis.trackinganalyst.AMSDatasetName
All Implemented Interfaces:
IAMSDatasetName, IDatasetName, IName, ITableName, java.io.Serializable

public class AMSDatasetName
extends java.lang.Object
implements IAMSDatasetName, IName, IDatasetName, ITableName

Controls the settings for the tracking dataset names.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Description

This class is the defintion for the COM object that is the dataset name object of the workspace. The AMSDatasetName object provides an extension to ESRI's datasetname object by providing an additional property named Enabled. This allows the workspace to limit the dataset names that are returned through the convesional IWorkspace datasetnames property to those that are enabled.

See Also:
Serialized Form

Constructor Summary
AMSDatasetName()
          Constructs a AMSDatasetName using ArcGIS Engine.
AMSDatasetName(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 IAMSDatasetName getAsIAMSDatasetName()
          Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.
 IDatasetName getAsIDatasetName()
          Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.
 IName getAsIName()
          Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.
 ITableName getAsITableName()
          Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.
 java.lang.String getCategory()
          The category of the dataset.
static java.lang.String getClsid()
           
 IDatasetName getFeatureDatasetName()
          The Feature Dataset Name object.
 int getFeatureType()
          The feature type for this feature class name.
 java.lang.String getName()
          The name of the dataset.
 java.lang.String getNameString()
          The name string of the object.
 java.lang.String getShapeFieldName()
          The spatial column name for this feature class name.
 int getShapeType()
          The feature class shape type.
 IEnumDatasetName getSubsetNames()
          Subset names contained within this dataset name.
 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.
 int getType()
          The type of the dataset.
 IWorkspaceName getWorkspaceName()
          The WorkspaceName of the DatasetName.
 int hashCode()
          the hashcode for this object
 boolean isVisible()
          Indicates whether or not the dataset name is visible in the workspace dialog.
 java.lang.Object open()
          Opens the object referred to by this name.
 void setCategory(java.lang.String category)
          The category of the dataset.
 void setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
          The Feature Dataset Name object.
 void setFeatureType(int type)
          The feature type for this feature class name.
 void setName(java.lang.String name)
          The name of the dataset.
 void setNameString(java.lang.String nameString)
          The name string of the object.
 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.
 void setWorkspaceNameByRef(IWorkspaceName workspaceName)
          The WorkspaceName of the DatasetName.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMSDatasetName

public AMSDatasetName()
               throws java.io.IOException,
                      java.net.UnknownHostException
Constructs a AMSDatasetName using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

AMSDatasetName

public AMSDatasetName(java.lang.Object obj)
               throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.

Construct a AMSDatasetName using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AMSDatasetName.
AMSDatasetName theAMSDatasetName = (AMSDatasetName) obj;

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()

getAsIAMSDatasetName

public IAMSDatasetName getAsIAMSDatasetName()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.


getAsIName

public IName getAsIName()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.


getAsIDatasetName

public IDatasetName getAsIDatasetName()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.


getAsITableName

public ITableName getAsITableName()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.


equals

public boolean equals(java.lang.Object o)
Compare this object with another


hashCode

public int hashCode()
the hashcode for this object


isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Description copied from interface: IAMSDatasetName
Indicates whether or not the dataset name is visible in the workspace dialog.

Description

This property indicates whether or not to list this dataset name in the dataset's property of IWorkspace.

Specified by:
isVisible in interface IAMSDatasetName
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

public void setVisible(boolean pVal)
                throws java.io.IOException,
                       AutomationException
Description copied from interface: IAMSDatasetName
Indicates whether or not the dataset name is visible in the workspace dialog.

Description

This property indicates whether or not to list this dataset name in the dataset's property of IWorkspace.

Specified by:
setVisible in interface IAMSDatasetName
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTemporalColumnName

public java.lang.String getTemporalColumnName()
                                       throws java.io.IOException,
                                              AutomationException
Description copied from interface: IAMSDatasetName
Name of the column containing the time and date information.

Specified by:
getTemporalColumnName in interface IAMSDatasetName
Returns:
The pVal
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getTrackingService

public ITrackingServiceDef getTrackingService()
                                       throws java.io.IOException,
                                              AutomationException
Description copied from interface: IAMSDatasetName
Defines a tracking service within the real-time data connection in the workspace.

Specified by:
getTrackingService in interface IAMSDatasetName
Returns:
A reference to a com.esri.arcgis.trackinganalyst.ITrackingServiceDef
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

setTrackingServiceByRef

public void setTrackingServiceByRef(ITrackingServiceDef pVal)
                             throws java.io.IOException,
                                    AutomationException
Description copied from interface: IAMSDatasetName
Defines a tracking service within the real-time data connection in the workspace.

Specified by:
setTrackingServiceByRef in interface IAMSDatasetName
Parameters:
pVal - A reference to a com.esri.arcgis.trackinganalyst.ITrackingServiceDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShapeType

public int getShapeType()
                 throws java.io.IOException,
                        AutomationException
Description copied from interface: IAMSDatasetName
The feature class shape type.

Specified by:
getShapeType in interface IAMSDatasetName
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.

setShapeType

public void setShapeType(int type)
                  throws java.io.IOException,
                         AutomationException
Description copied from interface: IAMSDatasetName
The feature class shape type.

Specified by:
setShapeType in interface IAMSDatasetName
Parameters:
type - 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.

getFeatureDatasetName

public IDatasetName getFeatureDatasetName()
                                   throws java.io.IOException,
                                          AutomationException
Description copied from interface: IAMSDatasetName
The Feature Dataset Name object.

Specified by:
getFeatureDatasetName in interface IAMSDatasetName
Returns:
A reference to a com.esri.arcgis.geodatabase.IDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureDatasetNameByRef

public void setFeatureDatasetNameByRef(IDatasetName featureDatasetName)
                                throws java.io.IOException,
                                       AutomationException
Description copied from interface: IAMSDatasetName
The Feature Dataset Name object.

Specified by:
setFeatureDatasetNameByRef in interface IAMSDatasetName
Parameters:
featureDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureType

public int getFeatureType()
                   throws java.io.IOException,
                          AutomationException
Description copied from interface: IAMSDatasetName
The feature type for this feature class name.

Specified by:
getFeatureType in interface IAMSDatasetName
Returns:
A com.esri.arcgis.geodatabase.esriFeatureType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureType

public void setFeatureType(int type)
                    throws java.io.IOException,
                           AutomationException
Description copied from interface: IAMSDatasetName
The feature type for this feature class name.

Specified by:
setFeatureType in interface IAMSDatasetName
Parameters:
type - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getShapeFieldName

public java.lang.String getShapeFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Description copied from interface: IAMSDatasetName
The spatial column name for this feature class name.

Specified by:
getShapeFieldName in interface IAMSDatasetName
Returns:
The name
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

setShapeFieldName

public void setShapeFieldName(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
Description copied from interface: IAMSDatasetName
The spatial column name for this feature class name.

Specified by:
setShapeFieldName in interface IAMSDatasetName
Parameters:
name - The name (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Description copied from interface: IDatasetName
The name of the dataset.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getName in interface IDatasetName
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Description copied from interface: IDatasetName
The name of the dataset.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setName in interface IDatasetName
Parameters:
name - The name (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
Description copied from interface: IDatasetName
The type of the dataset.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getType in interface IDatasetName
Returns:
A com.esri.arcgis.geodatabase.esriDatasetType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCategory

public java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
Description copied from interface: IDatasetName
The category of the dataset.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getCategory in interface IDatasetName
Returns:
The category
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

setCategory

public void setCategory(java.lang.String category)
                 throws java.io.IOException,
                        AutomationException
Description copied from interface: IDatasetName
The category of the dataset.

Supported Platforms

Windows, Solaris, Linux

Specified by:
setCategory in interface IDatasetName
Parameters:
category - The category (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getWorkspaceName

public IWorkspaceName getWorkspaceName()
                                throws java.io.IOException,
                                       AutomationException
Description copied from interface: IDatasetName
The WorkspaceName of the DatasetName.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getWorkspaceName in interface IDatasetName
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkspaceNameByRef

public void setWorkspaceNameByRef(IWorkspaceName workspaceName)
                           throws java.io.IOException,
                                  AutomationException
Description copied from interface: IDatasetName
The WorkspaceName of the DatasetName.

Specified by:
setWorkspaceNameByRef in interface IDatasetName
Parameters:
workspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getSubsetNames

public IEnumDatasetName getSubsetNames()
                                throws java.io.IOException,
                                       AutomationException
Description copied from interface: IDatasetName
Subset names contained within this dataset name.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getSubsetNames in interface IDatasetName
Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumDatasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNameString

public void setNameString(java.lang.String nameString)
                   throws java.io.IOException,
                          AutomationException
Description copied from interface: IName
The name string of the object.

Supported Platforms

Windows, Solaris, Linux

Remarks

The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.

Specified by:
setNameString in interface IName
Parameters:
nameString - The nameString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNameString

public java.lang.String getNameString()
                               throws java.io.IOException,
                                      AutomationException
Description copied from interface: IName
The name string of the object.

Supported Platforms

Windows, Solaris, Linux

Remarks

The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.

Specified by:
getNameString in interface IName
Returns:
The nameString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

open

public java.lang.Object open()
                      throws java.io.IOException,
                             AutomationException
Description copied from interface: IName
Opens the object referred to by this name.

Supported Platforms

Windows, Solaris, Linux

Remarks

The Open method lets you instantiate the actual object given the name object.

Note: Opening a feature class that participates in a topology or geometric network will also open all other feature classes participating in the topology or geometric network in memory.

 

Specified by:
open in interface IName
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.