|
|||||||||
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.geodatabase.IGPReplicaDatasetProxy
Description: 'Provides access to members that return the properties of a replica dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IGPReplicaDatasetProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplicaDataset |
---|
IID, IID7b913e1b_4de7_4d37_82fc_81e458964cd6 |
Constructor Summary | |
---|---|
|
IGPReplicaDatasetProxy()
Deprecated. For internal use only |
|
IGPReplicaDatasetProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPReplicaDatasetProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPReplicaDatasetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPReplicaDatasetProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getDatasetType()
Deprecated. The dataset type. |
java.lang.String |
getDefQuery()
Deprecated. Definition query for the replica dataset. |
java.lang.String |
getName()
Deprecated. The name of the dataset. |
java.lang.String |
getRelDestinationClass()
Deprecated. The destination class for the relationship class. |
int |
getRelExtractDirection()
Deprecated. Defines the direction of the replicated relationship class. |
java.lang.String |
getRelOriginClass()
Deprecated. The origin class for the relationship class. |
int |
getRowsType()
Deprecated. Defines the replicated rows. |
ILongArray |
getSelectionIDs()
Deprecated. Array of selected IDs. |
boolean |
isPrivate()
Deprecated. Indicates if the replica dataset is private. |
boolean |
isUseGeometry()
Deprecated. Indicates if the geometry defined in the replica description is applied to the replica dataset. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDatasetType(int datasetType)
Deprecated. The dataset type. |
void |
setDefQuery(java.lang.String defQuery)
Deprecated. Definition query for the replica dataset. |
void |
setIsPrivate(boolean isPrivate)
Deprecated. Indicates if the replica dataset is private. |
void |
setName(java.lang.String name)
Deprecated. The name of the dataset. |
void |
setRelDestinationClass(java.lang.String destClass)
Deprecated. The destination class for the relationship class. |
void |
setRelExtractDirection(int relExtractDir)
Deprecated. Defines the direction of the replicated relationship class. |
void |
setRelOriginClass(java.lang.String originClass)
Deprecated. The origin class for the relationship class. |
void |
setRowsType(int rowsType)
Deprecated. Defines the replicated rows. |
void |
setSelectionIDsByRef(ILongArray longArray)
Deprecated. Array of selected IDs. |
void |
setUseGeometry(boolean useGeometry)
Deprecated. Indicates if the geometry defined in the replica description is applied to the replica dataset. |
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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGPReplicaDatasetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGPReplicaDatasetProxy()
public IGPReplicaDatasetProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPReplicaDatasetProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPReplicaDatasetProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IGPReplicaDataset
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetType(int datasetType) throws java.io.IOException, AutomationException
setDatasetType
in interface IGPReplicaDataset
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDatasetType() throws java.io.IOException, AutomationException
getDatasetType
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRowsType(int rowsType) throws java.io.IOException, AutomationException
setRowsType
in interface IGPReplicaDataset
rowsType
- A com.esri.arcgis.geodatabase.esriRowsType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRowsType() throws java.io.IOException, AutomationException
getRowsType
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsPrivate(boolean isPrivate) throws java.io.IOException, AutomationException
setIsPrivate
in interface IGPReplicaDataset
isPrivate
- The isPrivate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPrivate() throws java.io.IOException, AutomationException
isPrivate
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseGeometry(boolean useGeometry) throws java.io.IOException, AutomationException
setUseGeometry
in interface IGPReplicaDataset
useGeometry
- The useGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseGeometry() throws java.io.IOException, AutomationException
isUseGeometry
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefQuery(java.lang.String defQuery) throws java.io.IOException, AutomationException
setDefQuery
in interface IGPReplicaDataset
defQuery
- The defQuery (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefQuery() throws java.io.IOException, AutomationException
getDefQuery
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionIDsByRef(ILongArray longArray) throws java.io.IOException, AutomationException
setSelectionIDsByRef
in interface IGPReplicaDataset
longArray
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILongArray getSelectionIDs() throws java.io.IOException, AutomationException
getSelectionIDs
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelExtractDirection(int relExtractDir) throws java.io.IOException, AutomationException
setRelExtractDirection
in interface IGPReplicaDataset
relExtractDir
- A com.esri.arcgis.geodatabase.esriRelExtractDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRelExtractDirection() throws java.io.IOException, AutomationException
getRelExtractDirection
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelOriginClass(java.lang.String originClass) throws java.io.IOException, AutomationException
setRelOriginClass
in interface IGPReplicaDataset
originClass
- The originClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRelOriginClass() throws java.io.IOException, AutomationException
getRelOriginClass
in interface IGPReplicaDataset
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelDestinationClass(java.lang.String destClass) throws java.io.IOException, AutomationException
setRelDestinationClass
in interface IGPReplicaDataset
destClass
- The destClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRelDestinationClass() throws java.io.IOException, AutomationException
getRelDestinationClass
in interface IGPReplicaDataset
java.io.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 |