| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GlobeGraphicsLayer
public class GlobeGraphicsLayer
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>
 
| 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 | 
|---|
@Deprecated
public GlobeGraphicsLayer(boolean useAssocLayer,
                                     String assocLayerName,
                                     boolean hide,
                                     GraphicElement[] elements,
                                     GlobeGraphicsElementProperties[] elementProperties)
public GlobeGraphicsLayer()
| Method Detail | 
|---|
public boolean isUseAssocLayer()
public void setUseAssocLayer(boolean value)
public String getAssocLayerName()
Stringpublic void setAssocLayerName(String value)
value - allowed object is
     Stringpublic boolean isHide()
public void setHide(boolean value)
public GraphicElement[] getElements()
[] public void setElements(GraphicElement[] value)
value - allowed object is
     [] public GlobeGraphicsElementProperties[] getElementProperties()
[] public void setElementProperties(GlobeGraphicsElementProperties[] value)
value - allowed object is
     [] | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||