|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.commons.data.xyz.XYZ_DataSetMath
org.opensha.commons.data.xyz.GeoDataSetMath
public class GeoDataSetMath
This class does math for Geographic datasets. Comparisons are done in Locations instead of Point2D's.
| Constructor Summary | |
|---|---|
GeoDataSetMath()
|
|
| Method Summary | |
|---|---|
static GeoDataSet |
add(GeoDataSet map1,
GeoDataSet map2)
Returns new GeographicDataSetAPI that represents the values in the
two given maps added together. |
static GeoDataSet |
divide(GeoDataSet dividend,
GeoDataSet divisor)
Returns new GeographicDataSetAPI that represents the values in the
minuend map minus the values in the subtrahend map. |
static GeoDataSet |
multiply(GeoDataSet map1,
GeoDataSet map2)
Returns new GeographicDataSetAPI that represents the values in the
two given maps multiplied together. |
static GeoDataSet |
subtract(GeoDataSet minuend,
GeoDataSet subtrahend)
Returns new GeographicDataSetAPI that represents the values in the
minuend map minus the values in the subtrahend map. |
| Methods inherited from class org.opensha.commons.data.xyz.XYZ_DataSetMath |
|---|
add, divide, multiply, subtract |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoDataSetMath()
| Method Detail |
|---|
public static GeoDataSet add(GeoDataSet map1,
GeoDataSet map2)
GeographicDataSetAPI that represents the values in the
two given maps added together.
map1 - map2 -
public static GeoDataSet subtract(GeoDataSet minuend,
GeoDataSet subtrahend)
GeographicDataSetAPI that represents the values in the
minuend map minus the values in the subtrahend map.
map1 - map2 -
public static GeoDataSet multiply(GeoDataSet map1,
GeoDataSet map2)
GeographicDataSetAPI that represents the values in the
two given maps multiplied together.
map1 - map2 -
public static GeoDataSet divide(GeoDataSet dividend,
GeoDataSet divisor)
GeographicDataSetAPI that represents the values in the
minuend map minus the values in the subtrahend map.
map1 - map2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||