|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geoprocessing.GPSAGeoDataDomain
public class GPSAGeoDataDomain
COM Class 'GPSAGeoDataDomain'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Geoprocessor GPSA Geo-data Domain.' 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.geoprocessing.IGPSAGeoDataDomain |
---|
IID, IIDc20fa807_c504_446c_8279_39a9170c8ffe, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IGxFilterInfo |
---|
IID, IID691be63c_024f_4958_8f9b_d8252342e915, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IGPDomain |
---|
IID, IID0948f56f_9a99_4672_959e_3519f5676add, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IClone |
---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
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 |
Constructor Summary | |
---|---|
GPSAGeoDataDomain()
Constructs a GPSAGeoDataDomain using ArcGIS Engine. |
|
GPSAGeoDataDomain(java.lang.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(java.lang.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 java.lang.String |
getClsid()
getClsid. |
IGPDataType |
getDataType(int index)
GPDataType at an index. |
int |
getDataTypeCount()
GPDataType count. |
IEnumGPDataType |
getDataTypes()
All GPDataTypes. |
java.lang.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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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(java.io.ObjectInput in)
|
void |
release()
Release a GPSAGeoDataDomain. |
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(java.lang.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(java.lang.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(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 GPSAGeoDataDomain() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GPSAGeoDataDomain(java.lang.Object obj) throws java.io.IOException
GPSAGeoDataDomain theGPSAGeoDataDomain = (GPSAGeoDataDomain) obj;
obj
to GPSAGeoDataDomain
.
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 int getDataTypeCount() throws java.io.IOException, AutomationException
getDataTypeCount
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPDataType getDataType(int index) throws java.io.IOException, AutomationException
getDataType
in interface IGPSAGeoDataDomain
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addDataType(IGPDataType type) throws java.io.IOException, AutomationException
addDataType
in interface IGPSAGeoDataDomain
type
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeDataType(IGPDataType type) throws java.io.IOException, AutomationException
removeDataType
in interface IGPSAGeoDataDomain
type
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearDataType() throws java.io.IOException, AutomationException
clearDataType
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGPDataType getDataTypes() throws java.io.IOException, AutomationException
getDataTypes
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldTypeCount() throws java.io.IOException, AutomationException
getFieldTypeCount
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldType(int index) throws java.io.IOException, AutomationException
getFieldType
in interface IGPSAGeoDataDomain
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFieldType(int type) throws java.io.IOException, AutomationException
addFieldType
in interface IGPSAGeoDataDomain
type
- A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeFieldType(int type) throws java.io.IOException, AutomationException
removeFieldType
in interface IGPSAGeoDataDomain
type
- A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearFieldType() throws java.io.IOException, AutomationException
clearFieldType
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumFieldType getFieldTypes() throws java.io.IOException, AutomationException
getFieldTypes
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryTypeCount() throws java.io.IOException, AutomationException
getGeometryTypeCount
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryType(int index) throws java.io.IOException, AutomationException
getGeometryType
in interface IGPSAGeoDataDomain
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addGeometryType(int type) throws java.io.IOException, AutomationException
addGeometryType
in interface IGPSAGeoDataDomain
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeGeometryType(int type) throws java.io.IOException, AutomationException
removeGeometryType
in interface IGPSAGeoDataDomain
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearGeometryType() throws java.io.IOException, AutomationException
clearGeometryType
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumGeometryType getGeometryTypes() throws java.io.IOException, AutomationException
getGeometryTypes
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean validateDataType(IGPDataType type) throws java.io.IOException, AutomationException
validateDataType
in interface IGPSAGeoDataDomain
type
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean validateFieldType(int type) throws java.io.IOException, AutomationException
validateFieldType
in interface IGPSAGeoDataDomain
type
- A com.esri.arcgis.geodatabase.esriFieldType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean validateGeometryType(int type) throws java.io.IOException, AutomationException
validateGeometryType
in interface IGPSAGeoDataDomain
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray selectFields(IDETable pDETable) throws java.io.IOException, AutomationException
selectFields
in interface IGPSAGeoDataDomain
pDETable
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray selectFromWorkspace(java.lang.String workspacepath) throws java.io.IOException, AutomationException
selectFromWorkspace
in interface IGPSAGeoDataDomain
workspacepath
- The workspacepath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray selectFromArray(IArray dEGeoDatasets) throws java.io.IOException, AutomationException
selectFromArray
in interface IGPSAGeoDataDomain
dEGeoDatasets
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterData(boolean integerOnly, boolean allowFormulated) throws java.io.IOException, AutomationException
setRasterData
in interface IGPSAGeoDataDomain
integerOnly
- The integerOnly (in)allowFormulated
- The allowFormulated (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureData() throws java.io.IOException, AutomationException
setFeatureData
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPointFeatureData() throws java.io.IOException, AutomationException
setPointFeatureData
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineFeatureData() throws java.io.IOException, AutomationException
setLineFeatureData
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAreaFeatureData() throws java.io.IOException, AutomationException
setAreaFeatureData
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumericFieldTypes(boolean integerOnly, boolean allowOID) throws java.io.IOException, AutomationException
setNumericFieldTypes
in interface IGPSAGeoDataDomain
integerOnly
- The integerOnly (in)allowOID
- The allowOID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCheckField(boolean bUse) throws java.io.IOException, AutomationException
setCheckField
in interface IGPSAGeoDataDomain
bUse
- The bUse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCheckField() throws java.io.IOException, AutomationException
isCheckField
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setDefaultFieldName
in interface IGPSAGeoDataDomain
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultFieldName() throws java.io.IOException, AutomationException
getDefaultFieldName
in interface IGPSAGeoDataDomain
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getOpenGxObjectFilters() throws java.io.IOException, AutomationException
getOpenGxObjectFilters
in interface IGxFilterInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSaveGxObjectFilters() throws java.io.IOException, AutomationException
getSaveGxObjectFilters
in interface IGxFilterInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessage memberOf(IGPValue value) throws java.io.IOException, AutomationException
memberOf
in interface IGPDomain
value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone
in interface IClone
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
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 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 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 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 |