Method | Description | |
---|---|---|
AccessListRequest ( |
Request the access list for a single parcel
|
|
InfoRequest ( UUID parcelID ) : void |
Request basic information for a single parcel
|
|
ParcelManager ( |
||
ParcelManager ( |
Default constructor
|
|
PropertiesRequest ( |
Request properties of parcels using a bounding box selection
|
|
PropertiesRequest ( Simulator simulator, int localID, int sequenceID ) : void |
Request properties of a single parcel
|
|
RequestAllSimParcels ( Simulator simulator ) : void |
Request all simulator parcel properties (used for populating the
|
|
RequestAllSimParcels ( Simulator simulator, bool refresh, int msDelay ) : void |
Request all simulator parcel properties (used for populating the
|
public AccessListRequest ( |
||
simulator | Simulator containing the parcel | |
localID | int | Simulator-local ID of the parcel |
flags | AccessList | |
sequenceID | int | An arbitrary integer that will be returned /// with the ParcelAccessList reply, useful for distinguishing between /// multiple simultaneous requests |
return | void |
public InfoRequest ( UUID parcelID ) : void | ||
parcelID | UUID | Simulator-local ID of the parcel |
return | void |
public ParcelManager ( |
||
client | ||
return | System |
public ParcelManager ( |
||
client | A reference to the GridClient object | |
threadPool | SmartThreadPool | |
return | System |
public PropertiesRequest ( |
||
simulator | Simulator containing the parcel | |
north | float | Northern boundary of the parcel selection |
east | float | Eastern boundary of the parcel selection |
south | float | Southern boundary of the parcel selection |
west | float | Western boundary of the parcel selection |
sequenceID | int | An arbitrary integer that will be returned /// with the ParcelProperties reply, useful for distinguishing between /// different types of parcel property requests |
snapSelection | bool | A boolean that is returned with the /// ParcelProperties reply, useful for snapping focus to a single /// parcel |
return | void |
public PropertiesRequest ( Simulator simulator, int localID, int sequenceID ) : void | ||
simulator | Simulator | Simulator containing the parcel |
localID | int | Simulator-local ID of the parcel |
sequenceID | int | An arbitrary integer that will be returned /// with the ParcelProperties reply, useful for distinguishing between /// multiple simultaneous requests |
return | void |
public RequestAllSimParcels ( Simulator simulator ) : void | ||
simulator | Simulator | Simulator to request parcels from (must be connected) |
return | void |
public RequestAllSimParcels ( Simulator simulator, bool refresh, int msDelay ) : void | ||
simulator | Simulator | Simulator to request parcels from (must be connected) |
refresh | bool | If TRUE, will force a full refresh |
msDelay | int | Number of milliseconds to pause in between each request |
return | void |