public class DataSource extends MajorObject
Modifier and Type | Method and Description |
---|---|
int |
CommitTransaction() |
Layer |
CopyLayer(Layer src_layer,
java.lang.String new_name) |
Layer |
CopyLayer(Layer src_layer,
java.lang.String new_name,
java.util.Vector options) |
Layer |
CreateLayer(java.lang.String name) |
Layer |
CreateLayer(java.lang.String name,
SpatialReference srs) |
Layer |
CreateLayer(java.lang.String name,
SpatialReference srs,
int geom_type) |
Layer |
CreateLayer(java.lang.String name,
SpatialReference srs,
int geom_type,
java.util.Vector options) |
void |
delete() |
int |
DeleteLayer(int index) |
boolean |
equals(java.lang.Object obj) |
Layer |
ExecuteSQL(java.lang.String statement) |
Layer |
ExecuteSQL(java.lang.String statement,
Geometry spatialFilter) |
Layer |
ExecuteSQL(java.lang.String statement,
Geometry spatialFilter,
java.lang.String dialect) |
void |
FlushCache() |
Driver |
GetDriver() |
Layer |
GetLayer(int index) |
Layer |
GetLayer(java.lang.String layerName) |
Layer |
GetLayerByIndex(int index) |
Layer |
GetLayerByName(java.lang.String layer_name) |
int |
GetLayerCount() |
java.lang.String |
getName() |
java.lang.String |
GetName() |
int |
GetRefCount() |
StyleTable |
GetStyleTable() |
int |
GetSummaryRefCount() |
int |
hashCode() |
void |
ReleaseResultSet(Layer layer) |
int |
RollbackTransaction() |
void |
SetStyleTable(StyleTable table) |
int |
StartTransaction() |
int |
StartTransaction(int force) |
int |
SyncToDisk() |
boolean |
TestCapability(java.lang.String cap) |
GetDescription, GetMetadata_Dict, GetMetadata_Dict, GetMetadata_List, GetMetadata_List, GetMetadataDomainList, GetMetadataItem, GetMetadataItem, SetDescription, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadataItem, SetMetadataItem
public void delete()
delete
in class MajorObject
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Layer GetLayer(int index)
public Layer GetLayer(java.lang.String layerName)
public java.lang.String getName()
public int GetRefCount()
public int GetSummaryRefCount()
public int GetLayerCount()
public Driver GetDriver()
public java.lang.String GetName()
public int DeleteLayer(int index)
public int SyncToDisk()
public void FlushCache()
public Layer CreateLayer(java.lang.String name, SpatialReference srs, int geom_type, java.util.Vector options)
public Layer CreateLayer(java.lang.String name, SpatialReference srs, int geom_type)
public Layer CreateLayer(java.lang.String name, SpatialReference srs)
public Layer CreateLayer(java.lang.String name)
public Layer CopyLayer(Layer src_layer, java.lang.String new_name, java.util.Vector options)
public Layer GetLayerByIndex(int index)
public Layer GetLayerByName(java.lang.String layer_name)
public boolean TestCapability(java.lang.String cap)
public Layer ExecuteSQL(java.lang.String statement, Geometry spatialFilter, java.lang.String dialect)
public Layer ExecuteSQL(java.lang.String statement)
public void ReleaseResultSet(Layer layer)
public StyleTable GetStyleTable()
public void SetStyleTable(StyleTable table)
public int StartTransaction(int force)
public int StartTransaction()
public int CommitTransaction()
public int RollbackTransaction()