public class LatLonBox extends AbstractLatLonBox 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> |
latLonBoxObjectExtension
|
protected List<Object> |
latLonBoxSimpleExtension |
protected double |
rotation
|
abstractLatLonBoxObjectExtension, abstractLatLonBoxSimpleExtension, east, north, south, westid, objectSimpleExtension, targetId| Constructor and Description |
|---|
LatLonBox() |
| Modifier and Type | Method and Description |
|---|---|
LatLonBox |
addToAbstractLatLonBoxObjectExtension(AbstractObject abstractLatLonBoxObjectExtension)
add a value to the abstractLatLonBoxObjectExtension property collection
|
LatLonBox |
addToAbstractLatLonBoxSimpleExtension(Object abstractLatLonBoxSimpleExtension)
add a value to the abstractLatLonBoxSimpleExtension property collection
|
LatLonBox |
addToLatLonBoxObjectExtension(AbstractObject latLonBoxObjectExtension)
add a value to the latLonBoxObjectExtension property collection
|
LatLonBox |
addToLatLonBoxSimpleExtension(Object latLonBoxSimpleExtension)
add a value to the latLonBoxSimpleExtension property collection
|
LatLonBox |
addToObjectSimpleExtension(Object objectSimpleExtension)
add a value to the objectSimpleExtension property collection
|
LatLonBox |
clone() |
boolean |
equals(Object obj) |
List<AbstractObject> |
getLatLonBoxObjectExtension() |
List<Object> |
getLatLonBoxSimpleExtension() |
double |
getRotation() |
int |
hashCode() |
void |
setAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension) |
void |
setAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension) |
void |
setLatLonBoxObjectExtension(List<AbstractObject> latLonBoxObjectExtension) |
void |
setLatLonBoxSimpleExtension(List<Object> latLonBoxSimpleExtension) |
void |
setObjectSimpleExtension(List<Object> objectSimpleExtension) |
void |
setRotation(double value) |
LatLonBox |
withAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension)
fluent setter
|
LatLonBox |
withAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension)
fluent setter
|
LatLonBox |
withEast(double east)
fluent setter
|
LatLonBox |
withId(String id)
fluent setter
|
LatLonBox |
withLatLonBoxObjectExtension(List<AbstractObject> latLonBoxObjectExtension)
fluent setter
|
LatLonBox |
withLatLonBoxSimpleExtension(List<Object> latLonBoxSimpleExtension)
fluent setter
|
LatLonBox |
withNorth(double north)
fluent setter
|
LatLonBox |
withObjectSimpleExtension(List<Object> objectSimpleExtension)
fluent setter
|
LatLonBox |
withRotation(double rotation)
fluent setter
|
LatLonBox |
withSouth(double south)
fluent setter
|
LatLonBox |
withTargetId(String targetId)
fluent setter
|
LatLonBox |
withWest(double west)
fluent setter
|
getAbstractLatLonBoxObjectExtension, getAbstractLatLonBoxSimpleExtension, getEast, getNorth, getSouth, getWest, setEast, setNorth, setSouth, setWestgetId, getObjectSimpleExtension, getTargetId, setId, setTargetIdprotected double rotation
Adjusts how the photo is placed inside the field of view. This element is useful if your photo has been rotated and deviates slightly from a desired horizontal view.
Indicates the angle of rotation of the parent object. A value of 0 means no rotation.
The value is an angle in degrees counterclockwise starting from north. Use ±180
to indicate the rotation of the parent object from 0. The center of the
protected List<AbstractObject> latLonBoxObjectExtension
public double getRotation()
Doublerotationpublic void setRotation(double value)
value - allowed object is
Doublerotationpublic List<Object> getLatLonBoxSimpleExtension()
latLonBoxSimpleExtensionpublic List<AbstractObject> getLatLonBoxObjectExtension()
latLonBoxObjectExtensionpublic int hashCode()
hashCode in class AbstractLatLonBoxpublic boolean equals(Object obj)
equals in class AbstractLatLonBoxpublic void setLatLonBoxSimpleExtension(List<Object> latLonBoxSimpleExtension)
latLonBoxSimpleExtension - latLonBoxSimpleExtensionpublic LatLonBox addToLatLonBoxSimpleExtension(Object latLonBoxSimpleExtension)
latLonBoxSimpleExtension - Objects of the following type are allowed in the list: Objectpublic void setLatLonBoxObjectExtension(List<AbstractObject> latLonBoxObjectExtension)
latLonBoxObjectExtension - latLonBoxObjectExtensionpublic LatLonBox addToLatLonBoxObjectExtension(AbstractObject latLonBoxObjectExtension)
latLonBoxObjectExtension - Objects of the following type are allowed in the list: AbstractObjectpublic void setObjectSimpleExtension(List<Object> objectSimpleExtension)
setObjectSimpleExtension in class AbstractLatLonBoxobjectSimpleExtensionpublic LatLonBox addToObjectSimpleExtension(Object objectSimpleExtension)
AbstractObjectaddToObjectSimpleExtension in class AbstractLatLonBoxobjectSimpleExtension - Objects of the following type are allowed in the list: Objectpublic void setAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension)
setAbstractLatLonBoxSimpleExtension in class AbstractLatLonBoxabstractLatLonBoxSimpleExtensionpublic LatLonBox addToAbstractLatLonBoxSimpleExtension(Object abstractLatLonBoxSimpleExtension)
AbstractLatLonBoxaddToAbstractLatLonBoxSimpleExtension in class AbstractLatLonBoxabstractLatLonBoxSimpleExtension - Objects of the following type are allowed in the list: Objectpublic void setAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension)
setAbstractLatLonBoxObjectExtension in class AbstractLatLonBoxabstractLatLonBoxObjectExtensionpublic LatLonBox addToAbstractLatLonBoxObjectExtension(AbstractObject abstractLatLonBoxObjectExtension)
AbstractLatLonBoxaddToAbstractLatLonBoxObjectExtension in class AbstractLatLonBoxabstractLatLonBoxObjectExtension - Objects of the following type are allowed in the list: AbstractObjectpublic LatLonBox withRotation(double rotation)
rotation - required parametersetRotation(double)public LatLonBox withLatLonBoxSimpleExtension(List<Object> latLonBoxSimpleExtension)
latLonBoxSimpleExtension - required parameter#setLatLonBoxSimpleExtension(Listpublic LatLonBox withLatLonBoxObjectExtension(List<AbstractObject> latLonBoxObjectExtension)
latLonBoxObjectExtension - required parameter#setLatLonBoxObjectExtension(List) public LatLonBox withObjectSimpleExtension(List<Object> objectSimpleExtension)
AbstractObjectwithObjectSimpleExtension in class AbstractLatLonBoxobjectSimpleExtension - required parameter#setObjectSimpleExtension(Listpublic LatLonBox withId(String id)
AbstractObjectwithId in class AbstractLatLonBoxid - required parameterAbstractObject.setId(String)public LatLonBox withTargetId(String targetId)
AbstractObjectwithTargetId in class AbstractLatLonBoxtargetId - required parameterAbstractObject.setTargetId(String)public LatLonBox withNorth(double north)
AbstractLatLonBoxwithNorth in class AbstractLatLonBoxnorth - required parameterAbstractLatLonBox.setNorth(double)public LatLonBox withSouth(double south)
AbstractLatLonBoxwithSouth in class AbstractLatLonBoxsouth - required parameterAbstractLatLonBox.setSouth(double)public LatLonBox withEast(double east)
AbstractLatLonBoxwithEast in class AbstractLatLonBoxeast - required parameterAbstractLatLonBox.setEast(double)public LatLonBox withWest(double west)
AbstractLatLonBoxwithWest in class AbstractLatLonBoxwest - required parameterAbstractLatLonBox.setWest(double)public LatLonBox withAbstractLatLonBoxSimpleExtension(List<Object> abstractLatLonBoxSimpleExtension)
AbstractLatLonBoxwithAbstractLatLonBoxSimpleExtension in class AbstractLatLonBoxabstractLatLonBoxSimpleExtension - required parameter#setAbstractLatLonBoxSimpleExtension(Listpublic LatLonBox withAbstractLatLonBoxObjectExtension(List<AbstractObject> abstractLatLonBoxObjectExtension)
AbstractLatLonBoxwithAbstractLatLonBoxObjectExtension in class AbstractLatLonBoxabstractLatLonBoxObjectExtension - required parameter#setAbstractLatLonBoxObjectExtension(List) public LatLonBox clone()
clone in class AbstractLatLonBoxCopyright © 2014 Micromata GmbH. All rights reserved.