Uses of Class
insensa.connections.EConnection

Packages that use EConnection
insensa.connections   
 

Uses of EConnection in insensa.connections
 

Methods in insensa.connections that return EConnection
static EConnection EConnection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EConnection[] EConnection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in insensa.connections with parameters of type EConnection
 ConnectionFileChanger CConnectionManager.getConnectionFileChanger(EConnection con)
           
 ConnectionFileChanger CConnectionManager.getConnectionFileChanger(EConnection con, java.util.List<CRasterFileInformation> fileList, CRasterFileSet outputFileSet, CRasterFileInformation file)