Property | Type | Description | |
---|---|---|---|
m_RequestLock | object | ||
m_WorldViewModule |
Method | Description | |
---|---|---|
GetWorldView ( ) : byte[] |
Generates a standard world view.
|
|
Handle ( string path, Stream request, |
||
SendWorldView ( object>.Dictionary |
Generates a world view from the supplied parameters.
|
|
WorldViewRequestHandler ( |
Method | Description | |
---|---|---|
SaveCachedImage ( string regionUri, byte data ) : void |
Saves the cached image.
|
Method | Description | |
---|---|---|
FindCachedWorldViewImage ( string name ) : byte[] |
Finds the cached world view image.
|
public Handle ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
return | byte[] |
protected SaveCachedImage ( string regionUri, byte data ) : void | ||
regionUri | string | Region URI. |
data | byte | Data. |
return | void |
public SendWorldView ( object>.Dictionary |
||
request | object>.Dictionary | parameters. |
return | byte[] |
public WorldViewRequestHandler ( |
||
fmodule | ||
rid | string | |
return | System |