|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geodatabase.GPReplicaDataset
public class GPReplicaDataset
COM Class 'GPReplicaDataset'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description '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 =
Field Summary | |
---|---|
static long |
serialVersionUID
|
Fields inherited from interface com.esri.arcgis.geodatabase.IGPValue |
---|
IID, IID92ee08b6_c757_4178_803c_67cd665ac801, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplicaDataset2 |
---|
IID, IID484704ee_1f3c_4342_961b_0337217cf20a, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPReplicaDataset |
---|
IID7b913e1b_4de7_4d37_82fc_81e458964cd6 |
Fields inherited from interface com.esri.arcgis.system.IXMLSerialize |
---|
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.system.IXMLVersionSupport |
---|
IID, IID72ca65b9_13de_48b7_8443_717b69b72a99, xxDummy |
Constructor Summary | |
---|---|
GPReplicaDataset()
Constructs a GPReplicaDataset using ArcGIS Engine. |
|
GPReplicaDataset(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPReplicaDataset theGPReplicaDataset = (GPReplicaDataset) obj; |
Method Summary | |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
void |
empty()
Clears the value object. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAsText()
Provides the value of the value object. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
int |
getDatasetID()
Set datasetID for a ReplicaDataset. |
int |
getDatasetType()
The dataset type. |
java.lang.String |
getDefQuery()
Definition query for the replica dataset. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLayerID()
Set layerID for a ReplicaDataset. |
java.lang.String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
java.lang.String |
getName()
The name of the dataset. |
java.lang.String |
getParentDatabase()
Set parent dbase for the GPReplicaDataset. |
java.lang.String |
getParentOwner()
Set parent owner for the GPReplicaDataset. |
java.lang.String |
getRelDestinationClass()
The destination class for the relationship class. |
int |
getRelExtractDirection()
Defines the direction of the replicated relationship class. |
java.lang.String |
getRelOriginClass()
The origin class for the relationship class. |
int |
getRowsType()
Defines the replicated rows. |
ILongArray |
getSelectionIDs()
Array of selected IDs. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getTargetName()
The target name for the GPReplicaDataset. |
int |
hashCode()
the hashcode for this object |
IGPDataType |
IGPValue_getDataType()
The data type of the value object. |
void |
isDirty()
isDirty |
boolean |
isEmpty()
Indicates if the value object is empty. |
boolean |
isPrivate()
Indicates if the replica dataset is private. |
boolean |
isUseGeometry()
Indicates if the geometry defined in the replica description is applied to the replica dataset. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a GPReplicaDataset. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
IGPMessage |
setAsText(java.lang.String text)
Provides the value of the value object with the given string value. |
void |
setDatasetID(int datasetID)
Set datasetID for a ReplicaDataset. |
void |
setDatasetType(int datasetType)
The dataset type. |
void |
setDefQuery(java.lang.String defQuery)
Definition query for the replica dataset. |
void |
setIsPrivate(boolean isPrivate)
Indicates if the replica dataset is private. |
void |
setLayerID(int layerID)
Set layerID for a ReplicaDataset. |
void |
setName(java.lang.String name)
The name of the dataset. |
void |
setParentDatabase(java.lang.String parentDBase)
Set parent dbase for the GPReplicaDataset. |
void |
setParentOwner(java.lang.String parentOwner)
Set parent owner for the GPReplicaDataset. |
void |
setRelDestinationClass(java.lang.String destClass)
The destination class for the relationship class. |
void |
setRelExtractDirection(int relExtractDir)
Defines the direction of the replicated relationship class. |
void |
setRelOriginClass(java.lang.String originClass)
The origin class for the relationship class. |
void |
setRowsType(int rowsType)
Defines the replicated rows. |
void |
setSelectionIDsByRef(ILongArray longArray)
Array of selected IDs. |
void |
setTargetName(java.lang.String targetName)
The target name for the GPReplicaDataset. |
void |
setUseGeometry(boolean useGeometry)
Indicates if the geometry defined in the replica description is applied to the replica dataset. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public GPReplicaDataset() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GPReplicaDataset(java.lang.Object obj) throws java.io.IOException
GPReplicaDataset theGPReplicaDataset = (GPReplicaDataset) obj;
obj
to GPReplicaDataset
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IGPDataType IGPValue_getDataType() throws java.io.IOException, AutomationException
IGPValue_getDataType
in interface IGPValue
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEmpty() throws java.io.IOException, AutomationException
isEmpty
in interface IGPValue
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void empty() throws java.io.IOException, AutomationException
empty
in interface IGPValue
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAsText() throws java.io.IOException, AutomationException
getAsText
in interface IGPValue
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessage setAsText(java.lang.String text) throws java.io.IOException, AutomationException
setAsText
in interface IGPValue
text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.public void setTargetName(java.lang.String targetName) throws java.io.IOException, AutomationException
setTargetName
in interface IGPReplicaDataset2
targetName
- The targetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTargetName() throws java.io.IOException, AutomationException
getTargetName
in interface IGPReplicaDataset2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentOwner(java.lang.String parentOwner) throws java.io.IOException, AutomationException
setParentOwner
in interface IGPReplicaDataset2
parentOwner
- The parentOwner (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getParentOwner() throws java.io.IOException, AutomationException
getParentOwner
in interface IGPReplicaDataset2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentDatabase(java.lang.String parentDBase) throws java.io.IOException, AutomationException
setParentDatabase
in interface IGPReplicaDataset2
parentDBase
- The parentDBase (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getParentDatabase() throws java.io.IOException, AutomationException
getParentDatabase
in interface IGPReplicaDataset2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetID(int datasetID) throws java.io.IOException, AutomationException
setDatasetID
in interface IGPReplicaDataset2
datasetID
- The datasetID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDatasetID() throws java.io.IOException, AutomationException
getDatasetID
in interface IGPReplicaDataset2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerID(int layerID) throws java.io.IOException, AutomationException
setLayerID
in interface IGPReplicaDataset2
layerID
- The layerID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerID() throws java.io.IOException, AutomationException
getLayerID
in interface IGPReplicaDataset2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMinNamespaceSupported() throws java.io.IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |