com.esri.arcgisws
Class EllipseElement

java.lang.Object
  extended bycom.esri.arcgisws.Element
      extended bycom.esri.arcgisws.GraphicElement
          extended bycom.esri.arcgisws.EllipseElement
All Implemented Interfaces:
java.io.Serializable

public class EllipseElement
extends GraphicElement
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EllipseElement()
           
EllipseElement(Geometry rectangle, java.lang.Boolean locked, java.lang.Boolean fixedAspectRatio, java.lang.String name, java.lang.String type, java.lang.Boolean autoTransform, java.lang.Double referenceScale, Symbol symbol)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getAutoTransform()
          Gets the autoTransform value for this EllipseElement.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getFixedAspectRatio()
          Gets the fixedAspectRatio value for this EllipseElement.
 java.lang.Boolean getLocked()
          Gets the locked value for this EllipseElement.
 java.lang.String getName()
          Gets the name value for this EllipseElement.
 Geometry getRectangle()
          Gets the rectangle value for this EllipseElement.
 java.lang.Double getReferenceScale()
          Gets the referenceScale value for this EllipseElement.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Symbol getSymbol()
          Gets the symbol value for this EllipseElement.
 java.lang.String getType()
          Gets the type value for this EllipseElement.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAutoTransform(java.lang.Boolean autoTransform)
          Sets the autoTransform value for this EllipseElement.
 void setFixedAspectRatio(java.lang.Boolean fixedAspectRatio)
          Sets the fixedAspectRatio value for this EllipseElement.
 void setLocked(java.lang.Boolean locked)
          Sets the locked value for this EllipseElement.
 void setName(java.lang.String name)
          Sets the name value for this EllipseElement.
 void setRectangle(Geometry rectangle)
          Sets the rectangle value for this EllipseElement.
 void setReferenceScale(java.lang.Double referenceScale)
          Sets the referenceScale value for this EllipseElement.
 void setSymbol(Symbol symbol)
          Sets the symbol value for this EllipseElement.
 void setType(java.lang.String type)
          Sets the type value for this EllipseElement.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EllipseElement

public EllipseElement()

EllipseElement

public EllipseElement(Geometry rectangle,
                      java.lang.Boolean locked,
                      java.lang.Boolean fixedAspectRatio,
                      java.lang.String name,
                      java.lang.String type,
                      java.lang.Boolean autoTransform,
                      java.lang.Double referenceScale,
                      Symbol symbol)
Method Detail

getRectangle

public Geometry getRectangle()
Gets the rectangle value for this EllipseElement.

Returns:
rectangle

setRectangle

public void setRectangle(Geometry rectangle)
Sets the rectangle value for this EllipseElement.

Parameters:
rectangle -

getLocked

public java.lang.Boolean getLocked()
Gets the locked value for this EllipseElement.

Returns:
locked

setLocked

public void setLocked(java.lang.Boolean locked)
Sets the locked value for this EllipseElement.

Parameters:
locked -

getFixedAspectRatio

public java.lang.Boolean getFixedAspectRatio()
Gets the fixedAspectRatio value for this EllipseElement.

Returns:
fixedAspectRatio

setFixedAspectRatio

public void setFixedAspectRatio(java.lang.Boolean fixedAspectRatio)
Sets the fixedAspectRatio value for this EllipseElement.

Parameters:
fixedAspectRatio -

getName

public java.lang.String getName()
Gets the name value for this EllipseElement.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this EllipseElement.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this EllipseElement.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this EllipseElement.

Parameters:
type -

getAutoTransform

public java.lang.Boolean getAutoTransform()
Gets the autoTransform value for this EllipseElement.

Returns:
autoTransform

setAutoTransform

public void setAutoTransform(java.lang.Boolean autoTransform)
Sets the autoTransform value for this EllipseElement.

Parameters:
autoTransform -

getReferenceScale

public java.lang.Double getReferenceScale()
Gets the referenceScale value for this EllipseElement.

Returns:
referenceScale

setReferenceScale

public void setReferenceScale(java.lang.Double referenceScale)
Sets the referenceScale value for this EllipseElement.

Parameters:
referenceScale -

getSymbol

public Symbol getSymbol()
Gets the symbol value for this EllipseElement.

Returns:
symbol

setSymbol

public void setSymbol(Symbol symbol)
Sets the symbol value for this EllipseElement.

Parameters:
symbol -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class GraphicElement

hashCode

public int hashCode()
Overrides:
hashCode in class GraphicElement

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer