public class ViewPort extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.geojsf.org}scale"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="lat" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="lon" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="bottom" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="left" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="right" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="top" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
bottom |
protected Long |
id |
protected Double |
lat |
protected Double |
left |
protected Double |
lon |
protected Double |
right |
protected Scale |
scale |
protected Double |
top |
| Constructor and Description |
|---|
ViewPort() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBottom()
Gets the value of the bottom property.
|
long |
getId()
Gets the value of the id property.
|
double |
getLat()
Gets the value of the lat property.
|
double |
getLeft()
Gets the value of the left property.
|
double |
getLon()
Gets the value of the lon property.
|
double |
getRight()
Gets the value of the right property.
|
Scale |
getScale()
Gets the value of the scale property.
|
double |
getTop()
Gets the value of the top property.
|
boolean |
isSetBottom() |
boolean |
isSetId() |
boolean |
isSetLat() |
boolean |
isSetLeft() |
boolean |
isSetLon() |
boolean |
isSetRight() |
boolean |
isSetScale() |
boolean |
isSetTop() |
void |
setBottom(double value)
Sets the value of the bottom property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLat(double value)
Sets the value of the lat property.
|
void |
setLeft(double value)
Sets the value of the left property.
|
void |
setLon(double value)
Sets the value of the lon property.
|
void |
setRight(double value)
Sets the value of the right property.
|
void |
setScale(Scale value)
Sets the value of the scale property.
|
void |
setTop(double value)
Sets the value of the top property.
|
void |
unsetBottom() |
void |
unsetId() |
void |
unsetLat() |
void |
unsetLeft() |
void |
unsetLon() |
void |
unsetRight() |
void |
unsetTop() |
protected Scale scale
protected Long id
protected Double lat
protected Double lon
protected Double bottom
protected Double left
protected Double right
protected Double top
public Scale getScale()
Scalepublic void setScale(Scale value)
value - allowed object is
Scalepublic boolean isSetScale()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public double getLat()
Doublepublic void setLat(double value)
value - allowed object is
Doublepublic boolean isSetLat()
public void unsetLat()
public double getLon()
Doublepublic void setLon(double value)
value - allowed object is
Doublepublic boolean isSetLon()
public void unsetLon()
public double getBottom()
Doublepublic void setBottom(double value)
value - allowed object is
Doublepublic boolean isSetBottom()
public void unsetBottom()
public double getLeft()
Doublepublic void setLeft(double value)
value - allowed object is
Doublepublic boolean isSetLeft()
public void unsetLeft()
public double getRight()
Doublepublic void setRight(double value)
value - allowed object is
Doublepublic boolean isSetRight()
public void unsetRight()
public double getTop()
Doublepublic void setTop(double value)
value - allowed object is
Doublepublic boolean isSetTop()
public void unsetTop()
Copyright © 2016. All rights reserved.