|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.TrackingServiceDef
public class TrackingServiceDef
Defines a tracking service in a server connection.
| Constructor Summary | |
|---|---|
TrackingServiceDef()
Constructs a TrackingServiceDef using ArcGIS Engine. |
|
TrackingServiceDef(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TrackingServiceDef theTrackingServiceDef = (TrackingServiceDef) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getCategory()
Indicates category of library item. |
static String |
getClsid()
getClsid. |
String |
getID()
ID value of library item. |
String |
getMetaData()
Metadata value for the tracking service. |
String |
getName()
Name of the tracking service. |
Object |
getObjectData()
Data Source of the tracking object in the tracking service. |
String |
getObjectDefinitionName()
Name that defines the object in the tracking service. |
int |
getObjectSource()
Source of the tracking object in the tracking service. |
String |
getObjectSourceConnectionString()
Connection string of the tracking object's source. |
String |
getObservationDefinitionName()
Name that defines the observation in the tracking service. |
ILibraryObject |
getParent()
Indicates parent of library item. |
int |
getSourceOfGeometry()
Source of the geometry included in tracking service. |
int |
hashCode()
the hashcode for this object |
ILibraryItem |
libClone()
Clone this object (library item). |
void |
setCategory(String pVal)
Indicates category of library item. |
void |
setID(String pVal)
ID value of library item. |
void |
setIDReadOnly(boolean rhs1)
Property Make ID Readonly. |
void |
setMetaData(String pVal)
Metadata value for the tracking service. |
void |
setName(String pVal)
Name of the tracking service. |
void |
setObjectData(Object pvarFeatureClassName)
Data Source of the tracking object in the tracking service. |
void |
setObjectDefinitionName(String pVal)
Name that defines the object in the tracking service. |
void |
setObjectSource(int pVal)
Source of the tracking object in the tracking service. |
void |
setObjectSourceConnectionString(String pVal)
Connection string of the tracking object's source. |
void |
setObservationDefinitionName(String pVal)
Name that defines the observation in the tracking service. |
void |
setParent(ILibraryObject ppiVal)
Indicates parent of library item. |
void |
setSourceOfGeometry(int pVal)
Source of the geometry included in tracking service. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public TrackingServiceDef()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TrackingServiceDef(Object obj)
throws IOException
TrackingServiceDef theTrackingServiceDef = (TrackingServiceDef) obj;
obj to TrackingServiceDef.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface ILibraryItemgetName in interface ILibraryItem2getName in interface ITrackingServiceDefgetName in interface ITrackingServiceDef2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface ILibraryItemsetName in interface ILibraryItem2setName in interface ITrackingServiceDefsetName in interface ITrackingServiceDef2pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMetaData()
throws IOException,
AutomationException
XML Tagged Meta Data describing the Tracking Service. This property is free formed text.
It is strongly recommended that a standard xml based geospatial meta data schema is used.
getMetaData in interface ITrackingServiceDefgetMetaData in interface ITrackingServiceDef2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMetaData(String pVal)
throws IOException,
AutomationException
XML Tagged Meta Data describing the Tracking Service. This property is free formed text.
It is strongly recommended that a standard xml based geospatial meta data schema is used.
setMetaData in interface ITrackingServiceDefsetMetaData in interface ITrackingServiceDef2pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getObjectDefinitionName()
throws IOException,
AutomationException
The name of the datadefinition that defines the structure of the object data message.
getObjectDefinitionName in interface ITrackingServiceDefgetObjectDefinitionName in interface ITrackingServiceDef2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectDefinitionName(String pVal)
throws IOException,
AutomationException
The name of the datadefinition that defines the structure of the object data message.
setObjectDefinitionName in interface ITrackingServiceDefsetObjectDefinitionName in interface ITrackingServiceDef2pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getObservationDefinitionName()
throws IOException,
AutomationException
The name of the datadefinition that defines the structure of the observation message.
getObservationDefinitionName in interface ITrackingServiceDefgetObservationDefinitionName in interface ITrackingServiceDef2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObservationDefinitionName(String pVal)
throws IOException,
AutomationException
The name of the datadefinition that defines the structure of the observation message.
setObservationDefinitionName in interface ITrackingServiceDefsetObservationDefinitionName in interface ITrackingServiceDef2pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getObjectSource()
throws IOException,
AutomationException
Indicates where the object data is hosted. Object data can be dynamic or recieved from some live source, or from a Geodatabase source such as a shapefile, Local Geodatabase, or an SDE server.
getObjectSource in interface ITrackingServiceDefgetObjectSource in interface ITrackingServiceDef2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectSource(int pVal)
throws IOException,
AutomationException
Indicates where the object data is hosted. Object data can be dynamic or recieved from some live source, or from a Geodatabase source such as a shapefile, Local Geodatabase, or an SDE server.
setObjectSource in interface ITrackingServiceDefsetObjectSource in interface ITrackingServiceDef2pVal - A com.esri.arcgis.trackinganalyst.enumObjectSource constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getObjectSourceConnectionString()
throws IOException,
AutomationException
This property is now Obsolete. Use ITrackingServiceDef2's ObjectData to retrieve the datasetName object.
getObjectSourceConnectionString in interface ITrackingServiceDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectSourceConnectionString(String pVal)
throws IOException,
AutomationException
This property is now Obsolete. Use ITrackingServiceDef2's ObjectData to retrieve the datasetName object.
setObjectSourceConnectionString in interface ITrackingServiceDefpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSourceOfGeometry()
throws IOException,
AutomationException
This property inidcates which data set definition contains the geometry. At least one and only one must have a Geometry in order for a tracking service to be valid.
getSourceOfGeometry in interface ITrackingServiceDefgetSourceOfGeometry in interface ITrackingServiceDef2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceOfGeometry(int pVal)
throws IOException,
AutomationException
This property inidcates which data set definition contains the geometry. At least one and only one must have a Geometry in order for a tracking service to be valid.
setSourceOfGeometry in interface ITrackingServiceDefsetSourceOfGeometry in interface ITrackingServiceDef2pVal - A com.esri.arcgis.trackinganalyst.enumShapeSource constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getObjectData()
throws IOException,
AutomationException
getObjectData in interface ITrackingServiceDef2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectData(Object pvarFeatureClassName)
throws IOException,
AutomationException
setObjectData in interface ITrackingServiceDef2pvarFeatureClassName - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCategory()
throws IOException,
AutomationException
getCategory in interface ILibraryItemgetCategory in interface ILibraryItem2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCategory(String pVal)
throws IOException,
AutomationException
setCategory in interface ILibraryItemsetCategory in interface ILibraryItem2pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getID()
throws IOException,
AutomationException
getID in interface ILibraryItemgetID in interface ILibraryItem2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILibraryObject getParent()
throws IOException,
AutomationException
getParent in interface ILibraryItemgetParent in interface ILibraryItem2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParent(ILibraryObject ppiVal)
throws IOException,
AutomationException
setParent in interface ILibraryItemsetParent in interface ILibraryItem2ppiVal - A reference to a com.esri.arcgis.trackinganalyst.ILibraryObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILibraryItem libClone()
throws IOException,
AutomationException
libClone in interface ILibraryItemlibClone in interface ILibraryItem2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setID(String pVal)
throws IOException,
AutomationException
setID in interface ILibraryItem2pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIDReadOnly(boolean rhs1)
throws IOException,
AutomationException
setIDReadOnly in interface ILibraryItem2rhs1 - The rhs1 (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 | ||||||||