public class Building extends Resource
Building.Builder} to create an instance
,
CoordinateConverter} to convert between {@link Coordinate} and {@link CartesianCoordinate}'s building coordinate.
Modifier and Type | Class and Description |
---|---|
static class |
Building.Builder
Builder to create a
Building instance |
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDS
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAddress()
Returns the building address.
|
Bounds |
getBounds()
Compute corners of this building, without rotation, in earth coordinates.
|
Bounds |
getBoundsRotated()
Compute corners of this building, with rotation, in earth coordinates.
|
Coordinate |
getCenter()
Return center of the building's base, as geographical coordinate.
|
Dimensions |
getDimensions()
Returns dimensions of building's base (height and width) in meters.
|
java.lang.String |
getInfoHtml()
Returns additional information about the building, formatted with HTML.
|
java.lang.String |
getName()
Returns the building name that is appropriate for display to the user.
|
URL |
getPictureThumbUrl()
Return the url of the thumbnail building image
|
URL |
getPictureUrl()
Return the url of the building image
|
Angle |
getRotation()
Returns rotation angle of the building's base, relative to the west-east axis,
increasing in counter-clockwise, being 0 the west-east axis.
|
java.lang.String |
getUserIdentifier()
Returns unique identifier of the owner user of the building
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAt
public java.lang.String getUserIdentifier()
String
public java.lang.String getName()
public java.lang.String getAddress()
public java.lang.String getInfoHtml()
public Dimensions getDimensions()
public Coordinate getCenter()
public Angle getRotation()
public URL getPictureUrl()
public URL getPictureThumbUrl()
public Bounds getBoundsRotated()
Bounds
public Bounds getBounds()
Bounds
public int describeContents()
public void writeToParcel(Parcel dest, int flags)