com.esri.arcgisws
Class SimpleLineCallout

java.lang.Object
  extended bycom.esri.arcgisws.TextBackground
      extended bycom.esri.arcgisws.Callout
          extended bycom.esri.arcgisws.SimpleLineCallout
All Implemented Interfaces:
java.io.Serializable

public class SimpleLineCallout
extends Callout
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SimpleLineCallout()
           
SimpleLineCallout(Point anchorPoint, double leaderTolerance, boolean autoSnap, Geometry lineGeometry, Symbol lineSymbol)
           
 
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
 Geometry getLineGeometry()
          Gets the lineGeometry value for this SimpleLineCallout.
 Symbol getLineSymbol()
          Gets the lineSymbol value for this SimpleLineCallout.
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
 int hashCode()
           
 boolean isAutoSnap()
          Gets the autoSnap value for this SimpleLineCallout.
 void setAutoSnap(boolean autoSnap)
          Sets the autoSnap value for this SimpleLineCallout.
 void setLineGeometry(Geometry lineGeometry)
          Sets the lineGeometry value for this SimpleLineCallout.
 void setLineSymbol(Symbol lineSymbol)
          Sets the lineSymbol value for this SimpleLineCallout.
 
Methods inherited from class com.esri.arcgisws.Callout
getAnchorPoint, getLeaderTolerance, setAnchorPoint, setLeaderTolerance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLineCallout

public SimpleLineCallout()

SimpleLineCallout

public SimpleLineCallout(Point anchorPoint,
                         double leaderTolerance,
                         boolean autoSnap,
                         Geometry lineGeometry,
                         Symbol lineSymbol)
Method Detail

isAutoSnap

public boolean isAutoSnap()
Gets the autoSnap value for this SimpleLineCallout.

Returns:
autoSnap

setAutoSnap

public void setAutoSnap(boolean autoSnap)
Sets the autoSnap value for this SimpleLineCallout.

Parameters:
autoSnap -

getLineGeometry

public Geometry getLineGeometry()
Gets the lineGeometry value for this SimpleLineCallout.

Returns:
lineGeometry

setLineGeometry

public void setLineGeometry(Geometry lineGeometry)
Sets the lineGeometry value for this SimpleLineCallout.

Parameters:
lineGeometry -

getLineSymbol

public Symbol getLineSymbol()
Gets the lineSymbol value for this SimpleLineCallout.

Returns:
lineSymbol

setLineSymbol

public void setLineSymbol(Symbol lineSymbol)
Sets the lineSymbol value for this SimpleLineCallout.

Parameters:
lineSymbol -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Callout

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