public class UNLocation extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNLocation, IUNLocationSet, IUNGroupedLocation
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, xxDummyIID, IIDfdba93c8_10e9_4d58_b2c8_1086aff98b94, xxDummyIID, IID96ab3fc9_73b2_4b7e_b5e6_b3e45cef99c7, 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.
|
short |
getFirstUnit()
Returns the first unit.
|
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.
|
short |
getNumUnits()
Returns the number of units.
|
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 |
setFirstUnit(short firstUnit)
Returns the first unit.
|
void |
setGlobalID(GUID iD)
Returns the global ID.
|
void |
setIsFilterBarrier(boolean isFilterBarrier)
Returns is filter barrier.
|
void |
setNumUnits(short numUnits)
Returns the number of units.
|
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.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.public int getSetID()
throws java.io.IOException,
AutomationException
getSetID in interface IUNLocationSetjava.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 IUNLocationSetsetID - The setID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getFirstUnit()
throws java.io.IOException,
AutomationException
getFirstUnit in interface IUNGroupedLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFirstUnit(short firstUnit)
throws java.io.IOException,
AutomationException
setFirstUnit in interface IUNGroupedLocationfirstUnit - The firstUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getNumUnits()
throws java.io.IOException,
AutomationException
getNumUnits in interface IUNGroupedLocationjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNumUnits(short numUnits)
throws java.io.IOException,
AutomationException
setNumUnits in interface IUNGroupedLocationnumUnits - The numUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.