Package org.gdal.gdal
Class MDArray
java.lang.Object
org.gdal.gdal.MDArray
-
Method Summary
Modifier and TypeMethodDescriptionAsClassicDataset
(long iXDim, long iYDim) boolean
Cache()
boolean
ComputeStatistics
(boolean approx_ok) ComputeStatistics
(boolean approx_ok, ProgressCallback callback) CreateAttribute
(String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type) CreateAttribute
(String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type, Vector options) void
delete()
int
boolean
GetAttribute
(String name) long
GetMask()
GetName()
void
GetNoDataValueAsDouble
(Double[] val) void
int
void
int
GetStatistics
(boolean approx_ok) GetStatistics
(boolean approx_ok, boolean force) GetStatistics
(boolean approx_ok, boolean force, ProgressCallback callback) GetUnit()
int
hashCode()
int
SetNoDataValueDouble
(double d) int
SetNoDataValueString
(String nodata) int
SetOffset
(double val) int
SetOffset
(double val, int storageType) int
SetScale
(double val) int
SetScale
(double val, int storageType) int
int
Transpose
(int[] nList)
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
public int hashCode() -
GetName
-
GetFullName
-
GetTotalElementsCount
-
GetDimensionCount
public long GetDimensionCount() -
GetDataType
-
GetStructuralInfo
-
GetAttribute
-
CreateAttribute
public Attribute CreateAttribute(String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type, Vector options) -
CreateAttribute
public Attribute CreateAttribute(String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type) -
GetNoDataValueAsDouble
-
GetNoDataValueAsString
-
SetNoDataValueDouble
public int SetNoDataValueDouble(double d) -
SetNoDataValueString
-
DeleteNoDataValue
public int DeleteNoDataValue() -
GetOffset
-
GetOffsetStorageType
public int GetOffsetStorageType() -
GetScale
-
GetScaleStorageType
public int GetScaleStorageType() -
SetOffset
public int SetOffset(double val, int storageType) -
SetOffset
public int SetOffset(double val) -
SetScale
public int SetScale(double val, int storageType) -
SetScale
public int SetScale(double val) -
SetUnit
-
GetUnit
-
SetSpatialRef
-
GetSpatialRef
-
GetView
-
Transpose
-
GetUnscaled
-
GetMask
-
GetMask
-
AsClassicDataset
-
GetStatistics
-
GetStatistics
-
GetStatistics
-
GetStatistics
-
ComputeStatistics
-
ComputeStatistics
-
ComputeStatistics
-
Cache
-
Cache
public boolean Cache()
-