|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.BasicSymbol
com.esri.arcgisws.BasicMarkerSymbol
public class BasicMarkerSymbol
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>
| 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 |
|---|
@Deprecated
public BasicMarkerSymbol(RepresentationComponent[] geometricEffects,
Integer id,
GraphicAttribute[] graphicAttributes,
RepresentationComponent markerPlacement)
public BasicMarkerSymbol()
| Method Detail |
|---|
public Integer getID()
Integerpublic void setID(Integer value)
value - allowed object is
Integerpublic GraphicAttribute[] getGraphicAttributes()
[] public void setGraphicAttributes(GraphicAttribute[] value)
value - allowed object is
[] public RepresentationComponent getMarkerPlacement()
RepresentationComponentpublic void setMarkerPlacement(RepresentationComponent value)
value - allowed object is
RepresentationComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||