Package org.gdal.gdal
Class MDArray
java.lang.Object
org.gdal.gdal.MDArray
-
Method Summary
Modifier and TypeMethodDescriptionAsClassicDataset(long iXDim, long iYDim) booleanCache()booleanComputeStatistics(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) voiddelete()intbooleanGetAttribute(String name) longGetMask()GetName()voidGetNoDataValueAsDouble(Double[] val) voidintvoidintGetStatistics(boolean approx_ok) GetStatistics(boolean approx_ok, boolean force) GetStatistics(boolean approx_ok, boolean force, ProgressCallback callback) GetUnit()inthashCode()intSetNoDataValueDouble(double d) intSetNoDataValueString(String nodata) intSetOffset(double val) intSetOffset(double val, int storageType) intSetScale(double val) intSetScale(double val, int storageType) intintTranspose(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()
-