com.esri.arcgisws
Class BasicMarkerSymbol

java.lang.Object
  extended by com.esri.arcgisws.BasicSymbol
      extended by com.esri.arcgisws.BasicMarkerSymbol
All Implemented Interfaces:
Serializable

public class BasicMarkerSymbol
extends BasicSymbol
implements Serializable

Java class for BasicMarkerSymbol complex type.

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

 <complexType name="BasicMarkerSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}BasicSymbol">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="GraphicAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGraphicAttribute"/>
         <element name="MarkerPlacement" type="{http://www.esri.com/schemas/ArcGIS/10.0}RepresentationComponent"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
BasicMarkerSymbol()
          BasicMarkerSymbol default constructor.
BasicMarkerSymbol(RepresentationComponent[] geometricEffects, Integer id, GraphicAttribute[] graphicAttributes, RepresentationComponent markerPlacement)
          Deprecated. 
 
Method Summary
 GraphicAttribute[] getGraphicAttributes()
          Gets the value of the graphicAttributes property.
 Integer getID()
          Gets the value of the id property.
 RepresentationComponent getMarkerPlacement()
          Gets the value of the markerPlacement property.
 void setGraphicAttributes(GraphicAttribute[] value)
          Sets the value of the graphicAttributes property.
 void setID(Integer value)
          Sets the value of the id property.
 void setMarkerPlacement(RepresentationComponent value)
          Sets the value of the markerPlacement property.
 
Methods inherited from class com.esri.arcgisws.BasicSymbol
getGeometricEffects, setGeometricEffects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicMarkerSymbol

@Deprecated
public BasicMarkerSymbol(RepresentationComponent[] geometricEffects,
                                    Integer id,
                                    GraphicAttribute[] graphicAttributes,
                                    RepresentationComponent markerPlacement)
Deprecated. 

BasicMarkerSymbol constructor.


BasicMarkerSymbol

public BasicMarkerSymbol()
BasicMarkerSymbol default constructor.

Method Detail

getID

public Integer getID()
Gets the value of the id property.

Returns:
possible object is Integer

setID

public void setID(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer

getGraphicAttributes

public GraphicAttribute[] getGraphicAttributes()
Gets the value of the graphicAttributes property.

Returns:
possible object is []

setGraphicAttributes

public void setGraphicAttributes(GraphicAttribute[] value)
Sets the value of the graphicAttributes property.

Parameters:
value - allowed object is []

getMarkerPlacement

public RepresentationComponent getMarkerPlacement()
Gets the value of the markerPlacement property.

Returns:
possible object is RepresentationComponent

setMarkerPlacement

public void setMarkerPlacement(RepresentationComponent value)
Sets the value of the markerPlacement property.

Parameters:
value - allowed object is RepresentationComponent