com.esri.arcgisws
Class GlobeGraphicsElementProperties

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

public class GlobeGraphicsElementProperties
extends Object
implements Serializable

Java class for GlobeGraphicsElementProperties complex type.

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

 <complexType name="GlobeGraphicsElementProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ElementSelected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementIlluminate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementFixedSize" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementOrientation" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGlobeGraphicsOrientation"/>
         <element name="ElementRasterized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementDraped" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementDrapeMaxRes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementZOffset" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementDensDist" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementCallout" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementCallOffX" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementCallOffY" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementCallOffZ" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementCallLineR" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="ElementCallLineG" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="ElementCallLineB" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="ElementCallLineA" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="ElementCallWidth" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementTransformed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementTransX" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementTransY" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementTransZ" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementScaleX" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementScaleY" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementScaleZ" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementRotateX" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementRotateY" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementRotateZ" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementDrapeDone" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementCallPosX" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementCallPosY" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementCallPosZ" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementImmediate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementPosX" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementPosY" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementPosZ" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementPosLon" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementPosLat" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementPosAlt" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ElementHasOwnScale" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ElementOwnScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GlobeGraphicsElementProperties()
          GlobeGraphicsElementProperties default constructor.
GlobeGraphicsElementProperties(boolean elementSelected, boolean elementIlluminate, boolean elementFixedSize, EsriGlobeGraphicsOrientation elementOrientation, boolean elementRasterized, boolean elementDraped, boolean elementDrapeMaxRes, double elementZOffset, double elementDensDist, boolean elementCallout, double elementCallOffX, double elementCallOffY, double elementCallOffZ, short elementCallLineR, short elementCallLineG, short elementCallLineB, short elementCallLineA, double elementCallWidth, boolean elementTransformed, double elementTransX, double elementTransY, double elementTransZ, double elementScaleX, double elementScaleY, double elementScaleZ, double elementRotateX, double elementRotateY, double elementRotateZ, boolean elementGroup, boolean elementDrapeDone, double elementCallPosX, double elementCallPosY, double elementCallPosZ, boolean elementImmediate, double elementPosX, double elementPosY, double elementPosZ, double elementPosLon, double elementPosLat, double elementPosAlt, boolean elementHasOwnScale, double elementOwnScale)
          Deprecated. 
 
