|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GlobeLayerInfo
public class GlobeLayerInfo
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>
| 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 |
|---|
@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)
public GlobeLayerInfo()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isVisible()
public void setVisible(boolean value)
public String getLayerType()
Stringpublic void setLayerType(String value)
value - allowed object is
Stringpublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic String getDisplayField()
Stringpublic void setDisplayField(String value)
value - allowed object is
Stringpublic int getTransparency()
public void setTransparency(int value)
public boolean isIsComposite()
public void setIsComposite(boolean value)
public boolean isIsGroup()
public void setIsGroup(boolean value)
public int getParentLayerID()
public void setParentLayerID(int value)
public EsriGlobeDataType getDataType()
EsriGlobeDataTypepublic void setDataType(EsriGlobeDataType value)
value - allowed object is
EsriGlobeDataTypepublic BigDecimal getMaxDistance()
BigDecimal public void setMaxDistance(BigDecimal value)
value - allowed object is
BigDecimal public BigDecimal getMinDistance()
BigDecimal public void setMinDistance(BigDecimal value)
value - allowed object is
BigDecimal public boolean isPerTileVisibility()
public void setPerTileVisibility(boolean value)
public boolean isUse16BitsColor()
public void setUse16BitsColor(boolean value)
public boolean isUse16BitsElevation()
public void setUse16BitsElevation(boolean value)
public boolean isLossyCompression()
public void setLossyCompression(boolean value)
public int getCompressionQuality()
public void setCompressionQuality(int value)
public boolean isHasOIDs()
public void setHasOIDs(boolean value)
public boolean isScale3DSymbols()
public void setScale3DSymbols(boolean value)
public int getPriority()
public void setPriority(int value)
public int getFloatingOrder()
public void setFloatingOrder(int value)
public EsriGlobeImageSamplingMode getSamplingMode()
EsriGlobeImageSamplingModepublic void setSamplingMode(EsriGlobeImageSamplingMode value)
value - allowed object is
EsriGlobeImageSamplingModepublic BigDecimal getMinCellSize()
BigDecimal public void setMinCellSize(BigDecimal value)
value - allowed object is
BigDecimal public boolean isRasterized()
public void setRasterized(boolean value)
public BigDecimal getMetersPerPoint()
BigDecimal public void setMetersPerPoint(BigDecimal value)
value - allowed object is
BigDecimal public boolean isExtruded()
public void setExtruded(boolean value)
public int getFeatureLOD()
public void setFeatureLOD(int value)
public boolean isConsolidatedParent()
public void setConsolidatedParent(boolean value)
public int getCatalogCrossoverLOD()
public void setCatalogCrossoverLOD(int value)
public int getBaseID()
public void setBaseID(int value)
public EsriGlobeLayerBaseOption getBaseOption()
EsriGlobeLayerBaseOptionpublic void setBaseOption(EsriGlobeLayerBaseOption value)
value - allowed object is
EsriGlobeLayerBaseOptionpublic String getElevationExpression()
Stringpublic void setElevationExpression(String value)
value - allowed object is
Stringpublic BigDecimal getOffset()
BigDecimal public void setOffset(BigDecimal value)
value - allowed object is
BigDecimal public BigDecimal getZFactor()
BigDecimal public void setZFactor(BigDecimal value)
value - allowed object is
BigDecimal public boolean isHasElevation()
public void setHasElevation(boolean value)
public boolean isUseElevation()
public void setUseElevation(boolean value)
public EsriExtrusionType getExtrusionType()
EsriExtrusionTypepublic void setExtrusionType(EsriExtrusionType value)
value - allowed object is
EsriExtrusionTypepublic String getExtrusionExpression()
Stringpublic void setExtrusionExpression(String value)
value - allowed object is
Stringpublic boolean isIlluminate()
public void setIlluminate(boolean value)
public boolean isSmooth()
public void setSmooth(boolean value)
public Esri3DFaceCulling getCullMode()
Esri3DFaceCullingpublic void setCullMode(Esri3DFaceCulling value)
value - allowed object is
Esri3DFaceCullingpublic GlobeGraphicsLayer getGraphicsLayer()
GlobeGraphicsLayerpublic void setGraphicsLayer(GlobeGraphicsLayer value)
value - allowed object is
GlobeGraphicsLayerpublic String getCopyrightText()
Stringpublic void setCopyrightText(String value)
value - allowed object is
Stringpublic Integer getMinLOD()
Integerpublic void setMinLOD(Integer value)
value - allowed object is
Integerpublic Integer getMaxLOD()
Integerpublic void setMaxLOD(Integer value)
value - allowed object is
Integerpublic Integer getRasterTileSize()
Integerpublic void setRasterTileSize(Integer value)
value - allowed object is
Integerpublic Integer getRasterTileLogSize()
Integerpublic void setRasterTileLogSize(Integer value)
value - allowed object is
Integerpublic Double getTextureDownsamplingFactor()
Doublepublic void setTextureDownsamplingFactor(Double value)
value - allowed object is
Doublepublic Integer getTextureCompressionType()
Integerpublic void setTextureCompressionType(Integer value)
value - allowed object is
Integerpublic Integer getTextureDisplayType()
Integerpublic void setTextureDisplayType(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||