Land (database table)

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added some information on some of the database fields.)
m (Filled in a few more descriptions for database fields.)
Line 15: Line 15:
 
<tr><td>RegionUUID</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr>
 
<tr><td>RegionUUID</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr>
 
<tr><td>LocalLandID</td><td>int(11)</td><td>YES</td><td></td><td></td><td></td></tr>
 
<tr><td>LocalLandID</td><td>int(11)</td><td>YES</td><td></td><td></td><td></td></tr>
<tr><td>bitmap</td><td>longblob</td><td>YES</td><td></td><td></td><td></td></tr>
+
<tr><td>Bitmap</td><td>longblob</td><td>YES</td><td></td><td></td><td></td></tr>
 
<tr><td>Name</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr>
 
<tr><td>Name</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr>
 
<tr><td>Description</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr>
 
<tr><td>Description</td><td>varchar(255)</td><td>YES</td><td></td><td></td><td></td></tr>
Line 66: Line 66:
 
'''Bitmap'''
 
'''Bitmap'''
 
<br>
 
<br>
To be identified.
+
A block of 512 bytes (4,096 bits) of data with each bit of each byte indicating whether a 4m x 4m piece of a region (the smallest selectable) is in the parcel of land.
 +
<br>
 +
Additional data is needed on the organization of the bits in each byte.
 
<br>
 
<br>
 
<br>
 
<br>
Line 136: Line 138:
 
'''LandingType'''
 
'''LandingType'''
 
<br>
 
<br>
To be identified.
+
The landing point setting for the parcel: 0 is Blocked, 1 is 1anding point set, 2 is for landing allowed anywhere.
 
<br>
 
<br>
 
<br>
 
<br>
Line 211: Line 213:
 
'''OtherCleanTime'''
 
'''OtherCleanTime'''
 
<br>
 
<br>
To be identified.
+
Other residents objects in the parcel will be automatically returned after this many minutes has elapsed. Set to 0 to disable auto-return of objects.
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 18:16, 2 February 2011


Estate Managers Records managers of estates       (back to Database Documentation)

The current structure of the Land table is as follows:

Field
TypeNullKeyDefaultExtra
 
UUIDvarchar(255)NOPRI
RegionUUIDvarchar(255)YES
LocalLandIDint(11)YES
BitmaplongblobYES
Namevarchar(255)YES
Descriptionvarchar(255)YES
OwnerUUIDvarchar(255)YES
IsGroupOwnedint(11)YES
Areaint(11)YES
AuctionIDint(11)YES
Categoryint(11)YES
ClaimDateint(11)YES
ClaimPriceint(11)YES
GroupUUIDvarchar(255)YES
SalePriceint(11)YES
LandStatusint(11)YES
LandFlagsint(11)YES
MediaAutoScaleint(11)YES
MediaTextureUUIDvarchar(255)YES
MediaURLvarchar(255)YES
MUSICURLvarchar(255)YES
PasshoursfloatYES
PassPriceint(11)YES
SnapshotUUIDvarchar(255)YES
UserLocationXint(11)YES
UserLocationYint(11)YES
UserLocationZint(11)YES
UserLookAtXint(11)YES
UserLookAtYint(11)YES
UserLookAtZint(11)YES
AuthBuyerIDvarchar(255)NO00000000-0000-0000-0000-000000000000
OtherCleanTimeint(11)NO
Dwellint(11)NO


      (back to Database Documentation)


UUID
The unique ID of the Land Parcel.

RegionUUID
The UUID of the region containing this land parcel.

LocalLandID
The number of the parcel

Bitmap
A block of 512 bytes (4,096 bits) of data with each bit of each byte indicating whether a 4m x 4m piece of a region (the smallest selectable) is in the parcel of land.
Additional data is needed on the organization of the bits in each byte.

Name
The name of this land parcel.

Description
A description of this land parcel.

OwnerUUID
The UUID of the user who owns this land parcel.

IsGroupOwned
To be identified.

Area
The size of the parcel (in square meters).

AuctionID
To be identified.

Category
To be identified.

ClaimDate
To be identified.

ClaimPrice
To be identified.

GroupUUID
To be identified when Groups are implemented.

SalePrice
If the land is for sale this is the price asked.

LandStatus
To be identified.

LandFlags
To be identified.

LandingType
The landing point setting for the parcel: 0 is Blocked, 1 is 1anding point set, 2 is for landing allowed anywhere.

MediaAutoScale
To be identified.

MediaTextureUUID
The UUID of a texture. Objects using this texture will show a video stream or web page after they click the video play arrow in their viewer.

MediaURL
The URL of the video stream, or media, to be played in this land.

MusicURL
The URL of the Music station to be played in this land.

Passhours
The length of time that a pass to his parcel is valid.

PassPrice
The cost of a pass to this parcel.

SnapshotUUID
The UUID (key) on the asset table of a picture of this parcel.

UserLocationX
To be identified.

UserLocationY
To be identified.

UserLocationZ
To be identified.

UserLookAtX
To be identified.

UserLookAtY
To be identified.

UserLookAtZ
To be identified.

AuthBuyID
The UUID of the User authorised to buy this land.

OtherCleanTime
Other residents objects in the parcel will be automatically returned after this many minutes has elapsed. Set to 0 to disable auto-return of objects.

Dwell
To be identified.


      (back to Database Documentation)

Personal tools
General
About This Wiki