public abstract class AbstractLatLonBox extends AbstractObject implements java.lang.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 java.util.List<AbstractObject> |
abstractLatLonBoxObjectExtension
|
protected java.util.List<java.lang.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(java.lang.Object abstractLatLonBoxSimpleExtension)
add a value to the abstractLatLonBoxSimpleExtension property collection
|
AbstractLatLonBox |
addToObjectSimpleExtension(java.lang.Object objectSimpleExtension)
add a value to the objectSimpleExtension property collection
|
AbstractLatLonBox |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<AbstractObject> |
getAbstractLatLonBoxObjectExtension() |
java.util.List<java.lang.Object> |
getAbstractLatLonBoxSimpleExtension() |
double |
getEast() |
double |
getNorth() |
double |
getSouth() |
double |
getWest() |
int |
hashCode() |
void |
setAbstractLatLonBoxObjectExtension(java.util.List<AbstractObject> abstractLatLonBoxObjectExtension) |
void |
setAbstractLatLonBoxSimpleExtension(java.util.List<java.lang.Object> abstractLatLonBoxSimpleExtension) |
void |
setEast(double value) |
void |
setNorth(double value) |
void |
setObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension) |
void |
setSouth(double value) |
void |
setWest(double value) |
AbstractLatLonBox |
withAbstractLatLonBoxObjectExtension(java.util.List<AbstractObject> abstractLatLonBoxObjectExtension)
fluent setter
|
AbstractLatLonBox |
withAbstractLatLonBoxSimpleExtension(java.util.List<java.lang.Object> abstractLatLonBoxSimpleExtension)
fluent setter
|
AbstractLatLonBox |
withEast(double east)
fluent setter
|
AbstractLatLonBox |
withId(java.lang.String id)
fluent setter
|
AbstractLatLonBox |
withNorth(double north)
fluent setter
|
AbstractLatLonBox |
withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
fluent setter
|
AbstractLatLonBox |
withSouth(double south)
fluent setter
|
AbstractLatLonBox |
withTargetId(java.lang.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 java.util.List<java.lang.Object> abstractLatLonBoxSimpleExtension
protected java.util.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 java.util.List<java.lang.Object> getAbstractLatLonBoxSimpleExtension()
abstractLatLonBoxSimpleExtensionpublic java.util.List<AbstractObject> getAbstractLatLonBoxObjectExtension()
abstractLatLonBoxObjectExtensionpublic int hashCode()
hashCode in class AbstractObjectpublic boolean equals(java.lang.Object obj)
equals in class AbstractObjectpublic void setAbstractLatLonBoxSimpleExtension(java.util.List<java.lang.Object> abstractLatLonBoxSimpleExtension)
abstractLatLonBoxSimpleExtension - abstractLatLonBoxSimpleExtensionpublic AbstractLatLonBox addToAbstractLatLonBoxSimpleExtension(java.lang.Object abstractLatLonBoxSimpleExtension)
abstractLatLonBoxSimpleExtension - Objects of the following type are allowed in the list: Objectpublic void setAbstractLatLonBoxObjectExtension(java.util.List<AbstractObject> abstractLatLonBoxObjectExtension)
abstractLatLonBoxObjectExtension - abstractLatLonBoxObjectExtensionpublic AbstractLatLonBox addToAbstractLatLonBoxObjectExtension(AbstractObject abstractLatLonBoxObjectExtension)
abstractLatLonBoxObjectExtension - Objects of the following type are allowed in the list: AbstractObjectpublic void setObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
setObjectSimpleExtension in class AbstractObjectobjectSimpleExtensionpublic AbstractLatLonBox addToObjectSimpleExtension(java.lang.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(java.util.List<java.lang.Object> abstractLatLonBoxSimpleExtension)
abstractLatLonBoxSimpleExtension - required parameter#setAbstractLatLonBoxSimpleExtension(Listpublic AbstractLatLonBox withAbstractLatLonBoxObjectExtension(java.util.List<AbstractObject> abstractLatLonBoxObjectExtension)
abstractLatLonBoxObjectExtension - required parameter#setAbstractLatLonBoxObjectExtension(List) public AbstractLatLonBox withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension)
AbstractObjectwithObjectSimpleExtension in class AbstractObjectobjectSimpleExtension - required parameter#setObjectSimpleExtension(Listpublic AbstractLatLonBox withId(java.lang.String id)
AbstractObjectwithId in class AbstractObjectid - required parameterAbstractObject.setId(String)public AbstractLatLonBox withTargetId(java.lang.String targetId)
AbstractObjectwithTargetId in class AbstractObjecttargetId - required parameterAbstractObject.setTargetId(String)public AbstractLatLonBox clone()
clone in class AbstractObjectCopyright © 2014 Micromata GmbH. All Rights Reserved.