|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.spatialanalyst.GPSAUtil
public class GPSAUtil
GeoProcessor Spatial SpatialUtil object.
Constructor Summary | |
---|---|
GPSAUtil()
Constructs a GPSAUtil using ArcGIS Engine. |
|
GPSAUtil(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPSAUtil theGPSAUtil = (GPSAUtil) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getAPrioriEnum(String name)
Gets the Apriori Enum. |
static String |
getClsid()
getClsid. |
ICodedValueDomain |
getCodedValueDomainFromRemap(IGPValue pValue)
Gets a CodedValueDomain From Remap. |
int |
getCostPathEnum(String name)
Gets Cost Path Enum. |
int |
getFilterEnum(String name)
Gets Filter Enum. |
IGPValue |
getRemapFromCodedValueDomain(ICodedValueDomain pCVDomain,
IGPEvaluationScale pEvalScale)
Gets Remap From a CodedValueDomain. |
int |
getSemiVariogramEnum(String svgName)
Gets SemiVariogram Enum. |
int |
getSliceEnum(String name)
Gets Slice Enum. |
int |
getSlopeEnum(String name)
Gets Slope Enum. |
int |
getSortEnum(String name)
Gets Sort Enum. |
int |
getSplineEnum(String name)
Gets spline Enum. |
int |
getStatisticsEnum(String statsName,
boolean bInteger)
Gets Statistics Enum. |
int |
getStreamOrderEnum(String name)
Gets Stream Order Enum. |
int |
getTopoFeatureEnum(String topoFeatureName)
Gets the TopoFeature Enum. |
String |
getTopoFeatureName(int topoEnum)
Gets the TopoFeature Name. |
int |
getTrendEnum(String name)
Gets Trend Enum. |
int |
getVisibilityEnum(String name)
Gets Visibility Enum. |
int |
getZonalGeometryEnum(String name)
Gets Zonal Geometry Enum. |
int |
hashCode()
the hashcode for this object |
void |
setStatisticsDomain(boolean bInteger,
IGPCodedValueDomain[] pDomian)
Sets a statistics domain. |
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 GPSAUtil() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GPSAUtil(Object obj) throws IOException
GPSAUtil theGPSAUtil = (GPSAUtil) obj;
obj
to GPSAUtil
.
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 void setStatisticsDomain(boolean bInteger, IGPCodedValueDomain[] pDomian) throws IOException, AutomationException
setStatisticsDomain
in interface IGPSAUtil
bInteger
- The bInteger (in)pDomian
- A reference to a com.esri.arcgis.geodatabase.IGPCodedValueDomain (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSplineEnum(String name) throws IOException, AutomationException
getSplineEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTrendEnum(String name) throws IOException, AutomationException
getTrendEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVisibilityEnum(String name) throws IOException, AutomationException
getVisibilityEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSlopeEnum(String name) throws IOException, AutomationException
getSlopeEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSliceEnum(String name) throws IOException, AutomationException
getSliceEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFilterEnum(String name) throws IOException, AutomationException
getFilterEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatisticsEnum(String statsName, boolean bInteger) throws IOException, AutomationException
getStatisticsEnum
in interface IGPSAUtil
statsName
- The statsName (in)bInteger
- The bInteger (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSemiVariogramEnum(String svgName) throws IOException, AutomationException
getSemiVariogramEnum
in interface IGPSAUtil
svgName
- The svgName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStreamOrderEnum(String name) throws IOException, AutomationException
getStreamOrderEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCostPathEnum(String name) throws IOException, AutomationException
getCostPathEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSortEnum(String name) throws IOException, AutomationException
getSortEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getZonalGeometryEnum(String name) throws IOException, AutomationException
getZonalGeometryEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAPrioriEnum(String name) throws IOException, AutomationException
getAPrioriEnum
in interface IGPSAUtil
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTopoFeatureName(int topoEnum) throws IOException, AutomationException
getTopoFeatureName
in interface IGPSAUtil
topoEnum
- A com.esri.arcgis.spatialanalyst.esriGPSATopoTypeEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTopoFeatureEnum(String topoFeatureName) throws IOException, AutomationException
getTopoFeatureEnum
in interface IGPSAUtil
topoFeatureName
- The topoFeatureName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICodedValueDomain getCodedValueDomainFromRemap(IGPValue pValue) throws IOException, AutomationException
getCodedValueDomainFromRemap
in interface IGPSAUtil
pValue
- 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 IGPValue getRemapFromCodedValueDomain(ICodedValueDomain pCVDomain, IGPEvaluationScale pEvalScale) throws IOException, AutomationException
getRemapFromCodedValueDomain
in interface IGPSAUtil
pCVDomain
- A reference to a com.esri.arcgis.geodatabase.ICodedValueDomain (in)pEvalScale
- A reference to a com.esri.arcgis.spatialanalyst.IGPEvaluationScale (in)
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 |