org.opensha.sha.cybershake.maps
Class GMT_InterpolationSettings
java.lang.Object
org.opensha.sha.cybershake.maps.GMT_InterpolationSettings
- All Implemented Interfaces:
- Serializable
public class GMT_InterpolationSettings
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
GMT_InterpolationSettings(double interpSpacing,
double interiorTension,
double exteriorTension,
double convergenceLimit,
double searchRadius)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMT_InterpolationSettings
public GMT_InterpolationSettings(double interpSpacing,
double interiorTension,
double exteriorTension,
double convergenceLimit,
double searchRadius)
getDefaultSettings
public static GMT_InterpolationSettings getDefaultSettings()
getInterpSpacing
public double getInterpSpacing()
setInterpSpacing
public void setInterpSpacing(double interpSpacing)
getInteriorTension
public double getInteriorTension()
setInteriorTension
public void setInteriorTension(double interiorTension)
getExteriorTension
public double getExteriorTension()
setExteriorTension
public void setExteriorTension(double exteriorTension)
getTensionArg
public String getTensionArg()
getConvergenceLimit
public double getConvergenceLimit()
setConvergenceLimit
public void setConvergenceLimit(double convergenceLimit)
getConvergenceArg
public String getConvergenceArg()
getSearchRadius
public double getSearchRadius()
setSearchRadius
public void setSearchRadius(double searchRadius)
getSearchArg
public String getSearchArg()