|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPReplicaDescription
COM Interface 'IGPReplicaDescription'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members which set and return the properties of a GPReplicaDescription object.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe4c1358f_56cf_4c9b_99cd_1bf58d45f1bb
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getModelType()
The replica model type. |
IGeometry |
getQueryGeometry()
The shape that determines which features are replicated. |
IGPReplicaDatasets |
getReplicaDatasets()
The datasets in the replica. |
int |
getSpatialRelation()
Defines how the shape returned by the QueryGeometry property is applied during replication and synchronization. |
void |
init(IReplica replica)
Initializes the object from an existing replica. |
boolean |
isSingleGeneration()
Indicates if the replica is a check-out. |
boolean |
isTransferRelatedObjects()
Indicates if related objects are replicated. |
void |
setModelType(int modelType)
The replica model type. |
void |
setQueryGeometryByRef(IGeometry queryGeometry)
The shape that determines which features are replicated. |
void |
setReplicaDatasetsByRef(IGPReplicaDatasets replicaDatasets)
The datasets in the replica. |
void |
setSingleGeneration(boolean singleGeneration)
Indicates if the replica is a check-out. |
void |
setSpatialRelation(int spatialRelation)
Defines how the shape returned by the QueryGeometry property is applied during replication and synchronization. |
void |
setTransferRelatedObjects(boolean transferRelObjects)
Indicates if related objects are replicated. |
| Field Detail |
|---|
static final int IIDe4c1358f_56cf_4c9b_99cd_1bf58d45f1bb
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void init(IReplica replica)
throws java.io.IOException,
AutomationException
replica - A reference to a com.esri.arcgis.geodatabase.IReplica (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setModelType(int modelType)
throws java.io.IOException,
AutomationException
modelType - A com.esri.arcgis.geodatabase.esriReplicaModelType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getModelType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSingleGeneration(boolean singleGeneration)
throws java.io.IOException,
AutomationException
singleGeneration - The singleGeneration (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSingleGeneration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialRelation(int spatialRelation)
throws java.io.IOException,
AutomationException
spatialRelation - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSpatialRelation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQueryGeometryByRef(IGeometry queryGeometry)
throws java.io.IOException,
AutomationException
queryGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getQueryGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReplicaDatasetsByRef(IGPReplicaDatasets replicaDatasets)
throws java.io.IOException,
AutomationException
replicaDatasets - A reference to a com.esri.arcgis.geodatabase.IGPReplicaDatasets (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPReplicaDatasets getReplicaDatasets()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransferRelatedObjects(boolean transferRelObjects)
throws java.io.IOException,
AutomationException
transferRelObjects - The transferRelObjects (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isTransferRelatedObjects()
throws java.io.IOException,
AutomationException
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 | ||||||||