Package org.gdal.gdal

Class Dataset


public class Dataset extends MajorObject
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
    AddBand(int datatype)
     
    int
    AddBand(int datatype, Vector options)
     
    boolean
     
    int
    AdviseRead(int xoff, int yoff, int xsize, int ysize)
     
    int
    AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize)
     
    int
    AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize)
     
    int
    AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize, SWIGTYPE_p_int buf_type)
     
    int
    AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize, SWIGTYPE_p_int buf_type, int[] band_list)
     
    int
    AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize, SWIGTYPE_p_int buf_type, int[] band_list, Vector options)
     
    int
    BuildOverviews(int[] overviewlist)
     
    int
    BuildOverviews(int[] overviewlist, ProgressCallback callback)
     
    int
    BuildOverviews(String resampling, int[] overviewlist)
     
    int
    BuildOverviews(String resampling, int[] overviewlist, ProgressCallback callback)
     
    void
     
    int
     
    CopyLayer(Layer src_layer, String new_name)
     
    CopyLayer(Layer src_layer, String new_name, Vector options)
     
     
     
    CreateLayer(String name, SpatialReference srs, int geom_type)
     
    CreateLayer(String name, SpatialReference srs, int geom_type, Vector options)
     
    int
    CreateMaskBand(int nFlags)
     
    void
     
    int
    DeleteLayer(int index)
     
    ExecuteSQL(String statement)
     
    ExecuteSQL(String statement, Geometry spatialFilter)
     
    ExecuteSQL(String statement, Geometry spatialFilter, String dialect)
     
    void
     
     
     
     
    int
     
     
     
    void
    GetGCPs(Vector nGCPs)
     
     
    double[]
     
    void
    GetGeoTransform(double[] argout)
     
    GetLayer(int index)
     
    GetLayer(String layerName)
     
    GetLayerByIndex(int index)
     
    GetLayerByName(String layer_name)
     
    int
     
     
     
     
    GetRasterBand(int nBand)
     
    int
     
    int
     
    int
     
    int
     
    int
     
    int
     
     
     
     
    boolean
    IsLayerPrivate(int index)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list, int nPixelSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list, int nPixelSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list, int nPixelSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list, int nPixelSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list, int nPixelSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list)
     
    int
    ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace)
     
    int
    ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    void
     
    void
     
    int
     
    int
    SetGCPs(GCP[] nGCPs, String pszGCPProjection)
     
    int
    SetGCPs2(GCP[] nGCPs, SpatialReference hSRS)
     
    int
    SetGeoTransform(double[] argin)
     
    int
     
    int
     
    void
     
    int
     
    int
    StartTransaction(int force)
     
    boolean
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list, int nPixelSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list, int nPixelSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list, int nPixelSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list, int nPixelSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list, int nPixelSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     
    int
    WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list)
     
    int
    WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace)
     
    int
    WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace)
     
    int
    WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • delete

      public void delete()
      Overrides:
      delete in class MajorObject
    • GetRasterXSize

      public int GetRasterXSize()
    • GetRasterYSize

      public int GetRasterYSize()
    • GetRasterCount

      public int GetRasterCount()
    • BuildOverviews

      public int BuildOverviews(int[] overviewlist, ProgressCallback callback)
    • BuildOverviews

      public int BuildOverviews(int[] overviewlist)
    • GetGCPs

      public Vector GetGCPs()
    • GetGeoTransform

      public double[] GetGeoTransform()
    • GetLayer

      public Layer GetLayer(int index)
    • GetLayer

      public Layer GetLayer(String layerName)
    • getRasterXSize

      public int getRasterXSize()
    • getRasterYSize

      public int getRasterYSize()
    • getRasterCount

      public int getRasterCount()
    • GetDriver

      public Driver GetDriver()
    • GetRasterBand

      public Band GetRasterBand(int nBand)
    • GetRootGroup

      public Group GetRootGroup()
    • GetProjection

      public String GetProjection()
    • GetProjectionRef

      public String GetProjectionRef()
    • GetSpatialRef

      public SpatialReference GetSpatialRef()
    • SetProjection

      public int SetProjection(String prj)
    • SetSpatialRef

      public int SetSpatialRef(SpatialReference srs)
    • GetGeoTransform

      public void GetGeoTransform(double[] argout)
    • SetGeoTransform

      public int SetGeoTransform(double[] argin)
    • BuildOverviews

      public int BuildOverviews(String resampling, int[] overviewlist, ProgressCallback callback)
    • BuildOverviews

      public int BuildOverviews(String resampling, int[] overviewlist)
    • GetGCPCount

      public int GetGCPCount()
    • GetGCPProjection

      public String GetGCPProjection()
    • GetGCPSpatialRef

      public SpatialReference GetGCPSpatialRef()
    • GetGCPs

      public void GetGCPs(Vector nGCPs)
    • SetGCPs

      public int SetGCPs(GCP[] nGCPs, String pszGCPProjection)
    • SetGCPs2

      public int SetGCPs2(GCP[] nGCPs, SpatialReference hSRS)
    • FlushCache

      public void FlushCache()
    • AddBand

      public int AddBand(int datatype, Vector options)
    • AddBand

      public int AddBand(int datatype)
    • AddBand

      public int AddBand()
    • CreateMaskBand

      public int CreateMaskBand(int nFlags)
    • GetFileList

      public Vector GetFileList()
    • AdviseRead

      public int AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize, SWIGTYPE_p_int buf_type, int[] band_list, Vector options)
    • AdviseRead

      public int AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize, SWIGTYPE_p_int buf_type, int[] band_list)
    • AdviseRead

      public int AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize, SWIGTYPE_p_int buf_type)
    • AdviseRead

      public int AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize, SWIGTYPE_p_int buf_ysize)
    • AdviseRead

      public int AdviseRead(int xoff, int yoff, int xsize, int ysize, SWIGTYPE_p_int buf_xsize)
    • AdviseRead

      public int AdviseRead(int xoff, int yoff, int xsize, int ysize)
    • CreateLayer

      public Layer CreateLayer(String name, SpatialReference srs, int geom_type, Vector options)
    • CreateLayer

      public Layer CreateLayer(String name, SpatialReference srs, int geom_type)
    • CreateLayer

      public Layer CreateLayer(String name, SpatialReference srs)
    • CreateLayer

      public Layer CreateLayer(String name)
    • CopyLayer

      public Layer CopyLayer(Layer src_layer, String new_name, Vector options)
    • CopyLayer

      public Layer CopyLayer(Layer src_layer, String new_name)
    • DeleteLayer

      public int DeleteLayer(int index)
    • GetLayerCount

      public int GetLayerCount()
    • IsLayerPrivate

      public boolean IsLayerPrivate(int index)
    • GetLayerByIndex

      public Layer GetLayerByIndex(int index)
    • GetLayerByName

      public Layer GetLayerByName(String layer_name)
    • ResetReading

      public void ResetReading()
    • GetNextFeature

      public Feature GetNextFeature()
    • TestCapability

      public boolean TestCapability(String cap)
    • ExecuteSQL

      public Layer ExecuteSQL(String statement, Geometry spatialFilter, String dialect)
    • ExecuteSQL

      public Layer ExecuteSQL(String statement, Geometry spatialFilter)
    • ExecuteSQL

      public Layer ExecuteSQL(String statement)
    • ReleaseResultSet

      public void ReleaseResultSet(Layer layer)
    • GetStyleTable

      public StyleTable GetStyleTable()
    • SetStyleTable

      public void SetStyleTable(StyleTable table)
    • AbortSQL

      public int AbortSQL()
    • StartTransaction

      public int StartTransaction(int force)
    • StartTransaction

      public int StartTransaction()
    • CommitTransaction

      public int CommitTransaction()
    • RollbackTransaction

      public int RollbackTransaction()
    • ClearStatistics

      public void ClearStatistics()
    • GetFieldDomain

      public FieldDomain GetFieldDomain(String name)
    • AddFieldDomain

      public boolean AddFieldDomain(FieldDomain fieldDomain)
    • ReadRaster_Direct

      public int ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • ReadRaster_Direct

      public int ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace)
    • ReadRaster_Direct

      public int ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace)
    • ReadRaster_Direct

      public int ReadRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list, int nPixelSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayOut, int[] band_list)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list, int nPixelSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayOut, int[] band_list)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list, int nPixelSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayOut, int[] band_list)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list, int nPixelSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayOut, int[] band_list)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list, int nPixelSpace, int nLineSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list, int nPixelSpace)
    • ReadRaster

      public int ReadRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayOut, int[] band_list)
    • WriteRaster_Direct

      public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • WriteRaster_Direct

      public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace, int nLineSpace)
    • WriteRaster_Direct

      public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list, int nPixelSpace)
    • WriteRaster_Direct

      public int WriteRaster_Direct(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, ByteBuffer nioBuffer, int[] band_list)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list, int nPixelSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, byte[] regularArrayIn, int[] band_list)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list, int nPixelSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, short[] regularArrayIn, int[] band_list)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list, int nPixelSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, int[] regularArrayIn, int[] band_list)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list, int nPixelSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, float[] regularArrayIn, int[] band_list)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace, int nBandSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list, int nPixelSpace, int nLineSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list, int nPixelSpace)
    • WriteRaster

      public int WriteRaster(int xoff, int yoff, int xsize, int ysize, int buf_xsize, int buf_ysize, int buf_type, double[] regularArrayIn, int[] band_list)