OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Services.Interfaces.IMapImageService Interface Reference
Inheritance diagram for OpenSim.Services.Interfaces.IMapImageService:
Inheritance graph
[legend]

Public Member Functions

bool AddMapTile (int x, int y, byte[] imageData, UUID scopeID, out string reason)
 
bool RemoveMapTile (int x, int y, UUID scopeID, out string reason)
 
byte[] GetMapTile (string fileName, UUID scopeID, out string format)
 

Detailed Description

Definition at line 34 of file IMapImageService.cs.

Member Function Documentation

bool OpenSim.Services.Interfaces.IMapImageService.AddMapTile ( int  x,
int  y,
byte[]  imageData,
UUID  scopeID,
out string  reason 
)
byte [] OpenSim.Services.Interfaces.IMapImageService.GetMapTile ( string  fileName,
UUID  scopeID,
out string  format 
)
bool OpenSim.Services.Interfaces.IMapImageService.RemoveMapTile ( int  x,
int  y,
UUID  scopeID,
out string  reason 
)

The documentation for this interface was generated from the following file: