All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
int |
CommitTransaction() |
Layer |
CopyLayer(Layer src_layer,
String new_name) |
Layer |
CopyLayer(Layer src_layer,
String new_name,
Vector options) |
Layer |
CreateLayer(String name) |
Layer |
CreateLayer(String name,
SpatialReference srs) |
Layer |
CreateLayer(String name,
SpatialReference srs,
int geom_type) |
Layer |
CreateLayer(String name,
SpatialReference srs,
int geom_type,
Vector options) |
void |
delete() |
int |
DeleteLayer(int index) |
int |
DisconnectAll() |
boolean |
equals(Object obj) |
Feature |
GetFeatureByGlobalFID(long GFID) |
Vector |
GetFileList() |
Layer |
GetLayerByIndex(int index) |
Layer |
GetLayerByName(String layer_name) |
int |
GetLayerCount() |
String |
GetName() |
Layer |
GetPath(long nStartFID,
long nEndFID,
GraphAlgorithm eAlgorithm) |
Layer |
GetPath(long nStartFID,
long nEndFID,
GraphAlgorithm eAlgorithm,
Vector options) |
String |
GetProjection() |
String |
GetProjectionRef() |
int |
GetVersion() |
int |
hashCode() |
int |
RollbackTransaction() |
int |
StartTransaction() |
int |
StartTransaction(int force) |
boolean |
TestCapability(String cap) |