|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.globecore.IGlobeLayerInfoProxy
Description: 'Provides access to the available properties of a globe layer info object.' 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 =
public class IGlobeLayerInfoProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.globecore.IGlobeLayerInfo |
|---|
IID, IID6a04b829_32ca_4bc0_bf6d_dd655fd80306 |
| Constructor Summary | |
|---|---|
|
IGlobeLayerInfoProxy()
Deprecated. For internal use only |
|
IGlobeLayerInfoProxy(java.lang.Object obj)
Deprecated. |
protected |
IGlobeLayerInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGlobeLayerInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGlobeLayerInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
getBaseImageDrawingPriority()
Deprecated. Indicates the drawing priority for images on the globe. |
int |
getBaseOption()
Deprecated. The base option. |
int |
getBaseSurfaceID()
Deprecated. The layer ID of the base surface, (-1 if it doesn't exist). |
short |
getCompressionQuality()
Deprecated. The compression quality used. |
java.lang.String |
getCopyrightText()
Deprecated. Copyright information associated with the layer. |
int |
getDataType()
Deprecated. The globe data type. |
java.lang.String |
getDescription()
Deprecated. The description of the layer. |
java.lang.String |
getDisplayField()
Deprecated. Primary display field. |
java.lang.String |
getElevationExpression()
Deprecated. The elevation expression string for features, in globe units. |
IEnvelope |
getExtent()
Deprecated. The geographic extent of the layer. |
java.lang.String |
getExtrusionExpression()
Deprecated. The extrusion expression string. |
int |
getExtrusionType()
Deprecated. The extrusion type. |
int |
getFaceCulling()
Deprecated. The face culling option. |
IFields |
getFields()
Deprecated. Array of attribute fields contained in the layer. |
int |
getFloatingSeeThroughOrder()
Deprecated. Indicates the see-through order for a floating layer. |
IGlobeGraphicsLayer |
getGraphicsLayer()
Deprecated. The embedded Graphics Layer. |
int |
getID()
Deprecated. The layer identifier. |
int |
getImageCatalogCrossoverLevel()
Deprecated. Crossover Level of Detail (0-31) for image catalog layers. |
int |
getImageSamplingMode()
Deprecated. Image sampling mode for display. |
int |
getMaxFeatureLevelOfDetail()
Deprecated. Level of Detail (0-31) for feature layers. |
double |
getMaximumDistance()
Deprecated. The maximum visibility distance. |
double |
getMinimumCellSize()
Deprecated. Minimum cell size for rasters, in meters. |
double |
getMinimumDistance()
Deprecated. The minimum visibility distance. |
java.lang.String |
getName()
Deprecated. The name of the layer. |
double |
getOffset()
Deprecated. The constant elevation offset in meters. |
int |
getParentLayerID()
Deprecated. The parent layer ID if it's a member of a composite layer. |
double |
getSymbologyScalingFactor()
Deprecated. The scaling factor of meters-per-point to be applied on symbol sizes during rasterization. |
int |
getTransparency()
Deprecated. The transparency percentage of the layer. |
java.lang.String |
getType()
Deprecated. The layer type. |
double |
getZFactor()
Deprecated. The z factor. |
boolean |
isComposite()
Deprecated. Indicates if the layer is a composite layer. |
boolean |
isDynamicallyRasterized()
Deprecated. Indicates if the feature data is to be rasterized. |
boolean |
isExtruded()
Deprecated. Indicates if the feature data is to be extruded. |
boolean |
isGroup()
Deprecated. Indicates if the layer is a group layer. |
boolean |
isHasElevationValues()
Deprecated. Indicates whether the feature layer has elevation values. |
boolean |
isIlluminate()
Deprecated. The illumination option. |
boolean |
isLossyCompression()
Deprecated. Indicates if lossy compression is used. |
boolean |
isPerTileVisibility()
Deprecated. Inidicates if visibility is checked for each tile. |
boolean |
isScale3DSymbols()
Deprecated. Indicates if the the 3D symbols will be scaled with the distance. |
boolean |
isSmoothShading()
Deprecated. The smooth shading option. |
boolean |
isUse16ColorBits()
Deprecated. Indicates whether to use 16 bits for color. |
boolean |
isUse16ElevationBits()
Deprecated. Indicates whether to use 16 bits for elevation. |
boolean |
isUseElevationValues()
Deprecated. Indicates whether elevation values in the feature layer are used. |
boolean |
isVisible()
Deprecated. Indicates if the layer is visible. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
| 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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGlobeLayerInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGlobeLayerInfoProxy()
public IGlobeLayerInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGlobeLayerInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGlobeLayerInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getID()
throws java.io.IOException,
AutomationException
getID in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
isVisible in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getType()
throws java.io.IOException,
AutomationException
getType in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws java.io.IOException,
AutomationException
getExtent in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws java.io.IOException,
AutomationException
getFields in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDisplayField()
throws java.io.IOException,
AutomationException
getDisplayField in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTransparency()
throws java.io.IOException,
AutomationException
getTransparency in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isComposite()
throws java.io.IOException,
AutomationException
isComposite in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isGroup()
throws java.io.IOException,
AutomationException
isGroup in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getParentLayerID()
throws java.io.IOException,
AutomationException
getParentLayerID in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDataType()
throws java.io.IOException,
AutomationException
getDataType in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaximumDistance()
throws java.io.IOException,
AutomationException
getMaximumDistance in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumDistance()
throws java.io.IOException,
AutomationException
getMinimumDistance in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPerTileVisibility()
throws java.io.IOException,
AutomationException
isPerTileVisibility in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUse16ColorBits()
throws java.io.IOException,
AutomationException
isUse16ColorBits in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUse16ElevationBits()
throws java.io.IOException,
AutomationException
isUse16ElevationBits in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLossyCompression()
throws java.io.IOException,
AutomationException
isLossyCompression in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getCompressionQuality()
throws java.io.IOException,
AutomationException
getCompressionQuality in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isScale3DSymbols()
throws java.io.IOException,
AutomationException
isScale3DSymbols in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBaseImageDrawingPriority()
throws java.io.IOException,
AutomationException
getBaseImageDrawingPriority in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFloatingSeeThroughOrder()
throws java.io.IOException,
AutomationException
getFloatingSeeThroughOrder in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getImageSamplingMode()
throws java.io.IOException,
AutomationException
getImageSamplingMode in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimumCellSize()
throws java.io.IOException,
AutomationException
getMinimumCellSize in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDynamicallyRasterized()
throws java.io.IOException,
AutomationException
isDynamicallyRasterized in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSymbologyScalingFactor()
throws java.io.IOException,
AutomationException
getSymbologyScalingFactor in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExtruded()
throws java.io.IOException,
AutomationException
isExtruded in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxFeatureLevelOfDetail()
throws java.io.IOException,
AutomationException
getMaxFeatureLevelOfDetail in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getImageCatalogCrossoverLevel()
throws java.io.IOException,
AutomationException
getImageCatalogCrossoverLevel in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBaseSurfaceID()
throws java.io.IOException,
AutomationException
getBaseSurfaceID in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBaseOption()
throws java.io.IOException,
AutomationException
getBaseOption in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getElevationExpression()
throws java.io.IOException,
AutomationException
getElevationExpression in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getOffset()
throws java.io.IOException,
AutomationException
getOffset in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getZFactor()
throws java.io.IOException,
AutomationException
getZFactor in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasElevationValues()
throws java.io.IOException,
AutomationException
isHasElevationValues in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseElevationValues()
throws java.io.IOException,
AutomationException
isUseElevationValues in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExtrusionType()
throws java.io.IOException,
AutomationException
getExtrusionType in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExtrusionExpression()
throws java.io.IOException,
AutomationException
getExtrusionExpression in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIlluminate()
throws java.io.IOException,
AutomationException
isIlluminate in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSmoothShading()
throws java.io.IOException,
AutomationException
isSmoothShading in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFaceCulling()
throws java.io.IOException,
AutomationException
getFaceCulling in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGlobeGraphicsLayer getGraphicsLayer()
throws java.io.IOException,
AutomationException
getGraphicsLayer in interface IGlobeLayerInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCopyrightText()
throws java.io.IOException,
AutomationException
getCopyrightText in interface IGlobeLayerInfojava.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 | ||||||||