com.esri.arcgisws
Class GlobeLayerInfo

java.lang.Object
  extended by com.esri.arcgisws.GlobeLayerInfo
All Implemented Interfaces:
Serializable

public class GlobeLayerInfo
extends Object
implements Serializable

Java class for GlobeLayerInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GlobeLayerInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Visible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="LayerType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields" minOccurs="0"/>
         <element name="DisplayField" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Transparency" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="IsComposite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ParentLayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="DataType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGlobeDataType"/>
         <element name="MaxDistance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="MinDistance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="PerTileVisibility" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Use16BitsColor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Use16BitsElevation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="LossyCompression" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="CompressionQuality" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="HasOIDs" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Scale3DSymbols" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="FloatingOrder" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SamplingMode" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGlobeImageSamplingMode"/>
         <element name="MinCellSize" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="Rasterized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="MetersPerPoint" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="Extruded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="FeatureLOD" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ConsolidatedParent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="CatalogCrossoverLOD" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="BaseID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="BaseOption" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGlobeLayerBaseOption"/>
         <element name="ElevationExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="ZFactor" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="HasElevation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="UseElevation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ExtrusionType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriExtrusionType"/>
         <element name="ExtrusionExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Illuminate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Smooth" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="CullMode" type="{http://www.esri.com/schemas/ArcGIS/10.0}esri3DFaceCulling"/>
         <element name="GraphicsLayer" type="{http://www.esri.com/schemas/ArcGIS/10.0}GlobeGraphicsLayer" minOccurs="0"/>
         <element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MinLOD" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaxLOD" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RasterTileSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RasterTileLogSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TextureDownsamplingFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="TextureCompressionType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TextureDisplayType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GlobeLayerInfo()
          GlobeLayerInfo default constructor.
GlobeLayerInfo(int layerID, String name, String description, boolean visible, String layerType, Envelope extent, Fields fields, String displayField, int transparency, boolean isComposite, boolean isGroup, int parentLayerID, EsriGlobeDataType dataType, BigDecimal maxDistance, BigDecimal minDistance, boolean perTileVisibility, boolean use16BitsColor, boolean use16BitsElevation, boolean lossyCompression, int compressionQuality, boolean hasOIDs, boolean scale3DSymbols, int priority, int floatingOrder, EsriGlobeImageSamplingMode samplingMode, BigDecimal minCellSize, boolean rasterized, BigDecimal metersPerPoint, boolean extruded, int featureLOD, boolean consolidatedParent, int catalogCrossoverLOD, int baseID, EsriGlobeLayerBaseOption baseOption, String elevationExpression, BigDecimal offset, BigDecimal zFactor, boolean hasElevation, boolean useElevation, EsriExtrusionType extrusionType, String extrusionExpression, boolean illuminate, boolean smooth, Esri3DFaceCulling cullMode, GlobeGraphicsLayer graphicsLayer, String copyrightText, Integer minLOD, Integer maxLOD, Integer rasterTileSize, Integer rasterTileLogSize, Double textureDownsamplingFactor, Integer textureCompressionType, Integer textureDisplayType)
          Deprecated. 
 
