30 lines
453 B
Plaintext
30 lines
453 B
Plaintext
|
note
|
||
|
description: "[
|
||
|
A EV_MODEL_WORLD containing polygons that represent the land
|
||
|
areas in VITP. The `land' in Current is simply a named object;
|
||
|
This widget defines the visual representation as a group of
|
||
|
polygons in a world.
|
||
|
]"
|
||
|
author: "Jimmy J. Johnson"
|
||
|
revision: "$Revision: 42 $"
|
||
|
|
||
|
class
|
||
|
LAND_WORLD
|
||
|
|
||
|
inherit
|
||
|
|
||
|
EV_MODEL_WORLD
|
||
|
|
||
|
create
|
||
|
default_create
|
||
|
|
||
|
create {LAND_WORLD}
|
||
|
list_make
|
||
|
|
||
|
feature -- Access
|
||
|
|
||
|
feature -- Implementation
|
||
|
|
||
|
|
||
|
end
|