|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.spatialanalyst.GPSAUtil
public class GPSAUtil
COM Class 'GPSAUtil'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description 'GeoProcessor Spatial SpatialUtil object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.spatialanalyst.IGPSAUtil |
---|
IID, IIDca0db12f_799c_4456_8692_e6aa690c99cd, xxDummy |
Constructor Summary | |
---|---|
GPSAUtil()
Constructs a GPSAUtil using ArcGIS Engine. |
|
GPSAUtil(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPSAUtil theGPSAUtil = (GPSAUtil) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getAPrioriEnum(java.lang.String name)
Gets the Apriori Enum. |
static java.lang.String |
getClsid()
getClsid. |
ICodedValueDomain |
getCodedValueDomainFromRemap(IGPValue pValue)
Gets a CodedValueDomain From Remap. |
int |
getCostPathEnum(java.lang.String name)
Gets Cost Path Enum. |
int |
getFilterEnum(java.lang.String name)
Gets Filter Enum. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IGPValue |
getRemapFromCodedValueDomain(ICodedValueDomain pCVDomain,
IGPEvaluationScale pEvalScale)
Gets Remap From a CodedValueDomain. |
int |
getSemiVariogramEnum(java.lang.String svgName)
Gets SemiVariogram Enum. |
int |
getSliceEnum(java.lang.String name)
Gets Slice Enum. |
int |
getSlopeEnum(java.lang.String name)
Gets Slope Enum. |
int |
getSortEnum(java.lang.String name)
Gets Sort Enum. |
int |
getSplineEnum(java.lang.String name)
Gets spline Enum. |
int |
getStatisticsEnum(java.lang.String statsName,
boolean bInteger)
Gets Statistics Enum. |
int |
getStreamOrderEnum(java.lang.String name)
Gets Stream Order Enum. |
int |
getTopoFeatureEnum(java.lang.String topoFeatureName)
Gets the TopoFeature Enum. |
java.lang.String |
getTopoFeatureName(int topoEnum)
Gets the TopoFeature Name. |
int |
getTrendEnum(java.lang.String name)
Gets Trend Enum. |
int |
getVisibilityEnum(java.lang.String name)
Gets Visibility Enum. |
int |
getZonalGeometryEnum(java.lang.String name)
Gets Zonal Geometry Enum. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a GPSAUtil. |
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 |
Constructor Detail |
---|
public GPSAUtil() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GPSAUtil(java.lang.Object obj) throws java.io.IOException
GPSAUtil theGPSAUtil = (GPSAUtil) obj;
obj
to GPSAUtil
.
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 void setStatisticsDomain(boolean bInteger, IGPCodedValueDomain[] pDomian) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSplineEnum(java.lang.String name) throws java.io.IOException, AutomationException
getSplineEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTrendEnum(java.lang.String name) throws java.io.IOException, AutomationException
getTrendEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVisibilityEnum(java.lang.String name) throws java.io.IOException, AutomationException
getVisibilityEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSlopeEnum(java.lang.String name) throws java.io.IOException, AutomationException
getSlopeEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSliceEnum(java.lang.String name) throws java.io.IOException, AutomationException
getSliceEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFilterEnum(java.lang.String name) throws java.io.IOException, AutomationException
getFilterEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatisticsEnum(java.lang.String statsName, boolean bInteger) throws java.io.IOException, AutomationException
getStatisticsEnum
in interface IGPSAUtil
statsName
- The statsName (in)bInteger
- The bInteger (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSemiVariogramEnum(java.lang.String svgName) throws java.io.IOException, AutomationException
getSemiVariogramEnum
in interface IGPSAUtil
svgName
- The svgName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStreamOrderEnum(java.lang.String name) throws java.io.IOException, AutomationException
getStreamOrderEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCostPathEnum(java.lang.String name) throws java.io.IOException, AutomationException
getCostPathEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSortEnum(java.lang.String name) throws java.io.IOException, AutomationException
getSortEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getZonalGeometryEnum(java.lang.String name) throws java.io.IOException, AutomationException
getZonalGeometryEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getAPrioriEnum(java.lang.String name) throws java.io.IOException, AutomationException
getAPrioriEnum
in interface IGPSAUtil
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTopoFeatureName(int topoEnum) throws java.io.IOException, AutomationException
getTopoFeatureName
in interface IGPSAUtil
topoEnum
- A com.esri.arcgis.spatialanalyst.esriGPSATopoTypeEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTopoFeatureEnum(java.lang.String topoFeatureName) throws java.io.IOException, AutomationException
getTopoFeatureEnum
in interface IGPSAUtil
topoFeatureName
- The topoFeatureName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICodedValueDomain getCodedValueDomainFromRemap(IGPValue pValue) throws java.io.IOException, AutomationException
getCodedValueDomainFromRemap
in interface IGPSAUtil
pValue
- 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 IGPValue getRemapFromCodedValueDomain(ICodedValueDomain pCVDomain, IGPEvaluationScale pEvalScale) throws java.io.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)
java.io.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 |