|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.trackinganalyst.ITrackingServiceDefProxy
public class ITrackingServiceDefProxy
Provides access to properties that define a tracking service.
Tracking Services are used to define 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. This interface provides access to the properties needed to configure or identify a Tracking Service.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ITrackingServiceDefProxy()
|
|
ITrackingServiceDefProxy(Object obj)
|
protected |
ITrackingServiceDefProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getMetaData()
Metadata value for the tracking service. |
String |
getName()
Name of 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. |
int |
getSourceOfGeometry()
Source of the geometry included in tracking service. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setMetaData(String pVal)
Metadata value for the tracking service. |
void |
setName(String pVal)
Name of 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 |
setSourceOfGeometry(int pVal)
Source of the geometry included in tracking service. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public ITrackingServiceDefProxy()
public ITrackingServiceDefProxy(Object obj)
throws IOException
IOException
protected ITrackingServiceDefProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getName()
throws IOException,
AutomationException
getName in interface ITrackingServiceDefIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface ITrackingServiceDefpVal - 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 ITrackingServiceDefIOException - 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 ITrackingServiceDefpVal - 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 data definition that defines the structure of the object data message.
getObjectDefinitionName in interface ITrackingServiceDefIOException - 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 ITrackingServiceDefpVal - 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 data definition that defines the structure of the observation message.
getObservationDefinitionName in interface ITrackingServiceDefIOException - 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 ITrackingServiceDefpVal - 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 ITrackingServiceDefIOException - 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 ITrackingServiceDefpVal - 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 ITrackingServiceDefIOException - 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 ITrackingServiceDefpVal - A com.esri.arcgis.trackinganalyst.enumShapeSource constant (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 | ||||||||