com.esri.arcgisws
Class CartographicMarkerSymbol

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

public abstract class CartographicMarkerSymbol
extends MarkerSymbol
implements Serializable

Cartographic marker symbol properties.

Java class for CartographicMarkerSymbol complex type.

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

 <complexType name="CartographicMarkerSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MarkerSymbol">
       <sequence>
         <element name="XScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="YScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Cartographic marker symbol properties.

See Also:
Serialized Form

Constructor Summary
CartographicMarkerSymbol()
          CartographicMarkerSymbol default constructor.
CartographicMarkerSymbol(double angle, Color color, double size, double xOffset, double yOffset, double xScale, double yScale)
          Deprecated. 
 
Method Summary
 double getXScale()
          Gets the value of the xScale property.
 double getYScale()
          Gets the value of the yScale property.
 void setXScale(double value)
          Sets the value of the xScale property.
 void setYScale(double value)
          Sets the value of the yScale property.
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartographicMarkerSymbol

@Deprecated
public CartographicMarkerSymbol(double angle,
                                           Color color,
                                           double size,
                                           double xOffset,
                                           double yOffset,
                                           double xScale,
                                           double yScale)
Deprecated. 

CartographicMarkerSymbol constructor.


CartographicMarkerSymbol

public CartographicMarkerSymbol()
CartographicMarkerSymbol default constructor.

Method Detail

getXScale

public double getXScale()
Gets the value of the xScale property.


setXScale

public void setXScale(double value)
Sets the value of the xScale property.


getYScale

public double getYScale()
Gets the value of the yScale property.


setYScale

public void setYScale(double value)
Sets the value of the yScale property.