public abstract class AbstractLatLonBox extends AbstractObject implements Cloneable
Specifies where the top, bottom, right, and left sides of a bounding box for the
ground overlay are aligned.
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractObject> |
abstractLatLonBoxObjectExtension
|
protected List<Object> |
abstractLatLonBoxSimpleExtension |
protected double |
east
|
protected double |
north
|
protected double |
south
|
protected double |
west
|
id, objectSimpleExtension, targetId| Constructor and Description |
|---|
AbstractLatLonBox() |
| Modifier and Type | Method and Description |
|---|---|
AbstractLatLonBox |
addToAbstractLatLonBoxObjectExtension(AbstractObject abstractLatLonBoxObjectExtension)
add a value to the abstractLatLonBoxObjectExtension property collection
|
AbstractLatLonBox |
addToAbstractLatLonBoxSimpleExtension(Object abstractLatLonBoxSimpleExtension)
add a value to the abstractLatLonBoxSimpleExtension property collection
|
AbstractLatLonBox |
addToObjectSimpleExtension(Object objectSimpleExtension)
add a value to the objectSimpleExtension property collection
|
AbstractLatLonBox |
clone() |
boolean |
equals(Object obj) |
List<AbstractObject> |
getAbstractLatLonBoxObjectExtension() |
List<Object> |
getAbstractLatLonBoxSimpleExtension() |
double |
getEast() |
double |
getNorth() |
double |
getSouth() |
double |
getWest() |
int |
hashCode() |
void |
setAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension) |
void |
setAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension) |
void |
setEast(double value) |
void |
setNorth(double value) |
void |
setObjectSimpleExtension(List<Object> objectSimpleExtension) |
void |
setSouth(double value) |
void |
setWest(double value) |
AbstractLatLonBox |
withAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension)
fluent setter
|
AbstractLatLonBox |
withAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension)
fluent setter
|
AbstractLatLonBox |
withEast(double east)
fluent setter
|
AbstractLatLonBox |
withId(String id)
fluent setter
|
AbstractLatLonBox |
withNorth(double north)
fluent setter
|
AbstractLatLonBox |
withObjectSimpleExtension(List<Object> objectSimpleExtension)
fluent setter
|
AbstractLatLonBox |
withSouth(double south)
fluent setter
|
AbstractLatLonBox |
withTargetId(String targetId)
fluent setter
|
AbstractLatLonBox |
withWest(double west)
fluent setter
|
getId, getObjectSimpleExtension, getTargetId, setId, setTargetIdprotected double north
Specifies the latitude of the north edge of the bounding box, in decimal degrees from 0 to ±90.
protected double south
Specifies the latitude of the south edge of the bounding box, in decimal degrees from 0 to ±90.
protected double east
protected double west
Specifies the longitude of the west edge of the bounding box, in decimal degrees from 0 to ±180.
protected List<AbstractObject> abstractLatLonBoxObjectExtension
public double getNorth()
Doublenorthpublic void setNorth(double value)
value - allowed object is
Doublenorthpublic double getSouth()
Doublesouthpublic void setSouth(double value)
value - allowed object is
Doublesouthpublic double getEast()
Doubleeastpublic void setEast(double value)
value - allowed object is
Doubleeastpublic double getWest()
Doublewestpublic void setWest(double value)
value - allowed object is
Doublewestpublic List<Object> getAbstractLatLonBoxSimpleExtension()
abstractLatLonBoxSimpleExtensionpublic List<AbstractObject> getAbstractLatLonBoxObjectExtension()
abstractLatLonBoxObjectExtensionpublic int hashCode()
hashCode in class AbstractObjectpublic boolean equals(Object obj)
equals in class AbstractObjectpublic void setAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension)
abstractLatLonBoxSimpleExtension - abstractLatLonBoxSimpleExtensionpublic AbstractLatLonBox addToAbstractLatLonBoxSimpleExtension(Object abstractLatLonBoxSimpleExtension)
abstractLatLonBoxSimpleExtension - Objects of the following type are allowed in the list: Objectpublic void setAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension)
abstractLatLonBoxObjectExtension - abstractLatLonBoxObjectExtensionpublic AbstractLatLonBox addToAbstractLatLonBoxObjectExtension(AbstractObject abstractLatLonBoxObjectExtension)
abstractLatLonBoxObjectExtension - Objects of the following type are allowed in the list: AbstractObjectpublic void setObjectSimpleExtension(List<Object> objectSimpleExtension)
setObjectSimpleExtension in class AbstractObjectobjectSimpleExtensionpublic AbstractLatLonBox addToObjectSimpleExtension(Object objectSimpleExtension)
AbstractObjectaddToObjectSimpleExtension in class AbstractObjectobjectSimpleExtension - Objects of the following type are allowed in the list: Objectpublic AbstractLatLonBox withNorth(double north)
north - required parametersetNorth(double)public AbstractLatLonBox withSouth(double south)
south - required parametersetSouth(double)public AbstractLatLonBox withEast(double east)
east - required parametersetEast(double)public AbstractLatLonBox withWest(double west)
west - required parametersetWest(double)public AbstractLatLonBox withAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension)
abstractLatLonBoxSimpleExtension - required parameter#setAbstractLatLonBoxSimpleExtension(Listpublic AbstractLatLonBox withAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension)
abstractLatLonBoxObjectExtension - required parameter#setAbstractLatLonBoxObjectExtension(List) public AbstractLatLonBox withObjectSimpleExtension(List<Object> objectSimpleExtension)
AbstractObjectwithObjectSimpleExtension in class AbstractObjectobjectSimpleExtension - required parameter#setObjectSimpleExtension(Listpublic AbstractLatLonBox withId(String id)
AbstractObjectwithId in class AbstractObjectid - required parameterAbstractObject.setId(String)public AbstractLatLonBox withTargetId(String targetId)
AbstractObjectwithTargetId in class AbstractObjecttargetId - required parameterAbstractObject.setTargetId(String)public AbstractLatLonBox clone()
clone in class AbstractObjectCopyright © 2014 Micromata GmbH. All rights reserved.