|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobeHeightProperties
COM Interface 'IGlobeHeightProperties'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'
Description: 'Provides access to members that manipulate the height properties of a globe layer.' 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7fbd3fe8_885b_48cb_96af_a3d296892da3
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
apply(IGlobe pGlobe,
ILayer pLayer)
Apply to the corresponding layer. |
void |
applyFeatureProperties(IGlobeDisplay pDisplay,
IFeature pFeature,
IGeometry[] ppNewGeometry,
boolean bIgnoreOffsetAndScale)
Obtain feature geometry with the correct properties. |
ILayer |
getBaseLayer()
The base layer. |
int |
getBaseOption()
The base option. |
IExpression |
getElevationExpression()
The elevation expression for features, in globe units. |
java.lang.String |
getElevationExpressionString()
The elevation expression string for features, in globe units. |
IExpression |
getExtrusionExpression()
The extrusion expression object. |
java.lang.String |
getExtrusionExpressionString()
The extrusion expression string. |
int |
getExtrusionType()
The extrusion type. |
double |
getOffset()
The constant elevation offset in meters. |
double |
getZFactor()
The z factor. |
boolean |
isHasElevationValues()
Indicates whether the feature layer has elevation values. |
boolean |
isUseElevationValues()
Indicates whether elevation values in the feature layer are used. |
void |
setBaseLayerByRef(ILayer ppBase)
The base layer. |
void |
setBaseOption(int pBaseOption)
The base option. |
void |
setElevationExpressionByRef(IExpression ppExpression)
The elevation expression for features, in globe units. |
void |
setElevationExpressionString(java.lang.String pExpressionString)
The elevation expression string for features, in globe units. |
void |
setExtrusionExpressionByRef(IExpression ppExtrusion)
The extrusion expression object. |
void |
setExtrusionExpressionString(java.lang.String pExtrusion)
The extrusion expression string. |
void |
setExtrusionType(int pType)
The extrusion type. |
void |
setHasElevationValues(boolean pbHasElevation)
Indicates whether the feature layer has elevation values. |
void |
setOffset(double pOffset)
The constant elevation offset in meters. |
void |
setUseElevationValues(boolean pbUseElevation)
Indicates whether elevation values in the feature layer are used. |
void |
setZFactor(double pZFactor)
The z factor. |
| Field Detail |
|---|
static final int IID7fbd3fe8_885b_48cb_96af_a3d296892da3
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getBaseOption()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBaseOption(int pBaseOption)
throws java.io.IOException,
AutomationException
pBaseOption - A com.esri.arcgis.globecore.esriGlobeLayerBaseOption constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getElevationExpressionString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setElevationExpressionString(java.lang.String pExpressionString)
throws java.io.IOException,
AutomationException
pExpressionString - The pExpressionString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IExpression getElevationExpression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setElevationExpressionByRef(IExpression ppExpression)
throws java.io.IOException,
AutomationException
ppExpression - A reference to a com.esri.arcgis.carto.IExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOffset(double pOffset)
throws java.io.IOException,
AutomationException
pOffset - The pOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getBaseLayer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBaseLayerByRef(ILayer ppBase)
throws java.io.IOException,
AutomationException
ppBase - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getZFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setZFactor(double pZFactor)
throws java.io.IOException,
AutomationException
pZFactor - The pZFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void apply(IGlobe pGlobe,
ILayer pLayer)
throws java.io.IOException,
AutomationException
pGlobe - A reference to a com.esri.arcgis.globecore.IGlobe (in)pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasElevationValues(boolean pbHasElevation)
throws java.io.IOException,
AutomationException
pbHasElevation - The pbHasElevation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasElevationValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseElevationValues(boolean pbUseElevation)
throws java.io.IOException,
AutomationException
pbUseElevation - The pbUseElevation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseElevationValues()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExtrusionType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtrusionType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.analyst3d.esriExtrusionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExtrusionExpressionString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtrusionExpressionString(java.lang.String pExtrusion)
throws java.io.IOException,
AutomationException
pExtrusion - The pExtrusion (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IExpression getExtrusionExpression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtrusionExpressionByRef(IExpression ppExtrusion)
throws java.io.IOException,
AutomationException
ppExtrusion - A reference to a com.esri.arcgis.carto.IExpression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void applyFeatureProperties(IGlobeDisplay pDisplay,
IFeature pFeature,
IGeometry[] ppNewGeometry,
boolean bIgnoreOffsetAndScale)
throws java.io.IOException,
AutomationException
pDisplay - A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)pFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)ppNewGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)bIgnoreOffsetAndScale - The bIgnoreOffsetAndScale (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 | ||||||||