app.configuration
Class Options

java.lang.Object
  extended by app.configuration.Options

public class Options
extends java.lang.Object

The available options to the system


Field Summary
protected  boolean debug
           
protected  ScaleTransform domainScale
           
protected  double fuzz
           
protected  boolean help
           
protected  Metric metric
           
static java.lang.String scaledelimit
           
protected  RectangularPixelTiler tiler
           
static java.lang.String tilerdelimit
           
 
Constructor Summary
Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tilerdelimit

public static final java.lang.String tilerdelimit
See Also:
Constant Field Values

scaledelimit

public static final java.lang.String scaledelimit
See Also:
Constant Field Values

fuzz

protected double fuzz

help

protected boolean help

debug

protected boolean debug

metric

protected Metric metric

domainScale

protected ScaleTransform domainScale

tiler

protected RectangularPixelTiler tiler
Constructor Detail

Options

public Options()