Class TCmpUMNClient
Unit
CmpMSClient
Declaration
type TCmpUMNClient = class(TCustomCmpClient
)
Description
component type to communicate with a UMN serverHierarchy
TCustomCmpClient
Methods
Overview
Description
 |
constructor Create(AOwner: TComponent); override; |
create a new component
 |
destructor Destroy; override; |
destroies the object
 |
procedure ExecInfoRequest; override; |
executes the info request (InfoRequest
), result in Info
 |
procedure ExecLegendRequest; override; |
executes the legend request (LegendRequest
), result in Legend
 |
procedure ExecMapRequest; override; |
executes the map request (MapRequest
), result in Map
 |
procedure ExecOverviewMapRequest; override; |
executes the overview request (OverviewMapRequest
), result in OverviewMap
 |
procedure GetInfoRequest(posX, posY: Integer); override; |
generates a info request with the same properties as defined in GetMapRequest
and additional InfoLayers
; posX, posY: mouse column, row (from left, top)
 |
procedure GetLegendRequest; override; |
generates a legend request with the property Layers
 |
procedure GetMapRequest; override; |
generates a map request with the properties ImageWidth
, ImageHeight
, Layers
, MinX
, MaxX
, MinY
, MaxY
 |
procedure GetOverviewMapRequest; override; |
generates a overview request
Properties
Overview
Description
 |
property InfoRadius: Integer; |
radius at a spec. position to search information in this region
Generated by PasDoc 0.8.7 on Mon 08. Dez 2003 10:07:52