public class SpatialDescriptives extends Descriptives implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
SpatialVector |
centerLocation |
MoveVector |
diagonal |
long |
end |
double |
fractalDimension |
double |
IntensityUse |
MapDimensions |
itsXYMapDimensions |
MapDimensions |
itsXYZMapDimensions |
MapDimensions |
itsXZMapDimensions |
MapDimensions |
itsYZMapDimensions |
SpatialVector |
maxXYZLocation |
double |
meanDistanceToCenter |
double |
MeanSquaredDisplacement |
SGPolygon |
minPoly |
double |
minPoly_Area |
SpatialVector |
minXYZLocation |
long |
start |
int |
SumX |
int |
SumY |
int |
SumZ |
double |
timeDiff |
frequencies, IDMap, itsIDs, label, needsRefresh, nMiss, nSel, nUse, Rows
Constructor and Description |
---|
SpatialDescriptives()
empty private constructor ensures that the only objects of this type are the elements
enumerated above
|
Modifier and Type | Method and Description |
---|---|
MapDimensions |
getXYMapDimensions()
returns the default map dimensions for the xy plot of the data
|
MapDimensions |
getXYZMapDimensions()
returns the default map dimensions for the xyz plot of the data
|
MapDimensions |
getXZMapDimensions()
returns the default map dimensions for the xz plot of the data
|
MapDimensions |
getYZMapDimensions()
returns the default map dimensions for the yz plot of the data
|
void |
list(java.lang.Double hypValue)
lists the descriptives
|
void |
setXYMapDimensions(MapDimensions xyDims)
sets the map dimensions for the xy plot of the data
|
void |
setXYZMapDimensions(MapDimensions xyzDims)
sets the map dimensions for the xyz plot of the data
|
void |
setXZMapDimensions(MapDimensions xzDims)
sets the map dimensions for the xz plot of the data
|
void |
setYZMapDimensions(MapDimensions yzDims)
sets the map dimensions for the yz plot of the data
|
void |
zeroDescriptives()
sets sums for location descriptives to zeros
|
clone, list, listAll, listAll, listBasics, listIDs, listIDs, listSigStars, setLabel
public SpatialVector minXYZLocation
public SpatialVector maxXYZLocation
public SpatialVector centerLocation
public MoveVector diagonal
public double meanDistanceToCenter
public int SumX
public int SumY
public int SumZ
public MapDimensions itsXYMapDimensions
public MapDimensions itsXZMapDimensions
public MapDimensions itsYZMapDimensions
public MapDimensions itsXYZMapDimensions
public long start
public long end
public double timeDiff
public SGPolygon minPoly
public double minPoly_Area
public double IntensityUse
public double MeanSquaredDisplacement
public double fractalDimension
public SpatialDescriptives()
public void zeroDescriptives()
zeroDescriptives
in class Descriptives
public MapDimensions getXYMapDimensions()
public MapDimensions getXZMapDimensions()
public MapDimensions getYZMapDimensions()
public MapDimensions getXYZMapDimensions()
public void setXYMapDimensions(MapDimensions xyDims)
public void setXZMapDimensions(MapDimensions xzDims)
public void setYZMapDimensions(MapDimensions yzDims)
public void setXYZMapDimensions(MapDimensions xyzDims)
public void list(java.lang.Double hypValue)
list
in class Descriptives
hypValue
- compare to this valueRH, 2017