com.esri.arcgisws
Class GlobeGraphicsLayer

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

public class GlobeGraphicsLayer
extends Object
implements Serializable

Java class for GlobeGraphicsLayer complex type.

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

 <complexType name="GlobeGraphicsLayer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UseAssocLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="AssocLayerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Hide" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Elements" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGraphicElement"/>
         <element name="ElementProperties" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGlobeGraphicsElementProps"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GlobeGraphicsLayer()
          GlobeGraphicsLayer default constructor.
GlobeGraphicsLayer(boolean useAssocLayer, String assocLayerName, boolean hide, GraphicElement[] elements, GlobeGraphicsElementProperties[] elementProperties)
          Deprecated. 
 
Method Summary
 String getAssocLayerName()
          Gets the value of the assocLayerName property.
 GlobeGraphicsElementProperties[] getElementProperties()
          Gets the value of the elementProperties property.
 GraphicElement[] getElements()
          Gets the value of the elements property.
 boolean isHide()
          Gets the value of the hide property.
 boolean isUseAssocLayer()
          Gets the value of the useAssocLayer property.
 void setAssocLayerName(String value)
          Sets the value of the assocLayerName property.
 void setElementProperties(GlobeGraphicsElementProperties[] value)
          Sets the value of the elementProperties property.
 void setElements(GraphicElement[] value)
          Sets the value of the elements property.
 void setHide(boolean value)
          Sets the value of the hide property.
 void setUseAssocLayer(boolean value)
          Sets the value of the useAssocLayer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobeGraphicsLayer

@Deprecated
public GlobeGraphicsLayer(boolean useAssocLayer,
                                     String assocLayerName,
                                     boolean hide,
                                     GraphicElement[] elements,
                                     GlobeGraphicsElementProperties[] elementProperties)
Deprecated. 

GlobeGraphicsLayer constructor.


GlobeGraphicsLayer

public GlobeGraphicsLayer()
GlobeGraphicsLayer default constructor.

Method Detail

isUseAssocLayer

public boolean isUseAssocLayer()
Gets the value of the useAssocLayer property.


setUseAssocLayer

public void setUseAssocLayer(boolean value)
Sets the value of the useAssocLayer property.


getAssocLayerName

public String getAssocLayerName()
Gets the value of the assocLayerName property.

Returns:
possible object is String

setAssocLayerName

public void setAssocLayerName(String value)
Sets the value of the assocLayerName property.

Parameters:
value - allowed object is String

isHide

public boolean isHide()
Gets the value of the hide property.


setHide

public void setHide(boolean value)
Sets the value of the hide property.


getElements

public GraphicElement[] getElements()
Gets the value of the elements property.

Returns:
possible object is []

setElements

public void setElements(GraphicElement[] value)
Sets the value of the elements property.

Parameters:
value - allowed object is []

getElementProperties

public GlobeGraphicsElementProperties[] getElementProperties()
Gets the value of the elementProperties property.

Returns:
possible object is []

setElementProperties

public void setElementProperties(GlobeGraphicsElementProperties[] value)
Sets the value of the elementProperties property.

Parameters:
value - allowed object is []