|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapArea
com.esri.arcgisws.CenterAndScale
public class CenterAndScale
Java class for CenterAndScale complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CenterAndScale">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MapArea">
<sequence>
<element name="Center" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
<element name="Scale" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="DPI" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="DevBottom" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DevLeft" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DevTop" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DevRight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CenterAndScale()
CenterAndScale default constructor. |
|
CenterAndScale(Envelope extent,
Point center,
double scale,
Double dpi,
Integer devBottom,
Integer devLeft,
Integer devTop,
Integer devRight)
Deprecated. |
|
| Method Summary | |
|---|---|
Point |
getCenter()
Gets the value of the center property. |
Integer |
getDevBottom()
The X cooridnate for bottom right corner point. |
Integer |
getDevLeft()
The X coordinate for the upper left corner point. |
Integer |
getDevRight()
The Y coordinate for the bottom right corner point. |
Integer |
getDevTop()
The Y coordinate for the upper left corner point. |
Double |
getDPI()
The device resolution of the image. |
double |
getScale()
The map scale. |
void |
setCenter(Point value)
Sets the value of the center property. |
void |
setDevBottom(Integer value)
The X cooridnate for bottom right corner point. |
void |
setDevLeft(Integer value)
The X coordinate for the upper left corner point. |
void |
setDevRight(Integer value)
The Y coordinate for the bottom right corner point. |
void |
setDevTop(Integer value)
The Y coordinate for the upper left corner point. |
void |
setDPI(Double value)
The device resolution of the image. |
void |
setScale(double value)
The map scale. |
| Methods inherited from class com.esri.arcgisws.MapArea |
|---|
getExtent, setExtent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public CenterAndScale(Envelope extent,
Point center,
double scale,
Double dpi,
Integer devBottom,
Integer devLeft,
Integer devTop,
Integer devRight)
public CenterAndScale()
| Method Detail |
|---|
public Point getCenter()
Pointpublic void setCenter(Point value)
value - allowed object is
Pointpublic double getScale()
public void setScale(double value)
public Double getDPI()
Doublepublic void setDPI(Double value)
value - allowed object is
Doublepublic Integer getDevBottom()
Integerpublic void setDevBottom(Integer value)
value - allowed object is
Integerpublic Integer getDevLeft()
Integerpublic void setDevLeft(Integer value)
value - allowed object is
Integerpublic Integer getDevTop()
Integerpublic void setDevTop(Integer value)
value - allowed object is
Integerpublic Integer getDevRight()
Integerpublic void setDevRight(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||