| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GPSAGeoDataDomain
public class GPSAGeoDataDomain
Geoprocessor GPSA Geo-data Domain.
| Constructor Summary | |
|---|---|
GPSAGeoDataDomain()
Constructs a GPSAGeoDataDomain using ArcGIS Engine.  | 
|
GPSAGeoDataDomain(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  GPSAGeoDataDomain theGPSAGeoDataDomain = (GPSAGeoDataDomain) obj; | 
|
| Method Summary | |
|---|---|
 void | 
addDataType(IGPDataType type)
Adds a GPDataType.  | 
 void | 
addFieldType(int type)
Adds an esriFieldType.  | 
 void | 
addGeometryType(int type)
Adds an esriGeometryType.  | 
 void | 
assign(IClone src)
Assigns the properties of src to the receiver.  | 
 void | 
clearDataType()
Clears a GPDataType.  | 
 void | 
clearFieldType()
Clears a esriFieldType.  | 
 void | 
clearGeometryType()
Clears a esriGeometryTypes.  | 
 void | 
deserialize(IXMLSerializeData data)
Deserializes an object from XML.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
 IClone | 
esri_clone()
Clones the receiver and assigns the result to *clone.  | 
 void | 
getClassID(GUID[] pClassID)
getClassID  | 
static String | 
getClsid()
getClsid.  | 
 IGPDataType | 
getDataType(int index)
GPDataType at an index.  | 
 int | 
getDataTypeCount()
GPDataType count.  | 
 IEnumGPDataType | 
getDataTypes()
All GPDataTypes.  | 
 String | 
getDefaultFieldName()
Defualt field name.  | 
 int | 
getFieldType(int index)
Field type at an index.  | 
 int | 
getFieldTypeCount()
Field type count.  | 
 IEnumFieldType | 
getFieldTypes()
All esriFieldTypes.  | 
 int | 
getGeometryType(int index)
Geometry type at an index.  | 
 int | 
getGeometryTypeCount()
Geometry type count.  | 
 IEnumGeometryType | 
getGeometryTypes()
All esriGeometryTypes.  | 
 IArray | 
getOpenGxObjectFilters()
The filters used to open a dataset of this type.  | 
 IArray | 
getSaveGxObjectFilters()
The filters used to save a dataset of this type.  | 
 void | 
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax  | 
 int | 
hashCode()
the hashcode for this object  | 
 boolean | 
isCheckField()
Indicates if checking field in Validation.  | 
 void | 
isDirty()
isDirty  | 
 boolean | 
isEqual(IClone other)
Indicates if the receiver and other have the same properties.  | 
 boolean | 
isIdentical(IClone other)
Indicates if the receiver and other are the same object.  | 
 void | 
load(IStream pstm)
load  | 
 IGPMessage | 
memberOf(IGPValue value)
Indicates if the value object is a member of the geoprocessing domain type.  | 
 void | 
readExternal(ObjectInput in)
 | 
 void | 
removeDataType(IGPDataType type)
Removes a GPDataType.  | 
 void | 
removeFieldType(int type)
Removes an esriFieldType.  | 
 void | 
removeGeometryType(int type)
Removes an esriGeometryType.  | 
 void | 
save(IStream pstm,
     int fClearDirty)
save  | 
 IArray | 
selectFields(IDETable pDETable)
Selects Fields in a DETable.  | 
 IArray | 
selectFromArray(IArray dEGeoDatasets)
Selects DEGeoDatasets from an Array.  | 
 IArray | 
selectFromWorkspace(String workspacepath)
Selects DEGeoDatasets from a workspace path.  | 
 void | 
serialize(IXMLSerializeData data)
Serializes an object to XML.  | 
 void | 
setAreaFeatureData()
Sets polygon feature data.  | 
 void | 
setCheckField(boolean bUse)
Indicates if checking field in Validation.  | 
 void | 
setDefaultFieldName(String fieldName)
Defualt field name.  | 
 void | 
setFeatureData()
Sets feature data.  | 
 void | 
setLineFeatureData()
Sets polyline feature data.  | 
 void | 
setNumericFieldTypes(boolean integerOnly,
                     boolean allowOID)
Sets numeric field types.  | 
 void | 
setPointFeatureData()
Sets point-type feature data.  | 
 void | 
setRasterData(boolean integerOnly,
              boolean allowFormulated)
Sets raster data.  | 
 boolean | 
validateDataType(IGPDataType type)
Validates a GPDataType.  | 
 boolean | 
validateFieldType(int type)
Validate an esriFieldType.  | 
 boolean | 
validateGeometryType(int type)
Validates an esriGeometryType.  | 
 void | 
writeExternal(ObjectOutput out)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public GPSAGeoDataDomain()
                  throws IOException,
                         UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problemspublic GPSAGeoDataDomain(Object obj)
                  throws IOException
 GPSAGeoDataDomain theGPSAGeoDataDomain = (GPSAGeoDataDomain) obj;
obj to GPSAGeoDataDomain.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int getDataTypeCount()
                     throws IOException,
                            AutomationException
getDataTypeCount in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IGPDataType getDataType(int index)
                        throws IOException,
                               AutomationException
getDataType in interface IGPSAGeoDataDomainindex - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void addDataType(IGPDataType type)
                 throws IOException,
                        AutomationException
addDataType in interface IGPSAGeoDataDomaintype - A reference to a com.esri.arcgis.geodatabase.IGPDataType  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void removeDataType(IGPDataType type)
                    throws IOException,
                           AutomationException
removeDataType in interface IGPSAGeoDataDomaintype - A reference to a com.esri.arcgis.geodatabase.IGPDataType  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void clearDataType()
                   throws IOException,
                          AutomationException
clearDataType in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IEnumGPDataType getDataTypes()
                             throws IOException,
                                    AutomationException
getDataTypes in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public int getFieldTypeCount()
                      throws IOException,
                             AutomationException
getFieldTypeCount in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public int getFieldType(int index)
                 throws IOException,
                        AutomationException
getFieldType in interface IGPSAGeoDataDomainindex - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void addFieldType(int type)
                  throws IOException,
                         AutomationException
addFieldType in interface IGPSAGeoDataDomaintype - A com.esri.arcgis.geodatabase.esriFieldType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void removeFieldType(int type)
                     throws IOException,
                            AutomationException
removeFieldType in interface IGPSAGeoDataDomaintype - A com.esri.arcgis.geodatabase.esriFieldType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void clearFieldType()
                    throws IOException,
                           AutomationException
clearFieldType in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IEnumFieldType getFieldTypes()
                             throws IOException,
                                    AutomationException
getFieldTypes in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public int getGeometryTypeCount()
                         throws IOException,
                                AutomationException
getGeometryTypeCount in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public int getGeometryType(int index)
                    throws IOException,
                           AutomationException
getGeometryType in interface IGPSAGeoDataDomainindex - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void addGeometryType(int type)
                     throws IOException,
                            AutomationException
addGeometryType in interface IGPSAGeoDataDomaintype - A com.esri.arcgis.geometry.esriGeometryType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void removeGeometryType(int type)
                        throws IOException,
                               AutomationException
removeGeometryType in interface IGPSAGeoDataDomaintype - A com.esri.arcgis.geometry.esriGeometryType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void clearGeometryType()
                       throws IOException,
                              AutomationException
clearGeometryType in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IEnumGeometryType getGeometryTypes()
                                   throws IOException,
                                          AutomationException
getGeometryTypes in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public boolean validateDataType(IGPDataType type)
                         throws IOException,
                                AutomationException
validateDataType in interface IGPSAGeoDataDomaintype - A reference to a com.esri.arcgis.geodatabase.IGPDataType  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public boolean validateFieldType(int type)
                          throws IOException,
                                 AutomationException
validateFieldType in interface IGPSAGeoDataDomaintype - A com.esri.arcgis.geodatabase.esriFieldType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public boolean validateGeometryType(int type)
                             throws IOException,
                                    AutomationException
validateGeometryType in interface IGPSAGeoDataDomaintype - A com.esri.arcgis.geometry.esriGeometryType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray selectFields(IDETable pDETable)
                    throws IOException,
                           AutomationException
selectFields in interface IGPSAGeoDataDomainpDETable - A reference to a com.esri.arcgis.geodatabase.IDETable  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray selectFromWorkspace(String workspacepath)
                           throws IOException,
                                  AutomationException
selectFromWorkspace in interface IGPSAGeoDataDomainworkspacepath - The workspacepath  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray selectFromArray(IArray dEGeoDatasets)
                       throws IOException,
                              AutomationException
selectFromArray in interface IGPSAGeoDataDomaindEGeoDatasets - A reference to a com.esri.arcgis.system.IArray  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setRasterData(boolean integerOnly,
                          boolean allowFormulated)
                   throws IOException,
                          AutomationException
setRasterData in interface IGPSAGeoDataDomainintegerOnly - The integerOnly  (in)allowFormulated - The allowFormulated  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setFeatureData()
                    throws IOException,
                           AutomationException
setFeatureData in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setPointFeatureData()
                         throws IOException,
                                AutomationException
setPointFeatureData in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setLineFeatureData()
                        throws IOException,
                               AutomationException
setLineFeatureData in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setAreaFeatureData()
                        throws IOException,
                               AutomationException
setAreaFeatureData in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setNumericFieldTypes(boolean integerOnly,
                                 boolean allowOID)
                          throws IOException,
                                 AutomationException
setNumericFieldTypes in interface IGPSAGeoDataDomainintegerOnly - The integerOnly  (in)allowOID - The allowOID  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setCheckField(boolean bUse)
                   throws IOException,
                          AutomationException
setCheckField in interface IGPSAGeoDataDomainbUse - The bUse  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public boolean isCheckField()
                     throws IOException,
                            AutomationException
isCheckField in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setDefaultFieldName(String fieldName)
                         throws IOException,
                                AutomationException
setDefaultFieldName in interface IGPSAGeoDataDomainfieldName - The fieldName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public String getDefaultFieldName()
                           throws IOException,
                                  AutomationException
getDefaultFieldName in interface IGPSAGeoDataDomainIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray getOpenGxObjectFilters()
                              throws IOException,
                                     AutomationException
getOpenGxObjectFilters in interface IGxFilterInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IArray getSaveGxObjectFilters()
                              throws IOException,
                                     AutomationException
getSaveGxObjectFilters in interface IGxFilterInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IGPMessage memberOf(IGPValue value)
                    throws IOException,
                           AutomationException
memberOf in interface IGPDomainvalue - A reference to a com.esri.arcgis.geodatabase.IGPValue  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public IClone esri_clone()
                  throws IOException,
                         AutomationException
esri_clone in interface ICloneIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void assign(IClone src)
            throws IOException,
                   AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public boolean isEqual(IClone other)
                throws IOException,
                       AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public boolean isIdentical(IClone other)
                    throws IOException,
                           AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data)
               throws IOException,
                      AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data)
                 throws IOException,
                        AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void isDirty()
             throws IOException,
                    AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void load(IStream pstm)
          throws IOException,
                 AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void save(IStream pstm,
                 int fClearDirty)
          throws IOException,
                 AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream  (in)fClearDirty - The fClearDirty  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws IOException,
                       AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID)
                throws IOException,
                       AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out)
                   throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||