|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gdal.gdal.MajorObject
org.gdal.gdal.Dataset
org.gdal.gdal.JavaDataset
public abstract class JavaDataset
Constructor Summary | |
---|---|
JavaDataset(int nRasterXSize,
int nRasterYSize)
|
Method Summary | |
---|---|
void |
delete()
Frees the native resource associated to a Dataset object and close the file. |
boolean |
equals(Object obj)
|
String |
genial()
|
int |
hashCode()
|
Methods inherited from class org.gdal.gdal.MajorObject |
---|
GetDescription, GetMetadata_Dict, GetMetadata_Dict, GetMetadata_List, GetMetadata_List, GetMetadataItem, GetMetadataItem, SetDescription, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadataItem, SetMetadataItem |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaDataset(int nRasterXSize, int nRasterYSize)
Method Detail |
---|
public void delete()
Dataset
The delete() method must be called when a dataset has been opened in update or creation mode, otherwise data might not be properly flushed to the disk. You cannot rely on the finalization to call delete().
delete
in class Dataset
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String genial()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |