public class DistanceRangeSubsetter extends java.lang.Object implements SodElement
Constructor and Description |
---|
DistanceRangeSubsetter(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
QuantityImpl |
getMax() |
QuantityImpl |
getMin() |
UnitRange |
getUnitRange() |
void |
processConfig(org.w3c.dom.Element config) |
public DistanceRangeSubsetter(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public void processConfig(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public UnitRange getUnitRange()
public QuantityImpl getMin()
public QuantityImpl getMax()