类 GridData
- java.lang.Object
-
- org.meteoinfo.data.GridData
-
public class GridData extends java.lang.Object- 作者:
- yaqiang
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGridData.ByteGridData.Integer classstatic classGridData.DoubleGridData.Double classstatic classGridData.FloatGridData.Integer classstatic classGridData.IntegerGridData.Integer class
-
字段概要
字段 修饰符和类型 字段 说明 double[][]dataGrid datajava.lang.StringfieldNamedoublemissingValueProjectionInfoprojInfoProjection informationdouble[]xArraydouble[]yArray
-
构造器概要
构造器 构造器 说明 GridData()ConstructorGridData(double xStart, double xDelt, int xNum, double yStart, double yDelt, int yNum)ConstructorGridData(GridData aGridData)ConstructorGridData(ucar.ma2.Array array, java.util.List<java.lang.Number> xdata, java.util.List<java.lang.Number> ydata, double missingValue, ProjectionInfo projInfo)ConstructorGridData(ucar.ma2.Array array, ucar.ma2.Array xdata, ucar.ma2.Array ydata)ConstructorGridData(ucar.ma2.Array array, ucar.ma2.Array xdata, ucar.ma2.Array ydata, java.lang.Number missingValue)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 GridDataabs()Calculate abstract grid dataGridDataacos()Calculate anti-cosine grid dataGridDataadd(double value)Add operation with a double valueGridDataadd(GridData bGrid)Add operation with another grid datavoidaggregate(GridData toGridData, boolean isAverage)Aggregate the grid data to coarser resolutionGridDataasin()Calculate anti-sine grid dataGridDataatan()Calculate anti-tangent grid datadoubleaverage()Calculate average valuedouble[]average(GridData bGrid, double[] tValues)Calculate average data array by another grid data and threshold valuesjava.lang.Objectclone()CloneGridDatacos()Calculate cosine grid dataGridDatadiv(double value)Divide operation with a double valueGridDatadiv(GridData bGrid)Divide operation with another grid dataGridDataexp()Calculate e raised specific power value of grid datavoidextendToGlobal()Extend the grid data to global by add a new column dataGridDataextract(double sX, double eX, double sY, double eY)Extract grid data by extentGridDataextract(int sXIdx, int sYIdx, int xNum, int yNum)Extract grid data by extent indexGridDataextract(int sXIdx, int eXIdx, int xstep, int sYIdx, int eYIdx, int ystep)Extract grid data by extent indexGridDataextract(Extent extent)Extract grid data by extentvoidgassianToLatLon()Convert Gassian grid to lat/lon gridvoidGassianToLatLon_Simple()Convert Gassian grid to lat/lon grid - only convert Y coordinateucar.ma2.ArraygetArray()Get array from datadoublegetBorderXMax()Get maximum x of the grid borderdoublegetBorderXMin()Get minimum x of the grid borderdoublegetBorderYMax()Get maximum y of the grid borderdoublegetBorderYMin()Get minimum y of the grid borderjava.util.List<Dimension>getDimensions()Get dimensionsdoublegetDoubleValue(int i, int j)Get double valueExtentgetExtent()Get ExtentGridDataSettinggetGridDataSetting()Get grid data settingint[]getIJIndex(double x, double y)Get i/j index of a point in the griddouble[]getMaxMinValue()Get maximum and minimum valuesbooleangetMaxMinValue(double[] maxmin)Get maximum and minimum valuesdoublegetMaxValue()Get maximum valuedoublegetMinValue()Get minimum valuejava.util.List<java.lang.Number>getUniqueValues()Get unique valuesdoublegetValue(double x, double y)Get a cell value by X/Y coordinate - nearest celljava.lang.NumbergetValue(int i, int j)Get valuedoublegetXDelt()Get xArray deltdoublegetXMax()Get maximum xdoublegetXMin()Get minimum xintgetXNum()Get xArray numberdoublegetYDelt()Get yArray deltdoublegetYMax()Get maximum ydoublegetYMin()Get minimum yintgetYNum()Get yArray numberbooleanhasMissing()Get if has missing valuebooleanhasNaN()Get if has NaN valueGridDatainterpolate()Interpolate grid dataGridDatainterpolate_old()Interpolate grid datadouble[][]interpolation_Grid(double[][] GridData, double[] X, double[] Y, double unDefData, double[] nX, double[] nY)Interpolate from grid databooleanisGlobal()Get if the data is globalbooleanisXStagger()Get if is x staggerbooleanisYStagger()Get if is y staggerGridDatalog()Calculate logrithm grid dataGridDatalog10()Calculate base 10 logrithm grid dataGridDatamaskout(java.util.List<PolygonShape> polygons)Mask out grid data with polygon shapesGridDatamaskout(GridData maskGrid)Mask out grid data by a mask grid dataGridDatamaskout(VectorLayer maskLayer)Mask out grid data with a polygon layerGridDatamaskout(PolygonShape aPGS)Mask out grid data with a polygon shapeGridDatamax(GridData bGrid)Maximum operation with another grid dataGridDatamerge(GridData bGrid)Merge grid values by anthor grid data - the two grids should have same extent replace missing value with valid dataGridDatamin(GridData bGrid)Minimum operation with another grid dataGridDatamul(double value)Multiply operation with a double valueGridDatamul(GridData bGrid)Multiply operation with another grid dataGridDatapow(double p)Calculate power grid dataGridDataproject(ProjectionInfo toProj)Project grid dataGridDataproject(ProjectionInfo toProj, double[] newX, double[] newY)Project grid dataGridDataproject(ProjectionInfo toProj, double[] newX, double[] newY, ResampleMethods resampleMethod)Project grid dataGridDataproject(ProjectionInfo fromProj, ProjectionInfo toProj)Project grid dataGridDataproject(ProjectionInfo fromProj, ProjectionInfo toProj, double[] newX, double[] newY, ResampleMethods resampleMethod)Project grid dataStationDataproject(ProjectionInfo fromProj, ProjectionInfo toProj, StationData stData, ResampleMethods resampleMethod)Project grid data to station dataGridDataproject(ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods resampleMethod)Project grid datavoidregrid(GridData gridData)Regrid data with double linear interpolation methodvoidreplaceValue(double aValue, double bValue)Replace a certain grid data value by a new valuevoidreplaceValue(double aValue, double bValue, boolean bigger)Replace grid data value by a threshold - the values bigger/smaller than the threshold value will be replaced by the new valueGridDataresample(GridData toGridData, ResampleMethods method)Resample grid datavoidsaveAsBILFile(java.lang.String fileName)Save as BIL data filevoidsaveAsESRIASCIIFile(java.lang.String aFile)Save as ESRI ASCII data filevoidsaveAsStationData(java.lang.String filePath, java.lang.String fieldName)Save as station data filevoidsaveAsSurferASCIIFile(java.lang.String aFile)Save as Surfer ASCII data filevoidsetMissingValue(double value, boolean isBigger)Set missing value - bigger or smaller than the given valueGridDatasetValue(double aValue)Set constant value to all grid cellsGridDatasetValue(GridData bGrid)Set grid values by anthor grid data - overlayGridDatasetValue(GridData bGrid, boolean useMissingData)Set grid values by anthor grid data - overlayvoidsetXStagger(boolean value)Set if is x staggervoidsetYStagger(boolean value)Set if is y staggerGridDatasin()Calculate sine grid dataGridDataskip(int skipI, int skipJ)Skip the grid data by two dimension skip factorGridDatasqrt()Calculate square root grid datadouble[]statistics()Simple statistics of the grid dataGridDatasub(double value)Subtraction operation with a double valueGridDatasub(GridData bGrid)Subtraction operation with another grid datadoublesum()Calculate summary valueGridDatatan()Calculate tangent grid databooleantestUniqueValues()Test unique valuesGridArraytoGridArray()Convert to GridArray objectdoubletoStation(double x, double y)Interpolate grid data to a station pointvoidtoStation(java.lang.String inFile, java.lang.String outFile)Interpolate grid data to stations imported from station filejava.util.List<java.lang.Double>toStation(java.util.List<java.lang.Number> xlist, java.util.List<java.lang.Number> ylist)Interpolate grid data to station pointsStationDatatoStation(StationData stData)Interpolate grid data to station datavoidtoStation(StationTableData stData)Interpolate grid data to station datadoubletoStation_Gaussian(double x, double y)Interpolate grid data to a station pointGridDataunStagger_X()Un stag grid data through x dimensionGridDataunStagger_Y()Un stag grid data through y dimensionvoidxReverse()xArray reverse to the grid datavoidyReverse()yArray reverse to the grid data
-
-
-
字段详细资料
-
data
public double[][] data
Grid data
-
xArray
public double[] xArray
-
yArray
public double[] yArray
-
missingValue
public double missingValue
-
projInfo
public ProjectionInfo projInfo
Projection information
-
fieldName
public java.lang.String fieldName
-
-
构造器详细资料
-
GridData
public GridData()
Constructor
-
GridData
public GridData(GridData aGridData)
Constructor- 参数:
aGridData- The grid data
-
GridData
public GridData(double xStart, double xDelt, int xNum, double yStart, double yDelt, int yNum)Constructor- 参数:
xStart- xArray startxDelt- xArray deltxNum- xArray numberyStart- yArray startyDelt- yArray deltyNum- yArray number
-
GridData
public GridData(ucar.ma2.Array array, java.util.List<java.lang.Number> xdata, java.util.List<java.lang.Number> ydata, double missingValue, ProjectionInfo projInfo)Constructor- 参数:
array- Data arrayxdata- X dataydata- Y datamissingValue- Missing valueprojInfo- Projection info
-
GridData
public GridData(ucar.ma2.Array array, ucar.ma2.Array xdata, ucar.ma2.Array ydata)Constructor- 参数:
array- Data arrayxdata- X dataydata- Y data
-
GridData
public GridData(ucar.ma2.Array array, ucar.ma2.Array xdata, ucar.ma2.Array ydata, java.lang.Number missingValue)Constructor- 参数:
array- Data arrayxdata- X dataydata- Y datamissingValue- Missing value
-
-
方法详细资料
-
getXNum
public int getXNum()
Get xArray number- 返回:
- xArray number
-
getYNum
public int getYNum()
Get yArray number- 返回:
- yArray number
-
getXDelt
public double getXDelt()
Get xArray delt- 返回:
- xArray delt
-
getYDelt
public double getYDelt()
Get yArray delt- 返回:
- yArray delt
-
getExtent
public Extent getExtent()
Get Extent- 返回:
- Extent
-
isGlobal
public boolean isGlobal()
Get if the data is global- 返回:
- If the data is global
-
isXStagger
public boolean isXStagger()
Get if is x stagger- 返回:
- Boolean
-
setXStagger
public void setXStagger(boolean value)
Set if is x stagger- 参数:
value- Boolean
-
isYStagger
public boolean isYStagger()
Get if is y stagger- 返回:
- Boolean
-
setYStagger
public void setYStagger(boolean value)
Set if is y stagger- 参数:
value- Boolean
-
getValue
public java.lang.Number getValue(int i, int j)Get value- 参数:
i- I indexj- J index- 返回:
- Value
-
getDoubleValue
public double getDoubleValue(int i, int j)Get double value- 参数:
i- I indexj- J index- 返回:
- Double value
-
add
public GridData add(GridData bGrid)
Add operation with another grid data- 参数:
bGrid- The grid data- 返回:
- Added grid data
-
add
public GridData add(double value)
Add operation with a double value- 参数:
value- Double value- 返回:
- Added grid data
-
sub
public GridData sub(GridData bGrid)
Subtraction operation with another grid data- 参数:
bGrid- The grid data- 返回:
- Subtracted grid data
-
sub
public GridData sub(double value)
Subtraction operation with a double value- 参数:
value- The double value- 返回:
- Subtracted grid data
-
mul
public GridData mul(GridData bGrid)
Multiply operation with another grid data- 参数:
bGrid- The grid data- 返回:
- Result grid data
-
mul
public GridData mul(double value)
Multiply operation with a double value- 参数:
value- Double value- 返回:
- Result grid data
-
div
public GridData div(GridData bGrid)
Divide operation with another grid data- 参数:
bGrid- The grid data- 返回:
- Result grid data
-
div
public GridData div(double value)
Divide operation with a double value- 参数:
value- Double value- 返回:
- Result grid data
-
regrid
public void regrid(GridData gridData)
Regrid data with double linear interpolation method- 参数:
gridData- Result grid data
-
toStation
public double toStation(double x, double y)Interpolate grid data to a station point- 参数:
x- X coordinate of the stationy- Y coordinate of the station- 返回:
- Interpolated value
-
toStation
public java.util.List<java.lang.Double> toStation(java.util.List<java.lang.Number> xlist, java.util.List<java.lang.Number> ylist)Interpolate grid data to station points- 参数:
xlist- X coordinate listylist- Y coordinate list- 返回:
- Result data list
-
toStation
public StationData toStation(StationData stData)
Interpolate grid data to station data- 参数:
stData- Station data- 返回:
- Interpolated station data
-
toStation
public void toStation(StationTableData stData)
Interpolate grid data to station data- 参数:
stData- Station table data
-
toStation
public void toStation(java.lang.String inFile, java.lang.String outFile) throws java.io.UnsupportedEncodingException, java.io.FileNotFoundException, java.io.IOExceptionInterpolate grid data to stations imported from station file- 参数:
inFile- Input station fileoutFile- Output station file- 抛出:
java.io.UnsupportedEncodingExceptionjava.io.FileNotFoundExceptionjava.io.IOException
-
setValue
public GridData setValue(GridData bGrid)
Set grid values by anthor grid data - overlay- 参数:
bGrid- The grid data- 返回:
- Result grid data
-
setValue
public GridData setValue(GridData bGrid, boolean useMissingData)
Set grid values by anthor grid data - overlay- 参数:
bGrid- The grid datauseMissingData- if set missing data- 返回:
- Result grid data
-
setValue
public GridData setValue(double aValue)
Set constant value to all grid cells- 参数:
aValue- The value- 返回:
- Result grid data
-
replaceValue
public void replaceValue(double aValue, double bValue)Replace a certain grid data value by a new value- 参数:
aValue- Old valuebValue- New value
-
replaceValue
public void replaceValue(double aValue, double bValue, boolean bigger)Replace grid data value by a threshold - the values bigger/smaller than the threshold value will be replaced by the new value- 参数:
aValue- Threshold valuebValue- New valuebigger- Bigger or smaller
-
merge
public GridData merge(GridData bGrid)
Merge grid values by anthor grid data - the two grids should have same extent replace missing value with valid data- 参数:
bGrid- The grid data- 返回:
- Result grid data
-
max
public GridData max(GridData bGrid)
Maximum operation with another grid data- 参数:
bGrid- The grid data- 返回:
- Maximum grid data
-
min
public GridData min(GridData bGrid)
Minimum operation with another grid data- 参数:
bGrid- The grid data- 返回:
- Minimum grid data
-
sum
public double sum()
Calculate summary value- 返回:
- Summary value
-
average
public double average()
Calculate average value- 返回:
- Average value
-
average
public double[] average(GridData bGrid, double[] tValues)
Calculate average data array by another grid data and threshold values- 参数:
bGrid- The grid datatValues- Threshold values- 返回:
- Average values
-
statistics
public double[] statistics()
Simple statistics of the grid data- 返回:
- Result array - average, standard deviation
-
abs
public GridData abs()
Calculate abstract grid data- 返回:
- Result grid data
-
acos
public GridData acos()
Calculate anti-cosine grid data- 返回:
- Result grid data
-
asin
public GridData asin()
Calculate anti-sine grid data- 返回:
- Result grid data
-
atan
public GridData atan()
Calculate anti-tangent grid data- 返回:
- Result grid data
-
cos
public GridData cos()
Calculate cosine grid data- 返回:
- Result grid data
-
sin
public GridData sin()
Calculate sine grid data- 返回:
- Result grid data
-
tan
public GridData tan()
Calculate tangent grid data- 返回:
- Result grid data
-
exp
public GridData exp()
Calculate e raised specific power value of grid data- 返回:
- Result grid data
-
pow
public GridData pow(double p)
Calculate power grid data- 参数:
p- Power value- 返回:
- Result grid data
-
sqrt
public GridData sqrt()
Calculate square root grid data- 返回:
- Result grid data
-
log
public GridData log()
Calculate logrithm grid data- 返回:
- Result grid data
-
log10
public GridData log10()
Calculate base 10 logrithm grid data- 返回:
- Result grid data
-
extendToGlobal
public void extendToGlobal()
Extend the grid data to global by add a new column data
-
getArray
public ucar.ma2.Array getArray()
Get array from data- 返回:
- Array
-
getDimensions
public java.util.List<Dimension> getDimensions()
Get dimensions- 返回:
- Dimensions
-
extract
public GridData extract(Extent extent)
Extract grid data by extent- 参数:
extent- Extent- 返回:
- Extracted grid data
-
extract
public GridData extract(double sX, double eX, double sY, double eY)
Extract grid data by extent- 参数:
sX- Start XeX- End XsY- Start YeY- End Y- 返回:
- Grid data
-
extract
public GridData extract(int sXIdx, int sYIdx, int xNum, int yNum)
Extract grid data by extent index- 参数:
sXIdx- Start x indexsYIdx- Start y indexxNum- X numberyNum- Y number- 返回:
- Extracted grid data
-
extract
public GridData extract(int sXIdx, int eXIdx, int xstep, int sYIdx, int eYIdx, int ystep)
Extract grid data by extent index- 参数:
sXIdx- Start x indexeXIdx- End x indexxstep- X stepsYIdx- Start y indexeYIdx- End y indexystep- Y step- 返回:
- Extracted grid data
-
setMissingValue
public void setMissingValue(double value, boolean isBigger)Set missing value - bigger or smaller than the given value- 参数:
value- The given valueisBigger- Is bigger or not
-
skip
public GridData skip(int skipI, int skipJ)
Skip the grid data by two dimension skip factor- 参数:
skipI- Skip number in x coordinateskipJ- Skip number in y coordinate- 返回:
- Grid data
-
getValue
public double getValue(double x, double y)Get a cell value by X/Y coordinate - nearest cell- 参数:
x- X coordinatey- Y coordinate- 返回:
- Cell value
-
toStation_Gaussian
public double toStation_Gaussian(double x, double y)Interpolate grid data to a station point- 参数:
x- X coordinate of the stationy- Y coordinate of the station- 返回:
- Interpolated value
-
gassianToLatLon
public void gassianToLatLon()
Convert Gassian grid to lat/lon grid
-
GassianToLatLon_Simple
public void GassianToLatLon_Simple()
Convert Gassian grid to lat/lon grid - only convert Y coordinate
-
getXMin
public double getXMin()
Get minimum x- 返回:
- Minimum x
-
getXMax
public double getXMax()
Get maximum x- 返回:
- Maximum x
-
getYMin
public double getYMin()
Get minimum y- 返回:
- Minimum y
-
getYMax
public double getYMax()
Get maximum y- 返回:
- Maximum y
-
getBorderXMin
public double getBorderXMin()
Get minimum x of the grid border- 返回:
- Minimum x of the grid border
-
getBorderXMax
public double getBorderXMax()
Get maximum x of the grid border- 返回:
- Maximum x of the grid border
-
getBorderYMin
public double getBorderYMin()
Get minimum y of the grid border- 返回:
- Minimum y of the grid border
-
getBorderYMax
public double getBorderYMax()
Get maximum y of the grid border- 返回:
- Maximum y of the grid border
-
getIJIndex
public int[] getIJIndex(double x, double y)Get i/j index of a point in the grid- 参数:
x- The x coordinatey- The y coordinate- 返回:
- I/J index array
-
saveAsSurferASCIIFile
public void saveAsSurferASCIIFile(java.lang.String aFile)
Save as Surfer ASCII data file- 参数:
aFile- File path
-
saveAsESRIASCIIFile
public void saveAsESRIASCIIFile(java.lang.String aFile)
Save as ESRI ASCII data file- 参数:
aFile- File path
-
saveAsBILFile
public void saveAsBILFile(java.lang.String fileName) throws java.io.IOExceptionSave as BIL data file- 参数:
fileName- File path- 抛出:
java.io.IOException
-
saveAsStationData
public void saveAsStationData(java.lang.String filePath, java.lang.String fieldName)Save as station data file- 参数:
filePath- File PathfieldName- Field name
-
getMaxMinValue
public boolean getMaxMinValue(double[] maxmin)
Get maximum and minimum values- 参数:
maxmin- Max/Min array- 返回:
- If has undefine data
-
hasMissing
public boolean hasMissing()
Get if has missing value- 返回:
- Boolean
-
hasNaN
public boolean hasNaN()
Get if has NaN value- 返回:
- Boolean
-
getMaxMinValue
public double[] getMaxMinValue()
Get maximum and minimum values- 返回:
- Max/Min array
-
getMaxValue
public double getMaxValue()
Get maximum value- 返回:
- Maximum value
-
getMinValue
public double getMinValue()
Get minimum value- 返回:
- Minimum value
-
testUniqueValues
public boolean testUniqueValues()
Test unique values- 返回:
- True if unique value number less then 20
-
getUniqueValues
public java.util.List<java.lang.Number> getUniqueValues()
Get unique values- 返回:
- Unique values
-
getGridDataSetting
public GridDataSetting getGridDataSetting()
Get grid data setting- 返回:
- Grid data setting
-
maskout
public GridData maskout(PolygonShape aPGS)
Mask out grid data with a polygon shape- 参数:
aPGS- The polygon shape- 返回:
- Maskouted grid data
-
maskout
public GridData maskout(java.util.List<PolygonShape> polygons)
Mask out grid data with polygon shapes- 参数:
polygons- The polygon shapes- 返回:
- Maskouted grid data
-
maskout
public GridData maskout(VectorLayer maskLayer)
Mask out grid data with a polygon layer- 参数:
maskLayer- The polygon layer- 返回:
- Maskouted grid data
-
maskout
public GridData maskout(GridData maskGrid)
Mask out grid data by a mask grid data- 参数:
maskGrid- Mask grid data- 返回:
- Result grid data
-
resample
public GridData resample(GridData toGridData, ResampleMethods method)
Resample grid data- 参数:
toGridData- The grid datamethod- The resample method- 返回:
- Result grid data
-
interpolate
public GridData interpolate()
Interpolate grid data- 返回:
- Result grid data
-
interpolation_Grid
public double[][] interpolation_Grid(double[][] GridData, double[] X, double[] Y, double unDefData, double[] nX, double[] nY)Interpolate from grid data- 参数:
GridData- input grid dataX- input x coordinatesY- input y coordinatesunDefData- undefine datanX- output x coordinatenY- output y coordinate- 返回:
- output grid data
-
interpolate_old
public GridData interpolate_old()
Interpolate grid data- 返回:
- Result grid data
-
project
public GridData project(ProjectionInfo toProj)
Project grid data- 参数:
toProj- To projection- 返回:
- Projected grid data
-
project
public GridData project(ProjectionInfo fromProj, ProjectionInfo toProj)
Project grid data- 参数:
fromProj- From projectiontoProj- To projection- 返回:
- Porjected grid data
-
project
public GridData project(ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods resampleMethod)
Project grid data- 参数:
fromProj- From projectiontoProj- To projectionresampleMethod- Interpolation method- 返回:
- Porjected grid data
-
project
public GridData project(ProjectionInfo toProj, double[] newX, double[] newY)
Project grid data- 参数:
toProj- To projection infonewX- New xArray coordinatesnewY- New yArray coordinates- 返回:
- Projected grid data
-
project
public GridData project(ProjectionInfo toProj, double[] newX, double[] newY, ResampleMethods resampleMethod)
Project grid data- 参数:
toProj- To projection infonewX- New xArray coordinatesnewY- New yArray coordinatesresampleMethod- Interpolation method- 返回:
- Projected grid data
-
project
public GridData project(ProjectionInfo fromProj, ProjectionInfo toProj, double[] newX, double[] newY, ResampleMethods resampleMethod)
Project grid data- 参数:
fromProj- From projection infotoProj- To projection infonewX- New xArray coordinatesnewY- New yArray coordinatesresampleMethod- Interpolation method- 返回:
- Projected grid data
-
project
public StationData project(ProjectionInfo fromProj, ProjectionInfo toProj, StationData stData, ResampleMethods resampleMethod)
Project grid data to station data- 参数:
fromProj- From projection infotoProj- To projection infostData- Station dataresampleMethod- Interpolation method- 返回:
- Projected station data
-
aggregate
public void aggregate(GridData toGridData, boolean isAverage)
Aggregate the grid data to coarser resolution- 参数:
toGridData- To grid dataisAverage- If is average
-
unStagger_X
public GridData unStagger_X()
Un stag grid data through x dimension- 返回:
- Un stagged grid data
-
unStagger_Y
public GridData unStagger_Y()
Un stag grid data through y dimension- 返回:
- Un stagged grid data
-
clone
public java.lang.Object clone()
Clone- 覆盖:
clone在类中java.lang.Object- 返回:
- Grid data object
-
yReverse
public void yReverse()
yArray reverse to the grid data
-
xReverse
public void xReverse()
xArray reverse to the grid data
-
toGridArray
public GridArray toGridArray()
Convert to GridArray object- 返回:
- GridArray object
-
-