|
||||||||||
| 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
public class XYZ_DataSetMath
This class is used to perform common math operations on and between XYZ datasets.
| Constructor Summary | |
|---|---|
XYZ_DataSetMath()
|
|
| Method Summary | |
|---|---|
static XYZ_DataSet |
add(XYZ_DataSet map1,
XYZ_DataSet map2)
Returns new GeographicDataSetAPI that represents the values in the
two given maps added together. |
static XYZ_DataSet |
divide(XYZ_DataSet dividend,
XYZ_DataSet divisor)
Returns new GeographicDataSetAPI that represents the values in the
minuend map minus the values in the subtrahend map. |
static XYZ_DataSet |
multiply(XYZ_DataSet map1,
XYZ_DataSet map2)
Returns new GeographicDataSetAPI that represents the values in the
two given maps multiplied together. |
static XYZ_DataSet |
subtract(XYZ_DataSet minuend,
XYZ_DataSet subtrahend)
Returns new GeographicDataSetAPI that represents the values in the
minuend map minus the values in the subtrahend map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XYZ_DataSetMath()
| Method Detail |
|---|
public static XYZ_DataSet add(XYZ_DataSet map1,
XYZ_DataSet map2)
GeographicDataSetAPI that represents the values in the
two given maps added together.
map1 - map2 -
public static XYZ_DataSet subtract(XYZ_DataSet minuend,
XYZ_DataSet subtrahend)
GeographicDataSetAPI that represents the values in the
minuend map minus the values in the subtrahend map.
map1 - map2 -
public static XYZ_DataSet multiply(XYZ_DataSet map1,
XYZ_DataSet map2)
GeographicDataSetAPI that represents the values in the
two given maps multiplied together.
map1 - map2 -
public static XYZ_DataSet divide(XYZ_DataSet dividend,
XYZ_DataSet 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 | |||||||||