Method Summary
 short getElementCallLineA()
          Gets the value of the elementCallLineA property.
 short getElementCallLineB()
          Gets the value of the elementCallLineB property.
 short getElementCallLineG()
          Gets the value of the elementCallLineG property.
 short getElementCallLineR()
          Gets the value of the elementCallLineR property.
 double getElementCallOffX()
          Gets the value of the elementCallOffX property.
 double getElementCallOffY()
          Gets the value of the elementCallOffY property.
 double getElementCallOffZ()
          Gets the value of the elementCallOffZ property.
 double getElementCallPosX()
          Gets the value of the elementCallPosX property.
 double getElementCallPosY()
          Gets the value of the elementCallPosY property.
 double getElementCallPosZ()
          Gets the value of the elementCallPosZ property.
 double getElementCallWidth()
          Gets the value of the elementCallWidth property.
 double getElementDensDist()
          Gets the value of the elementDensDist property.
 EsriGlobeGraphicsOrientation getElementOrientation()
          Gets the value of the elementOrientation property.
 double getElementOwnScale()
          Gets the value of the elementOwnScale property.
 double getElementPosAlt()
          Gets the value of the elementPosAlt property.
 double getElementPosLat()
          Gets the value of the elementPosLat property.
 double getElementPosLon()
          Gets the value of the elementPosLon property.
 double getElementPosX()
          Gets the value of the elementPosX property.
 double getElementPosY()
          Gets the value of the elementPosY property.
 double getElementPosZ()
          Gets the value of the elementPosZ property.
 double getElementRotateX()
          Gets the value of the elementRotateX property.
 double getElementRotateY()
          Gets the value of the elementRotateY property.
 double getElementRotateZ()
          Gets the value of the elementRotateZ property.
 double getElementScaleX()
          Gets the value of the elementScaleX property.
 double getElementScaleY()
          Gets the value of the elementScaleY property.
 double getElementScaleZ()
          Gets the value of the elementScaleZ property.
 double getElementTransX()
          Gets the value of the elementTransX property.
 double getElementTransY()
          Gets the value of the elementTransY property.
 double getElementTransZ()
          Gets the value of the elementTransZ property.
 double getElementZOffset()
          Gets the value of the elementZOffset property.
 boolean isElementCallout()
          Gets the value of the elementCallout property.
 boolean isElementDraped()
          Gets the value of the elementDraped property.
 boolean isElementDrapeDone()
          Gets the value of the elementDrapeDone property.
 boolean isElementDrapeMaxRes()
          Gets the value of the elementDrapeMaxRes property.
 boolean isElementFixedSize()
          Gets the value of the elementFixedSize property.
 boolean isElementGroup()
          Gets the value of the elementGroup property.
 boolean isElementHasOwnScale()
          Gets the value of the elementHasOwnScale property.
 boolean isElementIlluminate()
          Gets the value of the elementIlluminate property.
 boolean isElementImmediate()
          Gets the value of the elementImmediate property.
 boolean isElementRasterized()
          Gets the value of the elementRasterized property.
 boolean isElementSelected()
          Gets the value of the elementSelected property.
 boolean isElementTransformed()
          Gets the value of the elementTransformed property.
 void setElementCallLineA(short value)
          Sets the value of the elementCallLineA property.
 void setElementCallLineB(short value)
          Sets the value of the elementCallLineB property.
 void setElementCallLineG(short value)
          Sets the value of the elementCallLineG property.
 void setElementCallLineR(short value)
          Sets the value of the elementCallLineR property.
 void setElementCallOffX(double value)
          Sets the value of the elementCallOffX property.
 void setElementCallOffY(double value)
          Sets the value of the elementCallOffY property.
 void setElementCallOffZ(double value)
          Sets the value of the elementCallOffZ property.
 void setElementCallout(boolean value)
          Sets the value of the elementCallout property.
 void setElementCallPosX(double value)
          Sets the value of the elementCallPosX property.
 void setElementCallPosY(double value)
          Sets the value of the elementCallPosY property.
 void setElementCallPosZ(double value)
          Sets the value of the elementCallPosZ property.
 void setElementCallWidth(double value)
          Sets the value of the elementCallWidth property.
 void setElementDensDist(double value)
          Sets the value of the elementDensDist property.
 void setElementDraped(boolean value)
          Sets the value of the elementDraped property.
 void setElementDrapeDone(boolean value)
          Sets the value of the elementDrapeDone property.
 void setElementDrapeMaxRes(boolean value)
          Sets the value of the elementDrapeMaxRes property.
 void setElementFixedSize(boolean value)
          Sets the value of the elementFixedSize property.
 void setElementGroup(boolean value)
          Sets the value of the elementGroup property.
 void setElementHasOwnScale(boolean value)
          Sets the value of the elementHasOwnScale property.
 void setElementIlluminate(boolean value)
          Sets the value of the elementIlluminate property.
 void setElementImmediate(boolean value)
          Sets the value of the elementImmediate property.
 void setElementOrientation(EsriGlobeGraphicsOrientation value)
          Sets the value of the elementOrientation property.
 void setElementOwnScale(double value)
          Sets the value of the elementOwnScale property.
 void setElementPosAlt(double value)
          Sets the value of the elementPosAlt property.
 void setElementPosLat(double value)
          Sets the value of the elementPosLat property.
 void setElementPosLon(double value)
          Sets the value of the elementPosLon property.
 void setElementPosX(double value)
          Sets the value of the elementPosX property.
 void setElementPosY(double value)
          Sets the value of the elementPosY property.
 void setElementPosZ(double value)
          Sets the value of the elementPosZ property.
 void setElementRasterized(boolean value)
          Sets the value of the elementRasterized property.
 void setElementRotateX(double value)
          Sets the value of the elementRotateX property.
 void setElementRotateY(double value)
          Sets the value of the elementRotateY property.
 void setElementRotateZ(double value)
          Sets the value of the elementRotateZ property.
 void setElementScaleX(double value)
          Sets the value of the elementScaleX property.
 void setElementScaleY(double value)
          Sets the value of the elementScaleY property.
 void setElementScaleZ(double value)
          Sets the value of the elementScaleZ property.
 void setElementSelected(boolean value)
          Sets the value of the elementSelected property.
 void setElementTransformed(boolean value)
          Sets the value of the elementTransformed property.
 void setElementTransX(double value)
          Sets the value of the elementTransX property.
 void setElementTransY(double value)
          Sets the value of the elementTransY property.
 void setElementTransZ(double value)
          Sets the value of the elementTransZ property.
 void setElementZOffset(double value)
          Sets the value of the elementZOffset property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobeGraphicsElementProperties

@Deprecated
public GlobeGraphicsElementProperties(boolean elementSelected,
                                                 boolean elementIlluminate,
                                                 boolean elementFixedSize,
                                                 EsriGlobeGraphicsOrientation elementOrientation,
                                                 boolean elementRasterized,
                                                 boolean elementDraped,
                                                 boolean elementDrapeMaxRes,
                                                 double elementZOffset,
                                                 double elementDensDist,
                                                 boolean elementCallout,
                                                 double elementCallOffX,
                                                 double elementCallOffY,
                                                 double elementCallOffZ,
                                                 short elementCallLineR,
                                                 short elementCallLineG,
                                                 short elementCallLineB,
                                                 short elementCallLineA,
                                                 double elementCallWidth,
                                                 boolean elementTransformed,
                                                 double elementTransX,
                                                 double elementTransY,
                                                 double elementTransZ,
                                                 double elementScaleX,
                                                 double elementScaleY,
                                                 double elementScaleZ,
                                                 double elementRotateX,
                                                 double elementRotateY,
                                                 double elementRotateZ,
                                                 boolean elementGroup,
                                                 boolean elementDrapeDone,
                                                 double elementCallPosX,
                                                 double elementCallPosY,
                                                 double elementCallPosZ,
                                                 boolean elementImmediate,
                                                 double elementPosX,
                                                 double elementPosY,
                                                 double elementPosZ,
                                                 double elementPosLon,
                                                 double elementPosLat,
                                                 double elementPosAlt,
                                                 boolean elementHasOwnScale,
                                                 double elementOwnScale)
Deprecated. 

GlobeGraphicsElementProperties constructor.


GlobeGraphicsElementProperties

public GlobeGraphicsElementProperties()
GlobeGraphicsElementProperties default constructor.

Method Detail

isElementSelected

public boolean isElementSelected()
Gets the value of the elementSelected property.


setElementSelected

public void setElementSelected(boolean value)
Sets the value of the elementSelected property.


isElementIlluminate

public boolean isElementIlluminate()
Gets the value of the elementIlluminate property.


setElementIlluminate

public void setElementIlluminate(boolean value)
Sets the value of the elementIlluminate property.


isElementFixedSize

public boolean isElementFixedSize()
Gets the value of the elementFixedSize property.


setElementFixedSize

public void setElementFixedSize(boolean value)
Sets the value of the elementFixedSize property.


getElementOrientation

public EsriGlobeGraphicsOrientation getElementOrientation()
Gets the value of the elementOrientation property.

Returns:
possible object is EsriGlobeGraphicsOrientation

setElementOrientation

public void setElementOrientation(EsriGlobeGraphicsOrientation value)
Sets the value of the elementOrientation property.

Parameters:
value - allowed object is EsriGlobeGraphicsOrientation

isElementRasterized

public boolean isElementRasterized()
Gets the value of the elementRasterized property.


setElementRasterized

public void setElementRasterized(boolean value)
Sets the value of the elementRasterized property.


isElementDraped

public boolean isElementDraped()
Gets the value of the elementDraped property.


setElementDraped

public void setElementDraped(boolean value)
Sets the value of the elementDraped property.


isElementDrapeMaxRes

public boolean isElementDrapeMaxRes()
Gets the value of the elementDrapeMaxRes property.


setElementDrapeMaxRes

public void setElementDrapeMaxRes(boolean value)
Sets the value of the elementDrapeMaxRes property.


getElementZOffset

public double getElementZOffset()
Gets the value of the elementZOffset property.


setElementZOffset

public void setElementZOffset(double value)
Sets the value of the elementZOffset property.


getElementDensDist

public double getElementDensDist()
Gets the value of the elementDensDist property.


setElementDensDist

public void setElementDensDist(double value)
Sets the value of the elementDensDist property.


isElementCallout

public boolean isElementCallout()
Gets the value of the elementCallout property.


setElementCallout

public void setElementCallout(boolean value)
Sets the value of the elementCallout property.


getElementCallOffX

public double getElementCallOffX()
Gets the value of the elementCallOffX property.


setElementCallOffX

public void setElementCallOffX(double value)
Sets the value of the elementCallOffX property.


getElementCallOffY

public double getElementCallOffY()
Gets the value of the elementCallOffY property.


setElementCallOffY

public void setElementCallOffY(double value)
Sets the value of the elementCallOffY property.


getElementCallOffZ

public double getElementCallOffZ()
Gets the value of the elementCallOffZ property.


setElementCallOffZ

public void setElementCallOffZ(double value)
Sets the value of the elementCallOffZ property.


getElementCallLineR

public short getElementCallLineR()
Gets the value of the elementCallLineR property.


setElementCallLineR

public void setElementCallLineR(short value)
Sets the value of the elementCallLineR property.


getElementCallLineG

public short getElementCallLineG()
Gets the value of the elementCallLineG property.


setElementCallLineG

public void setElementCallLineG(short value)
Sets the value of the elementCallLineG property.


getElementCallLineB

public short getElementCallLineB()
Gets the value of the elementCallLineB property.


setElementCallLineB

public void setElementCallLineB(short value)
Sets the value of the elementCallLineB property.


getElementCallLineA

public short getElementCallLineA()
Gets the value of the elementCallLineA property.


setElementCallLineA

public void setElementCallLineA(short value)
Sets the value of the elementCallLineA property.


getElementCallWidth

public double getElementCallWidth()
Gets the value of the elementCallWidth property.


setElementCallWidth

public void setElementCallWidth(double value)
Sets the value of the elementCallWidth property.


isElementTransformed

public boolean isElementTransformed()
Gets the value of the elementTransformed property.


setElementTransformed

public void setElementTransformed(boolean value)
Sets the value of the elementTransformed property.


getElementTransX

public double getElementTransX()
Gets the value of the elementTransX property.


setElementTransX

public void setElementTransX(double value)
Sets the value of the elementTransX property.


getElementTransY

public double getElementTransY()
Gets the value of the elementTransY property.


setElementTransY

public void setElementTransY(double value)
Sets the value of the elementTransY property.


getElementTransZ

public double getElementTransZ()
Gets the value of the elementTransZ property.


setElementTransZ

public void setElementTransZ(double value)
Sets the value of the elementTransZ property.


getElementScaleX

public double getElementScaleX()
Gets the value of the elementScaleX property.


setElementScaleX

public void setElementScaleX(double value)
Sets the value of the elementScaleX property.


getElementScaleY

public double getElementScaleY()
Gets the value of the elementScaleY property.


setElementScaleY

public void setElementScaleY(double value)
Sets the value of the elementScaleY property.


getElementScaleZ

public double getElementScaleZ()
Gets the value of the elementScaleZ property.


setElementScaleZ

public void setElementScaleZ(double value)
Sets the value of the elementScaleZ property.


getElementRotateX

public double getElementRotateX()
Gets the value of the elementRotateX property.


setElementRotateX

public void setElementRotateX(double value)
Sets the value of the elementRotateX property.


getElementRotateY

public double getElementRotateY()
Gets the value of the elementRotateY property.


setElementRotateY

public void setElementRotateY(double value)
Sets the value of the elementRotateY property.


getElementRotateZ

public double getElementRotateZ()
Gets the value of the elementRotateZ property.


setElementRotateZ

public void setElementRotateZ(double value)
Sets the value of the elementRotateZ property.


isElementGroup

public boolean isElementGroup()
Gets the value of the elementGroup property.


setElementGroup

public void setElementGroup(boolean value)
Sets the value of the elementGroup property.


isElementDrapeDone

public boolean isElementDrapeDone()
Gets the value of the elementDrapeDone property.


setElementDrapeDone

public void setElementDrapeDone(boolean value)
Sets the value of the elementDrapeDone property.


getElementCallPosX

public double getElementCallPosX()
Gets the value of the elementCallPosX property.


setElementCallPosX

public void setElementCallPosX(double value)
Sets the value of the elementCallPosX property.


getElementCallPosY

public double getElementCallPosY()
Gets the value of the elementCallPosY property.


setElementCallPosY

public void setElementCallPosY(double value)
Sets the value of the elementCallPosY property.


getElementCallPosZ

public double getElementCallPosZ()
Gets the value of the elementCallPosZ property.


setElementCallPosZ

public void setElementCallPosZ(double value)
Sets the value of the elementCallPosZ property.


isElementImmediate

public boolean isElementImmediate()
Gets the value of the elementImmediate property.


setElementImmediate

public void setElementImmediate(boolean value)
Sets the value of the elementImmediate property.


getElementPosX

public double getElementPosX()
Gets the value of the elementPosX property.


setElementPosX

public void setElementPosX(double value)
Sets the value of the elementPosX property.


getElementPosY

public double getElementPosY()
Gets the value of the elementPosY property.


setElementPosY

public void setElementPosY(double value)
Sets the value of the elementPosY property.


getElementPosZ

public double getElementPosZ()
Gets the value of the elementPosZ property.


setElementPosZ

public void setElementPosZ(double value)
Sets the value of the elementPosZ property.


getElementPosLon

public double getElementPosLon()
Gets the value of the elementPosLon property.


setElementPosLon

public void setElementPosLon(double value)
Sets the value of the elementPosLon property.


getElementPosLat

public double getElementPosLat()
Gets the value of the elementPosLat property.


setElementPosLat

public void setElementPosLat(double value)
Sets the value of the elementPosLat property.


getElementPosAlt

public double getElementPosAlt()
Gets the value of the elementPosAlt property.


setElementPosAlt

public void setElementPosAlt(double value)
Sets the value of the elementPosAlt property.


isElementHasOwnScale

public boolean isElementHasOwnScale()
Gets the value of the elementHasOwnScale property.


setElementHasOwnScale

public void setElementHasOwnScale(boolean value)
Sets the value of the elementHasOwnScale property.


getElementOwnScale

public double getElementOwnScale()
Gets the value of the elementOwnScale property.


setElementOwnScale

public void setElementOwnScale(double value)
Sets the value of the elementOwnScale property.