|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
gistoolkit.server.mapclient | |
gistoolkit.server.mapclient.command |
Uses of Client in gistoolkit.server.mapclient |
Classes in gistoolkit.server.mapclient that implement Client | |
class |
OGCClient
The actual client part of the client. |
Methods in gistoolkit.server.mapclient with parameters of type Client | |
void |
Command.setClient(Client inClient)
Called before the execute command. |
Uses of Client in gistoolkit.server.mapclient.command |
Methods in gistoolkit.server.mapclient.command that return Client | |
Client |
BasicCommand.getClient()
Retrieve a reference to the client so it can be manipulated |
Methods in gistoolkit.server.mapclient.command with parameters of type Client | |
void |
BasicCommand.setClient(Client inClient)
Called before the execute command. |
Constructors in gistoolkit.server.mapclient.command with parameters of type Client | |
BasicCommand(java.lang.String inName,
Client inClient)
Creates new BasicCommand |
|
PalletCommand(Client inClient)
Creates new PanCommand |
|
PanCommand(Client inClient)
Creates new PanCommand |
|
ZoomInCommand(Client inClient)
Creates new ZoomInCommand |
|
ZoomOutCommand(Client inClient)
Creates new ZoomOutCommand |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |