public class TPLEnvelope
extends java.lang.Object
implements android.os.Parcelable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<TPLEnvelope> |
CREATOR |
| Constructor and Description |
|---|
TPLEnvelope(double xMin,
double yMin,
double xMax,
double yMax) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
public static final android.os.Parcelable.Creator<TPLEnvelope> CREATOR