public class AbstractOriginPoint extends DistanceRangeSubsetter
Modifier and Type | Field and Description |
---|---|
protected double |
latitude |
protected double |
longitude |
Constructor and Description |
---|
AbstractOriginPoint(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
double |
getLatitude() |
static double[] |
getLatLon(org.w3c.dom.Element config,
java.lang.String extractor) |
double |
getLongitude() |
getMax, getMin, getUnitRange, processConfig
public AbstractOriginPoint(org.w3c.dom.Element config) throws java.lang.Exception
java.lang.Exception
public static double[] getLatLon(org.w3c.dom.Element config, java.lang.String extractor) throws UserConfigurationException
UserConfigurationException
public double getLatitude()
public double getLongitude()