Title: GeoTools2 Development
Description:
Copyright: Copyright (c) Julian J. Ray 2003
Used to pass connection parameters to a geomedia data source factory. This structure is used to allow the connection
factory to dynamically load and instantiate a JDBC Data Soruce driver for the particular GeoMedia database they
wish to access. Each instance contains the following:
-
MethodName - Name of a method on the Data Source object to call
-
ClassType - Class name for the parameter such as String.class. Use Integer.TYPE or Double.TYPE for primitive types
such as int or double.
-
Method parameter.
author: Julian J. Ray version: 1.0 |