public class UNLocation extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNLocation
Description 'UN Location.' 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 =
IID, IID747e9894_39bf_4dd1_aba2_afc596bb5f9a, xxDummy| Constructor and Description |
|---|
UNLocation()
Constructs a UNLocation using ArcGIS Engine.
|
UNLocation(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNLocation theUNLocation = (UNLocation) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
GUID |
getGlobalID()
Returns the global ID.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
double |
getPercentAlong()
Returns the percent along.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
int |
getTerminalID()
Returns the terminal ID.
|
int |
getTraceLocationType()
Returns the trace location type.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isFilterBarrier()
Returns is filter barrier.
|
void |
release()
Release this COM object reference
|
void |
setGlobalID(GUID iD)
Returns the global ID.
|
void |
setIsFilterBarrier(boolean isFilterBarrier)
Returns is filter barrier.
|
void |
setPercentAlong(double percentAlong)
Returns the percent along.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setTerminalID(int terminalID)
Returns the terminal ID.
|
void |
setTraceLocationType(int type)
Returns the trace location type.
|
public UNLocation()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic UNLocation(java.lang.Object obj)
throws java.io.IOException
UNLocation theUNLocation = (UNLocation) obj;obj to UNLocation.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic int getTraceLocationType()
throws java.io.IOException,
AutomationException
getTraceLocationType in interface IUNLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTraceLocationType(int type)
throws java.io.IOException,
AutomationException
setTraceLocationType in interface IUNLocationtype - A com.esri.arcgis.geodatabase.esriTraceLocationType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public GUID getGlobalID() throws java.io.IOException, AutomationException
getGlobalID in interface IUNLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGlobalID(GUID iD) throws java.io.IOException, AutomationException
setGlobalID in interface IUNLocationiD - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getTerminalID()
throws java.io.IOException,
AutomationException
getTerminalID in interface IUNLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTerminalID(int terminalID)
throws java.io.IOException,
AutomationException
setTerminalID in interface IUNLocationterminalID - The terminalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getPercentAlong()
throws java.io.IOException,
AutomationException
getPercentAlong in interface IUNLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPercentAlong(double percentAlong)
throws java.io.IOException,
AutomationException
setPercentAlong in interface IUNLocationpercentAlong - The percentAlong (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isFilterBarrier()
throws java.io.IOException,
AutomationException
isFilterBarrier in interface IUNLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsFilterBarrier(boolean isFilterBarrier)
throws java.io.IOException,
AutomationException
setIsFilterBarrier in interface IUNLocationisFilterBarrier - The isFilterBarrier (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getSchemaGeneration()
throws java.io.IOException,
AutomationException
getSchemaGeneration in interface IUNLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSchemaGeneration(int generation)
throws java.io.IOException,
AutomationException
setSchemaGeneration in interface IUNLocationgeneration - The generation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.