|
| uint | HttpPort [get, set] |
| | The port by which http communication occurs with the region More...
|
| |
| string | ServerURI [get, set] |
| | A well-formed URI for the host region server (namely "http://" + ExternalHostName) More...
|
| |
| string | RawServerURI [get, set] |
| | Provides direct access to the 'm_serverURI' field, without returning a generated URL if m_serverURI is missing. More...
|
| |
| string | RegionName [get, set] |
| |
| OpenSim.Framework.RegionFlags | RegionFlags [get, set] |
| | Region flags. More...
|
| |
| int | RegionCoordX [get] |
| | The co-ordinate of this region in region units. More...
|
| |
| int | RegionCoordY [get] |
| | The co-ordinate of this region in region units More...
|
| |
| int | RegionLocX [get, set] |
| | The location of this region in meters. DANGER DANGER! Note that this name means something different in RegionInfo. More...
|
| |
| int | RegionSizeX [get, set] |
| |
| int | RegionSizeY [get, set] |
| |
| int | RegionLocY [get, set] |
| | The location of this region in meters. DANGER DANGER! Note that this name means something different in RegionInfo. More...
|
| |
| UUID | EstateOwner [get, set] |
| |
| IPEndPoint | ExternalEndPoint [get] |
| |
| string | ExternalHostName [get, set] |
| |
| IPEndPoint | InternalEndPoint [get, set] |
| |
| ulong | RegionHandle [get] |
| |
Definition at line 133 of file IGridService.cs.
| OpenSim.Services.Interfaces.GridRegion.GridRegion |
( |
| ) |
|
|
inline |
| OpenSim.Services.Interfaces.GridRegion.GridRegion |
( |
uint |
xcell, |
|
|
uint |
ycell |
|
) |
| |
|
inline |
| OpenSim.Services.Interfaces.GridRegion.GridRegion |
( |
RegionInfo |
ConvertFrom | ) |
|
|
inline |
| OpenSim.Services.Interfaces.GridRegion.GridRegion |
( |
GridRegion |
ConvertFrom | ) |
|
|
inline |
| OpenSim.Services.Interfaces.GridRegion.GridRegion |
( |
Dictionary< string, object > |
kvp | ) |
|
|
inline |
| bool OpenSim.Services.Interfaces.GridRegion.Equals |
( |
GridRegion |
region | ) |
|
|
inline |
Define equality as two regions having the same, non-zero UUID.
Definition at line 461 of file IGridService.cs.
| override bool OpenSim.Services.Interfaces.GridRegion.Equals |
( |
Object |
obj | ) |
|
|
inline |
| override int OpenSim.Services.Interfaces.GridRegion.GetHashCode |
( |
| ) |
|
|
inline |
| Dictionary<string, object> OpenSim.Services.Interfaces.GridRegion.ToKeyValuePairs |
( |
| ) |
|
|
inline |
| byte OpenSim.Services.Interfaces.GridRegion.Access |
| UUID OpenSim.Services.Interfaces.GridRegion.m_estateOwner |
|
protected |
| string OpenSim.Services.Interfaces.GridRegion.m_externalHostName |
|
protected |
| IPEndPoint OpenSim.Services.Interfaces.GridRegion.m_internalEndPoint |
|
protected |
| int OpenSim.Services.Interfaces.GridRegion.m_regionLocX |
|
protected |
| int OpenSim.Services.Interfaces.GridRegion.m_regionLocY |
|
protected |
| string OpenSim.Services.Interfaces.GridRegion.m_regionName = String.Empty |
|
protected |
| string OpenSim.Services.Interfaces.GridRegion.m_serverURI |
|
protected |
| int OpenSim.Services.Interfaces.GridRegion.Maturity |
| UUID OpenSim.Services.Interfaces.GridRegion.ParcelImage = UUID.Zero |
| UUID OpenSim.Services.Interfaces.GridRegion.RegionID = UUID.Zero |
| string OpenSim.Services.Interfaces.GridRegion.RegionSecret = string.Empty |
| UUID OpenSim.Services.Interfaces.GridRegion.ScopeID = UUID.Zero |
| UUID OpenSim.Services.Interfaces.GridRegion.TerrainImage = UUID.Zero |
| string OpenSim.Services.Interfaces.GridRegion.Token = string.Empty |
| UUID OpenSim.Services.Interfaces.GridRegion.EstateOwner |
|
getset |
| IPEndPoint OpenSim.Services.Interfaces.GridRegion.ExternalEndPoint |
|
get |
This accessor can throw all the exceptions that Dns.GetHostAddresses can throw.
XXX Isn't this really doing too much to be a simple getter, rather than an explict method?
Definition at line 489 of file IGridService.cs.
| string OpenSim.Services.Interfaces.GridRegion.ExternalHostName |
|
getset |
| uint OpenSim.Services.Interfaces.GridRegion.HttpPort |
|
getset |
The port by which http communication occurs with the region
Definition at line 144 of file IGridService.cs.
| IPEndPoint OpenSim.Services.Interfaces.GridRegion.InternalEndPoint |
|
getset |
| string OpenSim.Services.Interfaces.GridRegion.RawServerURI |
|
getset |
Provides direct access to the 'm_serverURI' field, without returning a generated URL if m_serverURI is missing.
Definition at line 186 of file IGridService.cs.
| int OpenSim.Services.Interfaces.GridRegion.RegionCoordX |
|
get |
The co-ordinate of this region in region units.
Definition at line 217 of file IGridService.cs.
| int OpenSim.Services.Interfaces.GridRegion.RegionCoordY |
|
get |
The co-ordinate of this region in region units
Definition at line 222 of file IGridService.cs.
Region flags.
If not set (chiefly if a robust service is running code pre OpenSim 0.8.1) then this will be null and should be ignored. If you require flags information please use the separate IGridService.GetRegionFlags() call XXX: This field is currently ignored when used in RegisterRegion, but could potentially be used to set flags at this point.
Definition at line 208 of file IGridService.cs.
| ulong OpenSim.Services.Interfaces.GridRegion.RegionHandle |
|
get |
| int OpenSim.Services.Interfaces.GridRegion.RegionLocX |
|
getset |
The location of this region in meters. DANGER DANGER! Note that this name means something different in RegionInfo.
Definition at line 229 of file IGridService.cs.
| int OpenSim.Services.Interfaces.GridRegion.RegionLocY |
|
getset |
The location of this region in meters. DANGER DANGER! Note that this name means something different in RegionInfo.
Definition at line 243 of file IGridService.cs.
| string OpenSim.Services.Interfaces.GridRegion.RegionName |
|
getset |
| int OpenSim.Services.Interfaces.GridRegion.RegionSizeX |
|
getset |
| int OpenSim.Services.Interfaces.GridRegion.RegionSizeY |
|
getset |
| string OpenSim.Services.Interfaces.GridRegion.ServerURI |
|
getset |
A well-formed URI for the host region server (namely "http://" + ExternalHostName)
Definition at line 150 of file IGridService.cs.
The documentation for this class was generated from the following file: