com.esri.arcgisws
Class MarkerSymbol

java.lang.Object
  extended bycom.esri.arcgisws.Symbol
      extended bycom.esri.arcgisws.MarkerSymbol
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CartographicMarkerSymbol, SimpleMarkerSymbol

public abstract class MarkerSymbol
extends Symbol
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MarkerSymbol()
           
MarkerSymbol(double angle, Color color, double size, double XOffset, double YOffset)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double getAngle()
          Gets the angle value for this MarkerSymbol.
 Color getColor()
          Gets the color value for this MarkerSymbol.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 double getSize()
          Gets the size value for this MarkerSymbol.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 double getXOffset()
          Gets the XOffset value for this MarkerSymbol.
 double getYOffset()
          Gets the YOffset value for this MarkerSymbol.
 int hashCode()
           
 void setAngle(double angle)
          Sets the angle value for this MarkerSymbol.
 void setColor(Color color)
          Sets the color value for this MarkerSymbol.
 void setSize(double size)
          Sets the size value for this MarkerSymbol.
 void setXOffset(double XOffset)
          Sets the XOffset value for this MarkerSymbol.
 void setYOffset(double YOffset)
          Sets the YOffset value for this MarkerSymbol.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerSymbol

public MarkerSymbol()

MarkerSymbol

public MarkerSymbol(double angle,
                    Color color,
                    double size,
                    double XOffset,
                    double YOffset)
Method Detail

getAngle

public double getAngle()
Gets the angle value for this MarkerSymbol.

Returns:
angle

setAngle

public void setAngle(double angle)
Sets the angle value for this MarkerSymbol.

Parameters:
angle -

getColor

public Color getColor()
Gets the color value for this MarkerSymbol.

Returns:
color

setColor

public void setColor(Color color)
Sets the color value for this MarkerSymbol.

Parameters:
color -

getSize

public double getSize()
Gets the size value for this MarkerSymbol.

Returns:
size

setSize

public void setSize(double size)
Sets the size value for this MarkerSymbol.

Parameters:
size -

getXOffset

public double getXOffset()
Gets the XOffset value for this MarkerSymbol.

Returns:
XOffset

setXOffset

public void setXOffset(double XOffset)
Sets the XOffset value for this MarkerSymbol.

Parameters:
XOffset -

getYOffset

public double getYOffset()
Gets the YOffset value for this MarkerSymbol.

Returns:
YOffset

setYOffset

public void setYOffset(double YOffset)
Sets the YOffset value for this MarkerSymbol.

Parameters:
YOffset -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Symbol

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