
public static class KMLOutputHandler.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
(package private) boolean | 
autoopen
Automatically open at the end 
 | 
static OptionID | 
AUTOOPEN_ID
Parameter for automatically opening the output file. 
 | 
(package private) boolean | 
compat
Compatibility mode 
 | 
static OptionID | 
COMPAT_ID
Parameter for compatibility mode. 
 | 
(package private) File | 
filename
Output file name 
 | 
(package private) OutlierScalingFunction | 
scaling
Scaling function 
 | 
static OptionID | 
SCALING_ID
Parameter for scaling functions
 
 
 Key:  
-kml.scaling
  | 
| Constructor and Description | 
|---|
KMLOutputHandler.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected KMLOutputHandler | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID SCALING_ID
 Key: -kml.scaling
 
public static final OptionID COMPAT_ID
 Key: -kml.compat
 
public static final OptionID AUTOOPEN_ID
 Key: -kml.autoopen
 
File filename
OutlierScalingFunction scaling
boolean compat
boolean autoopen
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected KMLOutputHandler makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer