|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.Element
com.esri.arcgisws.GraphicElement
com.esri.arcgisws.MarkerElement
public class MarkerElement
Java class for MarkerElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkerElement"> <complexContent> <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}GraphicElement"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AutoTransform" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ReferenceScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/> <element name="Point" type="{http://www.esri.com/schemas/ArcGIS/10.3}Point"/> <element name="Locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
MarkerElement()
MarkerElement default constructor. |
|
MarkerElement(java.lang.String name,
java.lang.String type,
java.lang.Boolean autoTransform,
java.lang.Double referenceScale,
Symbol symbol,
Point point,
java.lang.Boolean locked)
Deprecated. |
Method Summary | |
---|---|
java.lang.Boolean |
getAutoTransform()
Gets the value of the autoTransform property. |
java.lang.Boolean |
getLocked()
Gets the value of the locked property. |
java.lang.String |
getName()
Gets the value of the name property. |
Point |
getPoint()
Shape of the element as a geometry, in this case it is a Point. |
java.lang.Double |
getReferenceScale()
Gets the value of the referenceScale property. |
Symbol |
getSymbol()
Gets the value of the symbol property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isAutoTransform()
|
java.lang.Boolean |
isLocked()
|
void |
setAutoTransform(java.lang.Boolean value)
Sets the value of the autoTransform property. |
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPoint(Point value)
Shape of the element as a geometry, in this case it is a Point. |
void |
setReferenceScale(java.lang.Double value)
Sets the value of the referenceScale property. |
void |
setSymbol(Symbol value)
Sets the value of the symbol property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public MarkerElement(java.lang.String name, java.lang.String type, java.lang.Boolean autoTransform, java.lang.Double referenceScale, Symbol symbol, Point point, java.lang.Boolean locked)
public MarkerElement()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getAutoTransform()
Boolean
public java.lang.Boolean isAutoTransform()
public void setAutoTransform(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getReferenceScale()
Double
public void setReferenceScale(java.lang.Double value)
value
- allowed object is
Double
public Symbol getSymbol()
Symbol
public void setSymbol(Symbol value)
value
- allowed object is
Symbol
public Point getPoint()
Point
public void setPoint(Point value)
value
- allowed object is
Point
public java.lang.Boolean getLocked()
Boolean
public java.lang.Boolean isLocked()
public void setLocked(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |