|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getDataTypeCount() throws IOException, AutomationException
getDataTypeCount
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType(int index) throws IOException, AutomationException
getDataType
in interface IGPSAGeoDataDomain
index
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPDataType getDataTypes() throws IOException, AutomationException
getDataTypes
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldTypeCount() throws IOException, AutomationException
getFieldTypeCount
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldType(int index) throws IOException, AutomationException
getFieldType
in interface IGPSAGeoDataDomain
index
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumFieldType getFieldTypes() throws IOException, AutomationException
getFieldTypes
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryTypeCount() throws IOException, AutomationException
getGeometryTypeCount
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryType(int index) throws IOException, AutomationException
getGeometryType
in interface IGPSAGeoDataDomain
index
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGeometryType getGeometryTypes() throws IOException, AutomationException
getGeometryTypes
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean validateDataType(IGPDataType type) throws IOException, AutomationException
validateDataType
in interface IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
type
- 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 IGPSAGeoDataDomain
pDETable
- 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 IGPSAGeoDataDomain
workspacepath
- 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 IGPSAGeoDataDomain
dEGeoDatasets
- 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 IGPSAGeoDataDomain
integerOnly
- 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 IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointFeatureData() throws IOException, AutomationException
setPointFeatureData
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineFeatureData() throws IOException, AutomationException
setLineFeatureData
in interface IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaFeatureData() throws IOException, AutomationException
setAreaFeatureData
in interface IGPSAGeoDataDomain
IOException
- 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 IGPSAGeoDataDomain
integerOnly
- 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 IGPSAGeoDataDomain
bUse
- 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 IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultFieldName(String fieldName) throws IOException, AutomationException
setDefaultFieldName
in interface IGPSAGeoDataDomain
fieldName
- 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 IGPSAGeoDataDomain
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getOpenGxObjectFilters() throws IOException, AutomationException
getOpenGxObjectFilters
in interface IGxFilterInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSaveGxObjectFilters() throws IOException, AutomationException
getSaveGxObjectFilters
in interface IGxFilterInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessage memberOf(IGPValue value) throws IOException, AutomationException
memberOf
in interface IGPDomain
value
- 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 IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- 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 IClone
other
- 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 IClone
other
- 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 IXMLSerialize
data
- 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 IXMLSerialize
data
- 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 IPersistStream
IOException
- 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 IPersistStream
pstm
- 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 IPersistStream
pstm
- 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 IPersistStream
pcbSize
- 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 IPersist
pClassID
- 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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |