|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGFSReplicaDescription
Replica description to create replica of features and symbology of published layers by Graphic Feature Server.
| Method Summary | |
|---|---|
int |
getModelType()
Set the replica model type. |
IGeometry |
getQueryGeometry()
The shape that determines which features are replicated. |
IGFSTableDescriptions |
getTableDescriptions()
Table descriptions for replication. |
boolean |
isSingleGeneration()
Indicates if the replica is a check-out. |
void |
setModelType(int modelType)
Set the replica model type. |
void |
setQueryGeometryByRef(IGeometry queryGeometry)
The shape that determines which features are replicated. |
void |
setSingleGeneration(boolean singleGeneration)
Indicates if the replica is a check-out. |
void |
setTableDescriptionsByRef(IGFSTableDescriptions gFSTableDescriptions)
Table descriptions for replication. |
| Method Detail |
|---|
void setTableDescriptionsByRef(IGFSTableDescriptions gFSTableDescriptions)
throws IOException,
AutomationException
gFSTableDescriptions - A reference to a com.esri.arcgis.carto.IGFSTableDescriptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGFSTableDescriptions getTableDescriptions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSingleGeneration(boolean singleGeneration)
throws IOException,
AutomationException
singleGeneration - The singleGeneration (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSingleGeneration()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQueryGeometryByRef(IGeometry queryGeometry)
throws IOException,
AutomationException
queryGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getQueryGeometry()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setModelType(int modelType)
throws IOException,
AutomationException
modelType - A com.esri.arcgis.geodatabase.esriReplicaModelType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getModelType()
throws IOException,
AutomationException
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 | ||||||||