|
|||||||||
| 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.RectangleElement
public class RectangleElement
Java class for RectangleElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RectangleElement">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GraphicElement">
<sequence>
<element name="Rectangle" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
<element name="Locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FixedAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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.0}Symbol" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RectangleElement()
RectangleElement default constructor. |
|
RectangleElement(Geometry rectangle,
Boolean locked,
Boolean fixedAspectRatio,
String name,
String type,
Boolean autoTransform,
Double referenceScale,
Symbol symbol)
Deprecated. |
|
| Method Summary | |
|---|---|
Boolean |
getAutoTransform()
Gets the value of the autoTransform property. |
Boolean |
getFixedAspectRatio()
Indicates if the bounds has a fixed aspect ratio. |
Boolean |
getLocked()
Gets the value of the locked property. |
String |
getName()
Gets the value of the name property. |
Geometry |
getRectangle()
Shape of the element as a geometry, in this case it is a Polygon. |
Double |
getReferenceScale()
Gets the value of the referenceScale property. |
Symbol |
getSymbol()
Gets the value of the symbol property. |
String |
getType()
Gets the value of the type property. |
Boolean |
isAutoTransform()
|
Boolean |
isFixedAspectRatio()
Indicates if the bounds has a fixed aspect ratio. |
Boolean |
isLocked()
|
void |
setAutoTransform(Boolean value)
Sets the value of the autoTransform property. |
void |
setFixedAspectRatio(Boolean value)
Indicates if the bounds has a fixed aspect ratio. |
void |
setLocked(Boolean value)
Sets the value of the locked property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRectangle(Geometry value)
Shape of the element as a geometry, in this case it is a Polygon. |
void |
setReferenceScale(Double value)
Sets the value of the referenceScale property. |
void |
setSymbol(Symbol value)
Sets the value of the symbol property. |
void |
setType(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 RectangleElement(Geometry rectangle,
Boolean locked,
Boolean fixedAspectRatio,
String name,
String type,
Boolean autoTransform,
Double referenceScale,
Symbol symbol)
public RectangleElement()
| Method Detail |
|---|
public Geometry getRectangle()
Geometrypublic void setRectangle(Geometry value)
value - allowed object is
Geometrypublic Boolean getLocked()
Booleanpublic Boolean isLocked()
public void setLocked(Boolean value)
value - allowed object is
Booleanpublic Boolean getFixedAspectRatio()
Booleanpublic Boolean isFixedAspectRatio()
public void setFixedAspectRatio(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean getAutoTransform()
Booleanpublic Boolean isAutoTransform()
public void setAutoTransform(Boolean value)
value - allowed object is
Booleanpublic Double getReferenceScale()
Doublepublic void setReferenceScale(Double value)
value - allowed object is
Doublepublic Symbol getSymbol()
Symbolpublic void setSymbol(Symbol value)
value - allowed object is
Symbol
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||