|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3dUI.LasDatasetToolbarEnvironment
public class LasDatasetToolbarEnvironment
COM Class 'LasDatasetToolbarEnvironment'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalystUI.olb'
Description 'LAS Dataset Toolbar Environment.' 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.analyst3dUI.ILasDatasetToolbarEnvironment |
|---|
IID, IID8982f394_8492_47ec_841f_d34ae81a500f, xxDummy |
| Constructor Summary | |
|---|---|
LasDatasetToolbarEnvironment()
Constructs a LasDatasetToolbarEnvironment using ArcGIS Engine. |
|
LasDatasetToolbarEnvironment(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LasDatasetToolbarEnvironment theLasDatasetToolbarEnvironment = (LasDatasetToolbarEnvironment) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
ILasDatasetLayer |
getCurrentSelectedLayer()
The ILasDatasetLayer interface of the current selected layer. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMaxProfilePointCount()
The maximum profile point count in the Profile View. |
int |
hashCode()
the hashcode for this object |
GUID |
queryLastPointRenderer(ILasDatasetLayer pLayer)
Get the last selected point renderer for the given layer. |
GUID |
queryLastTinRenderer(ILasDatasetLayer pLayer)
Get the last selected TIN renderer for the given layer. |
_WKSPoint |
queryPanStep(ILasDatasetLayer pLayer)
Get the pan step in X and Y for the given layer. |
void |
release()
Release a LasDatasetToolbarEnvironment. |
void |
setCurrentSelectedLayerByRef(ILasDatasetLayer ppLayer)
The ILasDatasetLayer interface of the current selected layer. |
void |
setLastPointRenderer(ILasDatasetLayer pLayer,
GUID clsid)
Set the last selected point renderer for the given layer. |
void |
setLastTinRenderer(ILasDatasetLayer pLayer,
GUID clsid)
Set the last selected TIN renderer for the given layer. |
void |
setMaxProfilePointCount(int pCount)
The maximum profile point count in the Profile View. |
void |
setPanStep(ILasDatasetLayer pLayer,
_WKSPoint pStepXY)
Set the pan step in X and Y for the given layer. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LasDatasetToolbarEnvironment()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public LasDatasetToolbarEnvironment(java.lang.Object obj)
throws java.io.IOException
LasDatasetToolbarEnvironment theLasDatasetToolbarEnvironment = (LasDatasetToolbarEnvironment) obj;
obj to LasDatasetToolbarEnvironment.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public 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.RemoteObjRef
public ILasDatasetLayer getCurrentSelectedLayer()
throws java.io.IOException,
AutomationException
getCurrentSelectedLayer in interface ILasDatasetToolbarEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentSelectedLayerByRef(ILasDatasetLayer ppLayer)
throws java.io.IOException,
AutomationException
setCurrentSelectedLayerByRef in interface ILasDatasetToolbarEnvironmentppLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public _WKSPoint queryPanStep(ILasDatasetLayer pLayer)
throws java.io.IOException,
AutomationException
queryPanStep in interface ILasDatasetToolbarEnvironmentpLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPanStep(ILasDatasetLayer pLayer,
_WKSPoint pStepXY)
throws java.io.IOException,
AutomationException
setPanStep in interface ILasDatasetToolbarEnvironmentpLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)pStepXY - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public GUID queryLastPointRenderer(ILasDatasetLayer pLayer)
throws java.io.IOException,
AutomationException
queryLastPointRenderer in interface ILasDatasetToolbarEnvironmentpLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLastPointRenderer(ILasDatasetLayer pLayer,
GUID clsid)
throws java.io.IOException,
AutomationException
setLastPointRenderer in interface ILasDatasetToolbarEnvironmentpLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)clsid - 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 GUID queryLastTinRenderer(ILasDatasetLayer pLayer)
throws java.io.IOException,
AutomationException
queryLastTinRenderer in interface ILasDatasetToolbarEnvironmentpLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLastTinRenderer(ILasDatasetLayer pLayer,
GUID clsid)
throws java.io.IOException,
AutomationException
setLastTinRenderer in interface ILasDatasetToolbarEnvironmentpLayer - A reference to a com.esri.arcgis.carto.ILasDatasetLayer (in)clsid - 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 getMaxProfilePointCount()
throws java.io.IOException,
AutomationException
getMaxProfilePointCount in interface ILasDatasetToolbarEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxProfilePointCount(int pCount)
throws java.io.IOException,
AutomationException
setMaxProfilePointCount in interface ILasDatasetToolbarEnvironmentpCount - The pCount (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 | ||||||||