com.esri.arcgisws
Class CartographicMarkerSymbol

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

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

See Also:
Serialized Form

Constructor Summary
CartographicMarkerSymbol()
           
CartographicMarkerSymbol(double angle, Color color, double size, double XOffset, double YOffset, double XScale, double YScale)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 double getXScale()
          Gets the XScale value for this CartographicMarkerSymbol.
 double getYScale()
          Gets the YScale value for this CartographicMarkerSymbol.
 int hashCode()
           
 void setXScale(double XScale)
          Sets the XScale value for this CartographicMarkerSymbol.
 void setYScale(double YScale)
          Sets the YScale value for this CartographicMarkerSymbol.
 
Methods inherited from class com.esri.arcgisws.MarkerSymbol
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartographicMarkerSymbol

public CartographicMarkerSymbol()

CartographicMarkerSymbol

public CartographicMarkerSymbol(double angle,
                                Color color,
                                double size,
                                double XOffset,
                                double YOffset,
                                double XScale,
                                double YScale)
Method Detail

getXScale

public double getXScale()
Gets the XScale value for this CartographicMarkerSymbol.

Returns:
XScale

setXScale

public void setXScale(double XScale)
Sets the XScale value for this CartographicMarkerSymbol.

Parameters:
XScale -

getYScale

public double getYScale()
Gets the YScale value for this CartographicMarkerSymbol.

Returns:
YScale

setYScale

public void setYScale(double YScale)
Sets the YScale value for this CartographicMarkerSymbol.

Parameters:
YScale -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class MarkerSymbol

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