|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGFSReplicaDescription
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 |
---|
static final int IID626846a5_e9ed_4fbf_be66_54923601cf5c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setTableDescriptionsByRef(IGFSTableDescriptions gFSTableDescriptions) throws java.io.IOException, AutomationException
gFSTableDescriptions
- A reference to a com.esri.arcgis.carto.IGFSTableDescriptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGFSTableDescriptions getTableDescriptions() 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 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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |