29 using OpenSim.Framework;
32 namespace OpenSim.
Region.Framework.Interfaces
36 void LoadFromFile(
string filename);
37 void SaveToFile(
string filename);
59 void LoadFromStream(
string filename, Stream stream);
60 void LoadFromStream(
string filename, System.Uri pathToTerrainHeightmap);
61 void LoadFromStream(
string filename, Vector3 displacement,
62 float radianRotation, Vector2 rotationDisplacement, Stream stream);
63 void LoadFromStream(
string filename, Vector3 displacement,
64 float rotationDegress, Vector2 boundingOrigin, Vector2 boundingSize, Stream stream);
72 void SaveToStream(
string filename, Stream stream);
delegate void ModifyTerrain(UUID user, float height, float seconds, byte size, byte action, float north, float west, float south, float east, UUID agentId)