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, processConfigpublic AbstractOriginPoint(org.w3c.dom.Element config)
throws java.lang.Exception
java.lang.Exceptionpublic static double[] getLatLon(org.w3c.dom.Element config,
java.lang.String extractor)
throws UserConfigurationException
UserConfigurationExceptionpublic double getLatitude()
public double getLongitude()