Method Summary
 int getBaseID()
          Gets the value of the baseID property.
 EsriGlobeLayerBaseOption getBaseOption()
          Gets the value of the baseOption property.
 int getCatalogCrossoverLOD()
          Gets the value of the catalogCrossoverLOD property.
 int getCompressionQuality()
          Gets the value of the compressionQuality property.
 String getCopyrightText()
          Gets the value of the copyrightText property.
 Esri3DFaceCulling getCullMode()
          Gets the value of the cullMode property.
 EsriGlobeDataType getDataType()
          Gets the value of the dataType property.
 String getDescription()
          Gets the value of the description property.
 String getDisplayField()
          Gets the value of the displayField property.
 String getElevationExpression()
          Gets the value of the elevationExpression property.
 Envelope getExtent()
          Gets the value of the extent property.
 String getExtrusionExpression()
          Gets the value of the extrusionExpression property.
 EsriExtrusionType getExtrusionType()
          Gets the value of the extrusionType property.
 int getFeatureLOD()
          Gets the value of the featureLOD property.
 Fields getFields()
          Gets the value of the fields property.
 int getFloatingOrder()
          Gets the value of the floatingOrder property.
 GlobeGraphicsLayer getGraphicsLayer()
          Gets the value of the graphicsLayer property.
 int getLayerID()
          Gets the value of the layerID property.
 String getLayerType()
          Gets the value of the layerType property.
 BigDecimal getMaxDistance()
          Gets the value of the maxDistance property.
 Integer getMaxLOD()
          The minimum LOD of the Layer.
 BigDecimal getMetersPerPoint()
          Gets the value of the metersPerPoint property.
 BigDecimal getMinCellSize()
          Gets the value of the minCellSize property.
 BigDecimal getMinDistance()
          Gets the value of the minDistance property.
 Integer getMinLOD()
          The minimum LOD of the Layer.
 String getName()
          Gets the value of the name property.
 BigDecimal getOffset()
          Gets the value of the offset property.
 int getParentLayerID()
          Gets the value of the parentLayerID property.
 int getPriority()
          Gets the value of the priority property.
 Integer getRasterTileLogSize()
          Rasterized vector logarithm tile size.
 Integer getRasterTileSize()
          Rasterized vector tile size.
 EsriGlobeImageSamplingMode getSamplingMode()
          Gets the value of the samplingMode property.
 Integer getTextureCompressionType()
          The current texture compression type.
 Integer getTextureDisplayType()
          The current texture display type.
 Double getTextureDownsamplingFactor()
          The texture down-sampling factor for textured multipatches.
 int getTransparency()
          Gets the value of the transparency property.
 BigDecimal getZFactor()
          Gets the value of the zFactor property.
 boolean isConsolidatedParent()
          Gets the value of the consolidatedParent property.
 boolean isExtruded()
          Gets the value of the extruded property.
 boolean isHasElevation()
          Gets the value of the hasElevation property.
 boolean isHasOIDs()
          Gets the value of the hasOIDs property.
 boolean isIlluminate()
          Gets the value of the illuminate property.
 boolean isIsComposite()
          Gets the value of the isComposite property.
 boolean isIsGroup()
          Gets the value of the isGroup property.
 boolean isLossyCompression()
          Gets the value of the lossyCompression property.
 boolean isPerTileVisibility()
          Gets the value of the perTileVisibility property.
 boolean isRasterized()
          Gets the value of the rasterized property.
 boolean isScale3DSymbols()
          Gets the value of the scale3DSymbols property.
 boolean isSmooth()
          Gets the value of the smooth property.
 boolean isUse16BitsColor()
          Gets the value of the use16BitsColor property.
 boolean isUse16BitsElevation()
          Gets the value of the use16BitsElevation property.
 boolean isUseElevation()
          Gets the value of the useElevation property.
 boolean isVisible()
          Gets the value of the visible property.
 void setBaseID(int value)
          Sets the value of the baseID property.
 void setBaseOption(EsriGlobeLayerBaseOption value)
          Sets the value of the baseOption property.
 void setCatalogCrossoverLOD(int value)
          Sets the value of the catalogCrossoverLOD property.
 void setCompressionQuality(int value)
          Sets the value of the compressionQuality property.
 void setConsolidatedParent(boolean value)
          Sets the value of the consolidatedParent property.
 void setCopyrightText(String value)
          Sets the value of the copyrightText property.
 void setCullMode(Esri3DFaceCulling value)
          Sets the value of the cullMode property.
 void setDataType(EsriGlobeDataType value)
          Sets the value of the dataType property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDisplayField(String value)
          Sets the value of the displayField property.
 void setElevationExpression(String value)
          Sets the value of the elevationExpression property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setExtruded(boolean value)
          Sets the value of the extruded property.
 void setExtrusionExpression(String value)
          Sets the value of the extrusionExpression property.
 void setExtrusionType(EsriExtrusionType value)
          Sets the value of the extrusionType property.
 void setFeatureLOD(int value)
          Sets the value of the featureLOD property.
 void setFields(Fields value)
          Sets the value of the fields property.
 void setFloatingOrder(int value)
          Sets the value of the floatingOrder property.
 void setGraphicsLayer(GlobeGraphicsLayer value)
          Sets the value of the graphicsLayer property.
 void setHasElevation(boolean value)
          Sets the value of the hasElevation property.
 void setHasOIDs(boolean value)
          Sets the value of the hasOIDs property.
 void setIlluminate(boolean value)
          Sets the value of the illuminate property.
 void setIsComposite(boolean value)
          Sets the value of the isComposite property.
 void setIsGroup(boolean value)
          Sets the value of the isGroup property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setLayerType(String value)
          Sets the value of the layerType property.
 void setLossyCompression(boolean value)
          Sets the value of the lossyCompression property.
 void setMaxDistance(BigDecimal value)
          Sets the value of the maxDistance property.
 void setMaxLOD(Integer value)
          The minimum LOD of the Layer.
 void setMetersPerPoint(BigDecimal value)
          Sets the value of the metersPerPoint property.
 void setMinCellSize(BigDecimal value)
          Sets the value of the minCellSize property.
 void setMinDistance(BigDecimal value)
          Sets the value of the minDistance property.
 void setMinLOD(Integer value)
          The minimum LOD of the Layer.
 void setName(String value)
          Sets the value of the name property.
 void setOffset(BigDecimal value)
          Sets the value of the offset property.
 void setParentLayerID(int value)
          Sets the value of the parentLayerID property.
 void setPerTileVisibility(boolean value)
          Sets the value of the perTileVisibility property.
 void setPriority(int value)
          Sets the value of the priority property.
 void setRasterized(boolean value)
          Sets the value of the rasterized property.
 void setRasterTileLogSize(Integer value)
          Rasterized vector logarithm tile size.
 void setRasterTileSize(Integer value)
          Rasterized vector tile size.
 void setSamplingMode(EsriGlobeImageSamplingMode value)
          Sets the value of the samplingMode property.
 void setScale3DSymbols(boolean value)
          Sets the value of the scale3DSymbols property.
 void setSmooth(boolean value)
          Sets the value of the smooth property.
 void setTextureCompressionType(Integer value)
          The current texture compression type.
 void setTextureDisplayType(Integer value)
          The current texture display type.
 void setTextureDownsamplingFactor(Double value)
          The texture down-sampling factor for textured multipatches.
 void setTransparency(int value)
          Sets the value of the transparency property.
 void setUse16BitsColor(boolean value)
          Sets the value of the use16BitsColor property.
 void setUse16BitsElevation(boolean value)
          Sets the value of the use16BitsElevation property.
 void setUseElevation(boolean value)
          Sets the value of the useElevation property.
 void setVisible(boolean value)
          Sets the value of the visible property.
 void setZFactor(BigDecimal value)
          Sets the value of the zFactor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobeLayerInfo

