com.esri.arcgis.carto
Interface IGFSReplicaDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GFSReplicaDescription, IGFSReplicaDescriptionProxy

public interface IGFSReplicaDescription
extends java.io.Serializable

COM Interface 'IGFSReplicaDescription'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Replica description to create replica of features and symbology of published layers by Graphic Feature Server.' 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 IID626846a5_e9ed_4fbf_be66_54923601cf5c
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID626846a5_e9ed_4fbf_be66_54923601cf5c

static final int IID626846a5_e9ed_4fbf_be66_54923601cf5c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setTableDescriptionsByRef

void setTableDescriptionsByRef(IGFSTableDescriptions gFSTableDescriptions)
                               throws java.io.IOException,
                                      AutomationException
Table descriptions for replication.

Parameters:
gFSTableDescriptions - A reference to a com.esri.arcgis.carto.IGFSTableDescriptions (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableDescriptions

IGFSTableDescriptions getTableDescriptions()
                                           throws java.io.IOException,
                                                  AutomationException
Table descriptions for replication.

Returns:
A reference to a com.esri.arcgis.carto.IGFSTableDescriptions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSingleGeneration

void setSingleGeneration(boolean singleGeneration)
                         throws java.io.IOException,
                                AutomationException
Indicates if the replica is a check-out.

Parameters:
singleGeneration - The singleGeneration (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSingleGeneration

boolean isSingleGeneration()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the replica is a check-out.

Returns:
The singleGeneration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryGeometryByRef

void setQueryGeometryByRef(IGeometry queryGeometry)
                           throws java.io.IOException,
                                  AutomationException
The shape that determines which features are replicated.

Parameters:
queryGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryGeometry

IGeometry getQueryGeometry()
                           throws java.io.IOException,
                                  AutomationException
The shape that determines which features are replicated.

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setModelType

void setModelType(int modelType)
                  throws java.io.IOException,
                         AutomationException
Set the replica model type.

Parameters:
modelType - A com.esri.arcgis.geodatabase.esriReplicaModelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModelType

int getModelType()
                 throws java.io.IOException,
                        AutomationException
Set the replica model type.

Returns:
A com.esri.arcgis.geodatabase.esriReplicaModelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.