Previous SAXO Documentation Assistant: Overview Next

ToBeReviewed/WIDGET/COMPOUND_WIDGET/

cw_domain.pro

Routine summary

cw_domain_set_value, id, value
result = cw_domain_get_value(id)
result = cw_domain_event(event)
result = cw_domain(parent, BOXZOOM=BOXZOOM, STRICT=STRICT, UVALUE=UVALUE, UNAME=UNAME, UNZOOM=UNZOOM, _EXTRA=_EXTRA)

 

cw_domain_set_value Compound widget

cw_domain_set_value, id, value

Return value

Parameters

id       

value       

It is the default tick mark value (a floating-point number).

Examples


    

Version history

Version

$Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $

History

Known issues

Restrictions

Other attributes

Uses routines

 


cw_domain_get_value Compound widget

result = cw_domain_get_value(id)

Return value

Parameters

id       

Examples


    

Version history

Version

$Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $

History

Known issues

Restrictions

Other attributes

Uses routines

 


cw_domain_event Compound widget

result = cw_domain_event(event)

Return value

Parameters

event       

Examples


    

Version history

Version

$Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $

History

Known issues

Restrictions

Other attributes

Uses routines

 


cw_domain Compound widget

result = cw_domain(parent, BOXZOOM=BOXZOOM, STRICT=STRICT, UVALUE=UVALUE, UNAME=UNAME, UNZOOM=UNZOOM, _EXTRA=_EXTRA)

Return value

Parameters

parent        in required

The widget ID of the parent widget.

Keywords

BOXZOOM       

Vector indicating the geographic zone on which we want to cut the map. If BOXZOOM has : 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])] 5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 6 elements: The extraction is made on Boxzoom Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef!

STRICT       

UVALUE       

The user value to be associated with the widget.

UNAME       

The user name to be associated with the widget.

UNZOOM       

_EXTRA       

Used to pass keywords

Examples


    

Version history

Version

$Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $

History

Known issues

Todo items

seb: Documenter

Restrictions

Other attributes

Uses routines

 


  Produced by IDLdoc 2.0.