@Deprecated
public GlobeLayerInfo(int layerID,
                                 String name,
                                 String description,
                                 boolean visible,
                                 String layerType,
                                 Envelope extent,
                                 Fields fields,
                                 String displayField,
                                 int transparency,
                                 boolean isComposite,
                                 boolean isGroup,
                                 int parentLayerID,
                                 EsriGlobeDataType dataType,
                                 BigDecimal maxDistance,
                                 BigDecimal minDistance,
                                 boolean perTileVisibility,
                                 boolean use16BitsColor,
                                 boolean use16BitsElevation,
                                 boolean lossyCompression,
                                 int compressionQuality,
                                 boolean hasOIDs,
                                 boolean scale3DSymbols,
                                 int priority,
                                 int floatingOrder,
                                 EsriGlobeImageSamplingMode samplingMode,
                                 BigDecimal minCellSize,
                                 boolean rasterized,
                                 BigDecimal metersPerPoint,
                                 boolean extruded,
                                 int featureLOD,
                                 boolean consolidatedParent,
                                 int catalogCrossoverLOD,
                                 int baseID,
                                 EsriGlobeLayerBaseOption baseOption,
                                 String elevationExpression,
                                 BigDecimal offset,
                                 BigDecimal zFactor,
                                 boolean hasElevation,
                                 boolean useElevation,
                                 EsriExtrusionType extrusionType,
                                 String extrusionExpression,
                                 boolean illuminate,
                                 boolean smooth,
                                 Esri3DFaceCulling cullMode,
                                 GlobeGraphicsLayer graphicsLayer,
                                 String copyrightText,
                                 Integer minLOD,
                                 Integer maxLOD,
                                 Integer rasterTileSize,
                                 Integer rasterTileLogSize,
                                 Double textureDownsamplingFactor,
                                 Integer textureCompressionType,
                                 Integer textureDisplayType)
Deprecated. 

GlobeLayerInfo constructor.


GlobeLayerInfo

public GlobeLayerInfo()
GlobeLayerInfo default constructor.

Method Detail

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isVisible

public boolean isVisible()
Gets the value of the visible property.


setVisible

public void setVisible(boolean value)
Sets the value of the visible property.


getLayerType

public String getLayerType()
Gets the value of the layerType property.

Returns:
possible object is String

setLayerType

public void setLayerType(String value)
Sets the value of the layerType property.

Parameters:
value - allowed object is String

getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope

getFields

public Fields getFields()
Gets the value of the fields property.

Returns:
possible object is Fields

setFields

public void setFields(Fields value)
Sets the value of the fields property.

Parameters:
value - allowed object is Fields

getDisplayField

public String getDisplayField()
Gets the value of the displayField property.

Returns:
possible object is String

setDisplayField

public void setDisplayField(String value)
Sets the value of the displayField property.

Parameters:
value - allowed object is String

getTransparency

public int getTransparency()
Gets the value of the transparency property.


setTransparency

public void setTransparency(int value)
Sets the value of the transparency property.


isIsComposite

public boolean isIsComposite()
Gets the value of the isComposite property.


setIsComposite

public void setIsComposite(boolean value)
Sets the value of the isComposite property.


isIsGroup

public boolean isIsGroup()
Gets the value of the isGroup property.


setIsGroup

public void setIsGroup(boolean value)
Sets the value of the isGroup property.


getParentLayerID

public int getParentLayerID()
Gets the value of the parentLayerID property.


setParentLayerID

public void setParentLayerID(int value)
Sets the value of the parentLayerID property.


getDataType

public EsriGlobeDataType getDataType()
Gets the value of the dataType property.

Returns:
possible object is EsriGlobeDataType

setDataType

public void setDataType(EsriGlobeDataType value)
Sets the value of the dataType property.

Parameters:
value - allowed object is EsriGlobeDataType

getMaxDistance

public BigDecimal getMaxDistance()
Gets the value of the maxDistance property.

Returns:
possible object is BigDecimal

setMaxDistance

public void setMaxDistance(BigDecimal value)
Sets the value of the maxDistance property.

Parameters:
value - allowed object is BigDecimal

getMinDistance

public BigDecimal getMinDistance()
Gets the value of the minDistance property.

Returns:
possible object is BigDecimal

setMinDistance

public void setMinDistance(BigDecimal value)
Sets the value of the minDistance property.

Parameters:
value - allowed object is BigDecimal

isPerTileVisibility

public boolean isPerTileVisibility()
Gets the value of the perTileVisibility property.


setPerTileVisibility

public void setPerTileVisibility(boolean value)
Sets the value of the perTileVisibility property.


isUse16BitsColor

public boolean isUse16BitsColor()
Gets the value of the use16BitsColor property.


setUse16BitsColor

public void setUse16BitsColor(boolean value)
Sets the value of the use16BitsColor property.


isUse16BitsElevation

public boolean isUse16BitsElevation()
Gets the value of the use16BitsElevation property.


setUse16BitsElevation

public void setUse16BitsElevation(boolean value)
Sets the value of the use16BitsElevation property.


isLossyCompression

public boolean isLossyCompression()
Gets the value of the lossyCompression property.


setLossyCompression

public void setLossyCompression(boolean value)
Sets the value of the lossyCompression property.


getCompressionQuality

public int getCompressionQuality()
Gets the value of the compressionQuality property.


setCompressionQuality

public void setCompressionQuality(int value)
Sets the value of the compressionQuality property.


isHasOIDs

public boolean isHasOIDs()
Gets the value of the hasOIDs property.


setHasOIDs

public void setHasOIDs(boolean value)
Sets the value of the hasOIDs property.


isScale3DSymbols

public boolean isScale3DSymbols()
Gets the value of the scale3DSymbols property.


setScale3DSymbols

public void setScale3DSymbols(boolean value)
Sets the value of the scale3DSymbols property.


getPriority

public int getPriority()
Gets the value of the priority property.


setPriority

public void setPriority(int value)
Sets the value of the priority property.


getFloatingOrder

public int getFloatingOrder()
Gets the value of the floatingOrder property.


setFloatingOrder

public void setFloatingOrder(int value)
Sets the value of the floatingOrder property.


getSamplingMode

public EsriGlobeImageSamplingMode getSamplingMode()
Gets the value of the samplingMode property.

Returns:
possible object is EsriGlobeImageSamplingMode

setSamplingMode

public void setSamplingMode(EsriGlobeImageSamplingMode value)
Sets the value of the samplingMode property.

Parameters:
value - allowed object is EsriGlobeImageSamplingMode

getMinCellSize

public BigDecimal getMinCellSize()
Gets the value of the minCellSize property.

Returns:
possible object is BigDecimal

setMinCellSize

public void setMinCellSize(BigDecimal value)
Sets the value of the minCellSize property.

Parameters:
value - allowed object is BigDecimal

isRasterized

public boolean isRasterized()
Gets the value of the rasterized property.


setRasterized

public void setRasterized(boolean value)
Sets the value of the rasterized property.


getMetersPerPoint

public BigDecimal getMetersPerPoint()
Gets the value of the metersPerPoint property.

Returns:
possible object is BigDecimal

setMetersPerPoint

public void setMetersPerPoint(BigDecimal value)
Sets the value of the metersPerPoint property.

Parameters:
value - allowed object is BigDecimal

isExtruded

public boolean isExtruded()
Gets the value of the extruded property.


setExtruded

public void setExtruded(boolean value)
Sets the value of the extruded property.


getFeatureLOD

public int getFeatureLOD()
Gets the value of the featureLOD property.


setFeatureLOD

public void setFeatureLOD(int value)
Sets the value of the featureLOD property.


isConsolidatedParent

public boolean isConsolidatedParent()
Gets the value of the consolidatedParent property.


setConsolidatedParent

public void setConsolidatedParent(boolean value)
Sets the value of the consolidatedParent property.


getCatalogCrossoverLOD

public int getCatalogCrossoverLOD()
Gets the value of the catalogCrossoverLOD property.


setCatalogCrossoverLOD

public void setCatalogCrossoverLOD(int value)
Sets the value of the catalogCrossoverLOD property.


getBaseID

public int getBaseID()
Gets the value of the baseID property.


setBaseID

public void setBaseID(int value)
Sets the value of the baseID property.


getBaseOption

public EsriGlobeLayerBaseOption getBaseOption()
Gets the value of the baseOption property.

Returns:
possible object is EsriGlobeLayerBaseOption

setBaseOption

public void setBaseOption(EsriGlobeLayerBaseOption value)
Sets the value of the baseOption property.

Parameters:
value - allowed object is EsriGlobeLayerBaseOption

getElevationExpression

public String getElevationExpression()
Gets the value of the elevationExpression property.

Returns:
possible object is String

setElevationExpression

public void setElevationExpression(String value)
Sets the value of the elevationExpression property.

Parameters:
value - allowed object is String

getOffset

public BigDecimal getOffset()
Gets the value of the offset property.

Returns:
possible object is BigDecimal

setOffset

public void setOffset(BigDecimal value)
Sets the value of the offset property.

Parameters:
value - allowed object is BigDecimal

getZFactor

public BigDecimal getZFactor()
Gets the value of the zFactor property.

Returns:
possible object is BigDecimal

setZFactor

public void setZFactor(BigDecimal value)
Sets the value of the zFactor property.

Parameters:
value - allowed object is BigDecimal

isHasElevation

public boolean isHasElevation()
Gets the value of the hasElevation property.


setHasElevation

public void setHasElevation(boolean value)
Sets the value of the hasElevation property.


isUseElevation

public boolean isUseElevation()
Gets the value of the useElevation property.


setUseElevation

public void setUseElevation(boolean value)
Sets the value of the useElevation property.


getExtrusionType

public EsriExtrusionType getExtrusionType()
Gets the value of the extrusionType property.

Returns:
possible object is EsriExtrusionType

