|
|||||||||
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.3}MapArea"> <sequence> <element name="Center" type="{http://www.esri.com/schemas/ArcGIS/10.3}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,
java.lang.Double dpi,
java.lang.Integer devBottom,
java.lang.Integer devLeft,
java.lang.Integer devTop,
java.lang.Integer devRight)
Deprecated. |
Method Summary | |
---|---|
Point |
getCenter()
Gets the value of the center property. |
java.lang.Integer |
getDevBottom()
The X cooridnate for bottom right corner point. |
java.lang.Integer |
getDevLeft()
The X coordinate for the upper left corner point. |
java.lang.Integer |
getDevRight()
The Y coordinate for the bottom right corner point. |
java.lang.Integer |
getDevTop()
The Y coordinate for the upper left corner point. |
java.lang.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(java.lang.Integer value)
The X cooridnate for bottom right corner point. |
void |
setDevLeft(java.lang.Integer value)
The X coordinate for the upper left corner point. |
void |
setDevRight(java.lang.Integer value)
The Y coordinate for the bottom right corner point. |
void |
setDevTop(java.lang.Integer value)
The Y coordinate for the upper left corner point. |
void |
setDPI(java.lang.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, java.lang.Double dpi, java.lang.Integer devBottom, java.lang.Integer devLeft, java.lang.Integer devTop, java.lang.Integer devRight)
public CenterAndScale()
Method Detail |
---|
public Point getCenter()
Point
public void setCenter(Point value)
value
- allowed object is
Point
public double getScale()
public void setScale(double value)
public java.lang.Double getDPI()
Double
public void setDPI(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getDevBottom()
Integer
public void setDevBottom(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getDevLeft()
Integer
public void setDevLeft(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getDevTop()
Integer
public void setDevTop(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getDevRight()
Integer
public void setDevRight(java.lang.Integer value)
value
- allowed object is
Integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |