|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.globecore.ICustomGlobeLayerProxy
public class ICustomGlobeLayerProxy
Provides access to members that define custom globe layers.
There are 3 types of custom layers in Globe.
GlobeCustomLayers::CustomLayerByTile, GlobeCustomLayers::Rasterized,GlobeCustomLayers::OpenGL
The class GlobeCustomLayers illustrates usage for all 3 cases.
Any type of custom layer in globe needs to implement, ICustomGlobeLayer, ILayer, IGeoDataset, ILayerExtensions.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ICustomGlobeLayerProxy()
|
|
ICustomGlobeLayerProxy(Object obj)
|
protected |
ICustomGlobeLayerProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
drawImmediate(IGlobeViewer pGlobeViewer)
For custom OpenGL layers, perform immediate drawing. |
int |
getDrawType()
The custom draw method. |
double |
getMinimumCellSize()
For rasterized types, defines highest resolution. |
double |
getSymbologyScalingFactor()
The symbol scale factor for the custom rasterized type. |
void |
getTile(int tilesize,
int face,
int level,
int row,
int col,
byte[][] pData)
Gets a rasterized data tile for the given globe tesselation coordinates. |
void |
hit(int hitObjectID,
IHit3D pHit3D)
The layer is hit by a picking operation. |
boolean |
isHandlesLocalOrigin()
The option to use a local coordinate system origin for high precision drawing. |
boolean |
isUseCache()
The option to use Globe's disk caching. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setLocalOrigin(_WKSPointZ rhs1)
The local coordinate system origin for high precision drawing. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ICustomGlobeLayerProxy()
public ICustomGlobeLayerProxy(Object obj) throws IOException
IOException
protected ICustomGlobeLayerProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getDrawType() throws IOException, AutomationException
getDrawType
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseCache() throws IOException, AutomationException
isUseCache
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumCellSize() throws IOException, AutomationException
getMinimumCellSize
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSymbologyScalingFactor() throws IOException, AutomationException
getSymbologyScalingFactor
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTile(int tilesize, int face, int level, int row, int col, byte[][] pData) throws IOException, AutomationException
getTile
in interface ICustomGlobeLayer
tilesize
- The tilesize (in)face
- The face (in)level
- The level (in)row
- The row (in)col
- The col (in)pData
- An unsigned byte (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawImmediate(IGlobeViewer pGlobeViewer) throws IOException, AutomationException
drawImmediate
in interface ICustomGlobeLayer
pGlobeViewer
- A reference to a com.esri.arcgis.globecore.IGlobeViewer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hit(int hitObjectID, IHit3D pHit3D) throws IOException, AutomationException
hit
in interface ICustomGlobeLayer
hitObjectID
- The hitObjectID (in)pHit3D
- A reference to a com.esri.arcgis.analyst3d.IHit3D (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHandlesLocalOrigin() throws IOException, AutomationException
isHandlesLocalOrigin
in interface ICustomGlobeLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocalOrigin(_WKSPointZ rhs1) throws IOException, AutomationException
setLocalOrigin
in interface ICustomGlobeLayer
rhs1
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
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 |