setExtrusionType

public void setExtrusionType(EsriExtrusionType value)
Sets the value of the extrusionType property.

Parameters:
value - allowed object is EsriExtrusionType

getExtrusionExpression

public String getExtrusionExpression()
Gets the value of the extrusionExpression property.

Returns:
possible object is String

setExtrusionExpression

public void setExtrusionExpression(String value)
Sets the value of the extrusionExpression property.

Parameters:
value - allowed object is String

isIlluminate

public boolean isIlluminate()
Gets the value of the illuminate property.


setIlluminate

public void setIlluminate(boolean value)
Sets the value of the illuminate property.


isSmooth

public boolean isSmooth()
Gets the value of the smooth property.


setSmooth

public void setSmooth(boolean value)
Sets the value of the smooth property.


getCullMode

public Esri3DFaceCulling getCullMode()
Gets the value of the cullMode property.

Returns:
possible object is Esri3DFaceCulling

setCullMode

public void setCullMode(Esri3DFaceCulling value)
Sets the value of the cullMode property.

Parameters:
value - allowed object is Esri3DFaceCulling

getGraphicsLayer

public GlobeGraphicsLayer getGraphicsLayer()
Gets the value of the graphicsLayer property.

Returns:
possible object is GlobeGraphicsLayer

setGraphicsLayer

public void setGraphicsLayer(GlobeGraphicsLayer value)
Sets the value of the graphicsLayer property.

Parameters:
value - allowed object is GlobeGraphicsLayer

getCopyrightText

public String getCopyrightText()
Gets the value of the copyrightText property.

Returns:
possible object is String

setCopyrightText

public void setCopyrightText(String value)
Sets the value of the copyrightText property.

Parameters:
value - allowed object is String

getMinLOD

public Integer getMinLOD()
The minimum LOD of the Layer. Gets the value of the minLOD property.

Returns:
possible object is Integer

setMinLOD

public void setMinLOD(Integer value)
The minimum LOD of the Layer. Sets the value of the minLOD property.

Parameters:
value - allowed object is Integer

getMaxLOD

public Integer getMaxLOD()
The minimum LOD of the Layer. Gets the value of the maxLOD property.

Returns:
possible object is Integer

setMaxLOD

public void setMaxLOD(Integer value)
The minimum LOD of the Layer. Sets the value of the maxLOD property.

Parameters:
value - allowed object is Integer

getRasterTileSize

public Integer getRasterTileSize()
Rasterized vector tile size. Gets the value of the rasterTileSize property.

Returns:
possible object is Integer

setRasterTileSize

public void setRasterTileSize(Integer value)
Rasterized vector tile size. Sets the value of the rasterTileSize property.

Parameters:
value - allowed object is Integer

getRasterTileLogSize

public Integer getRasterTileLogSize()
Rasterized vector logarithm tile size. Gets the value of the rasterTileLogSize property.

Returns:
possible object is Integer

setRasterTileLogSize

public void setRasterTileLogSize(Integer value)
Rasterized vector logarithm tile size. Sets the value of the rasterTileLogSize property.

Parameters:
value - allowed object is Integer

getTextureDownsamplingFactor

public Double getTextureDownsamplingFactor()
The texture down-sampling factor for textured multipatches. Gets the value of the textureDownsamplingFactor property.

Returns:
possible object is Double

setTextureDownsamplingFactor

public void setTextureDownsamplingFactor(Double value)
The texture down-sampling factor for textured multipatches. Sets the value of the textureDownsamplingFactor property.

Parameters:
value - allowed object is Double

getTextureCompressionType

public Integer getTextureCompressionType()
The current texture compression type. Gets the value of the textureCompressionType property.

Returns:
possible object is Integer

setTextureCompressionType

public void setTextureCompressionType(Integer value)
The current texture compression type. Sets the value of the textureCompressionType property.

Parameters:
value - allowed object is Integer

getTextureDisplayType

public Integer getTextureDisplayType()
The current texture display type. Gets the value of the textureDisplayType property.

Returns:
possible object is Integer

setTextureDisplayType

public void setTextureDisplayType(Integer value)
The current texture display type. Sets the value of the textureDisplayType property.

Parameters:
value - allowed object is Integer