20 May 2017
parceljoin (Commands) | |
---|---|
Type | Corrade progressive command |
Command | parceljoin |
Description | The parceljoin command allows you to join land parcels together. |
Permissions | land |
Parameters | group , password |
Last Changes | Release 9.164 - added. |
The parceljoin
command allows you to join land parcels together.
Command | Required Parameters | Required Corrade Permissions | Required Abilities | Example |
---|---|---|---|---|
parceljoin | group , password | land | * Parcel Management → Subdivide and join parcels | llInstantMessage(CORRADE, wasKeyValueEncode( [ // join land by coalescing all the parcels // within the rectangle defined by the // south-western, respectively north-eastern // point vectors. "command", "parceljoin", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "southwest", "<190.501663, 68.421143, 23.906441>", "northeast", "<199.804169, 71.81411, 23.93376>", "callback", wasURLEscape(URL) ] ) ); |
The vector passed to the southwest
and northeast
represent point vectors that define a rectangle within a region.
North North-East y+ / | point-vector / | / South-West | / | point-vector | NE +-----------|--------------|------+ /////////////|//////////////|////// //////////////|///. . . . . .x///// ///////////////|//.//////////.///// ////////////////|/.//////////.///// West /////////////////|.//////////.///// East //////////////////x. . . . . .///// /////////////////////////////////// /////////////////////////////////// ///Region////////////////////////// +------------------------------------------- SW x+ South
When the command executes, any parcel that intersects the rectangle defined by the point-vectors passed to the southwest
and northeast
parameters will be joined together as part of the larger encompassing parcel. The parcels can only be joined if any of the following conditions are satisfied: