Building
instead@Deprecated public class SitumBuilding extends java.lang.Object implements Filterable
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR
Deprecated.
|
Constructor and Description |
---|
SitumBuilding()
Deprecated.
use
Building.Builder instead |
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Deprecated.
|
float |
distanceTo(double lon,
double lat)
Deprecated.
Compute the distance from a point to the building bounds
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getAddress()
Deprecated.
use
Building.getAddress() instead |
java.util.HashMap<java.lang.String,java.lang.String> |
getCustomFields()
Deprecated.
Obtain a map with the custom fields for the current Building.
|
java.lang.String |
getCustomId()
Deprecated.
|
Point2f[] |
getDrawingPoints()
Deprecated.
use
Building.getBounds() instead |
double |
getHeight()
Deprecated.
use
Building.getDimensions() instead |
int |
getId()
Deprecated.
use
Resource.getIdentifier() ()} instead |
java.lang.String |
getInfo()
Deprecated.
use
Building.getInfoHtml() instead |
java.lang.String |
getLastupdated()
Deprecated.
use
Resource.getUpdatedAt() instead |
double |
getLatitud()
Deprecated.
use
Building.getCenter() instead |
double |
getLongitud()
Deprecated.
use
Building.getCenter() instead |
SitumModel |
getModel()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
use
Building.getName() instead |
java.lang.String |
getPicture_thumb_url()
Deprecated.
use
Building.getPictureThumbUrl() instead |
java.lang.String |
getPicture_url()
Deprecated.
use
Building.getPictureUrl() instead |
double |
getRotation()
Deprecated.
use
Building.getRotation() instead |
double |
getWidth()
Deprecated.
use
Building.getDimensions() instead |
Building |
getWrapped()
Deprecated.
|
boolean |
isValidURL()
Deprecated.
This is an internal method currently deprecated.
|
java.lang.String |
modelName()
Deprecated.
This is an internal method currently deprecated.
|
double |
toEarthAngle(float yaw)
Deprecated.
use
CoordinateConverter.toAngle(Angle) instead |
Point2f |
toEarthCoordinates(double x,
double y)
Deprecated.
|
Point2f |
toMetricCoordinates(double lon,
double lat)
Deprecated.
use
CoordinateConverter.toCartesianCoordinate(Coordinate) (CartesianCoordinate)} instead |
java.lang.String |
toString()
Deprecated.
|
void |
writeToParcel(Parcel dest,
int flags)
Deprecated.
|
java.lang.String |
zipModelName()
Deprecated.
This is an internal method currently deprecated.
|
@Deprecated public SitumBuilding()
Building.Builder
instead@Deprecated public double toEarthAngle(float yaw)
CoordinateConverter.toAngle(Angle)
insteadyaw
- value in degress@Deprecated public Point2f toEarthCoordinates(double x, double y)
CoordinateConverter.toCoordinate(CartesianCoordinate)
insteadx
- x coordinate in metersy
- y coordinate in meters@Deprecated public Point2f toMetricCoordinates(double lon, double lat)
CoordinateConverter.toCartesianCoordinate(Coordinate)
(CartesianCoordinate)} insteadlon
- longitudelat
- latitude@Deprecated public Point2f[] getDrawingPoints()
Building.getBounds()
insteadpublic float distanceTo(double lon, double lat)
lon
- lat
- @Deprecated public java.lang.String getName()
Building.getName()
instead@Deprecated public java.lang.String getAddress()
Building.getAddress()
instead@Deprecated public java.lang.String getLastupdated()
Resource.getUpdatedAt()
instead@Deprecated public double getLatitud()
Building.getCenter()
instead@Deprecated public double getLongitud()
Building.getCenter()
instead@Deprecated public SitumModel getModel()
SitumModel.nullModel()
public boolean isValidURL()
@Deprecated public int getId()
Resource.getIdentifier()
()} instead@Deprecated public java.lang.String getPicture_url()
Building.getPictureUrl()
instead@Deprecated public java.lang.String getPicture_thumb_url()
Building.getPictureThumbUrl()
instead@Deprecated public double getRotation()
Building.getRotation()
instead@Deprecated public double getWidth()
Building.getDimensions()
instead@Deprecated public double getHeight()
Building.getDimensions()
instead@Deprecated public java.lang.String getCustomId()
@Deprecated public Building getWrapped()
public java.util.HashMap<java.lang.String,java.lang.String> getCustomFields()
getCustomFields
in interface Filterable
@Deprecated public java.lang.String getInfo()
Building.getInfoHtml()
insteadpublic int describeContents()
public void writeToParcel(Parcel dest, int flags)
public java.lang.String modelName()
public java.lang.String zipModelName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object