Package org.gdal.gdal
Class MDArray
java.lang.Object
org.gdal.gdal.MDArray
public class MDArray
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description DatasetAsClassicDataset(long iXDim, long iYDim)booleanCache()booleanCache(java.util.Vector options)StatisticsComputeStatistics()StatisticsComputeStatistics(boolean approx_ok)StatisticsComputeStatistics(boolean approx_ok, ProgressCallback callback)AttributeCreateAttribute(java.lang.String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type)AttributeCreateAttribute(java.lang.String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type, java.util.Vector options)voiddelete()intDeleteNoDataValue()booleanequals(java.lang.Object obj)AttributeGetAttribute(java.lang.String name)ExtendedDataTypeGetDataType()longGetDimensionCount()java.lang.StringGetFullName()MDArrayGetMask()MDArrayGetMask(java.util.Vector options)java.lang.StringGetName()voidGetNoDataValueAsDouble(java.lang.Double[] val)java.lang.StringGetNoDataValueAsString()voidGetOffset(java.lang.Double[] val)intGetOffsetStorageType()voidGetScale(java.lang.Double[] val)intGetScaleStorageType()SpatialReferenceGetSpatialRef()StatisticsGetStatistics()StatisticsGetStatistics(boolean approx_ok)StatisticsGetStatistics(boolean approx_ok, boolean force)StatisticsGetStatistics(boolean approx_ok, boolean force, ProgressCallback callback)java.util.HashtableGetStructuralInfo()java.math.BigIntegerGetTotalElementsCount()java.lang.StringGetUnit()MDArrayGetUnscaled()MDArrayGetView(java.lang.String viewExpr)inthashCode()intSetNoDataValueDouble(double d)intSetNoDataValueString(java.lang.String nodata)intSetOffset(double val)intSetOffset(double val, int storageType)intSetScale(double val)intSetScale(double val, int storageType)intSetSpatialRef(SpatialReference srs)intSetUnit(java.lang.String unit)MDArrayTranspose(int[] nList)Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
delete
public void delete() -
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
GetName
public java.lang.String GetName() -
GetFullName
public java.lang.String GetFullName() -
GetTotalElementsCount
public java.math.BigInteger GetTotalElementsCount() -
GetDimensionCount
public long GetDimensionCount() -
GetDataType
-
GetStructuralInfo
public java.util.Hashtable GetStructuralInfo() -
GetAttribute
-
CreateAttribute
public Attribute CreateAttribute(java.lang.String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type, java.util.Vector options) -
CreateAttribute
public Attribute CreateAttribute(java.lang.String name, int nDimensions, SWIGTYPE_p_GUIntBig dimensions, ExtendedDataType data_type) -
GetNoDataValueAsDouble
public void GetNoDataValueAsDouble(java.lang.Double[] val) -
GetNoDataValueAsString
public java.lang.String GetNoDataValueAsString() -
SetNoDataValueDouble
public int SetNoDataValueDouble(double d) -
SetNoDataValueString
public int SetNoDataValueString(java.lang.String nodata) -
DeleteNoDataValue
public int DeleteNoDataValue() -
GetOffset
public void GetOffset(java.lang.Double[] val) -
GetOffsetStorageType
public int GetOffsetStorageType() -
GetScale
public void GetScale(java.lang.Double[] val) -
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
public int SetUnit(java.lang.String unit) -
GetUnit
public java.lang.String GetUnit() -
SetSpatialRef
-
GetSpatialRef
-
GetView
-
Transpose
-
GetUnscaled
-
GetMask
-
GetMask
-
AsClassicDataset
-
GetStatistics
-
GetStatistics
-
GetStatistics
-
GetStatistics
-
ComputeStatistics
-
ComputeStatistics
-
ComputeStatistics
-
Cache
public boolean Cache(java.util.Vector options) -
Cache
public boolean Cache()
-