public class UNLocation extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNLocation, IUNLocationSet
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
IID, IIDfdba93c8_10e9_4d58_b2c8_1086aff98b94, 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 |
getSetID()
Returns the set ID.
|
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 |
setSetID(int setID)
Returns the set ID.
|
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.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 getTraceLocationType() throws java.io.IOException, AutomationException
getTraceLocationType
in interface IUNLocation
java.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 IUNLocation
type
- 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 IUNLocation
java.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 IUNLocation
iD
- 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 IUNLocation
java.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 IUNLocation
terminalID
- 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 IUNLocation
java.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 IUNLocation
percentAlong
- 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 IUNLocation
java.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 IUNLocation
isFilterBarrier
- 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 IUNLocation
java.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 IUNLocation
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSetID() throws java.io.IOException, AutomationException
getSetID
in interface IUNLocationSet
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSetID(int setID) throws java.io.IOException, AutomationException
setSetID
in interface IUNLocationSet
setID
- The setID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.