|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Symbol
com.esri.arcgisws.MarkerSymbol
com.esri.arcgisws.CartographicMarkerSymbol
public abstract class CartographicMarkerSymbol
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.
| 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 |
|---|
@Deprecated
public CartographicMarkerSymbol(double angle,
Color color,
double size,
double xOffset,
double yOffset,
double xScale,
double yScale)
public CartographicMarkerSymbol()
| Method Detail |
|---|
public double getXScale()
public void setXScale(double value)
public double getYScale()
public void setYScale(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||