Package org.gdal.gnm
Class Network
java.lang.Object
org.gdal.gdal.MajorObject
org.gdal.gnm.Network
-
Method Summary
Modifier and TypeMethodDescriptionintCreateLayer(String name) CreateLayer(String name, SpatialReference srs) CreateLayer(String name, SpatialReference srs, int geom_type) CreateLayer(String name, SpatialReference srs, int geom_type, Vector options) voiddelete()intDeleteLayer(int index) booleanGetFeatureByGlobalFID(long GFID) GetLayerByIndex(int index) GetLayerByName(String layer_name) intGetName()GetPath(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm) GetPath(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm, Vector options) intinthashCode()intintintStartTransaction(int force) booleanTestCapability(String cap) Methods inherited from class org.gdal.gdal.MajorObject
GetDescription, GetMetadata_Dict, GetMetadata_Dict, GetMetadata_List, GetMetadata_List, GetMetadataDomainList, GetMetadataItem, GetMetadataItem, SetDescription, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadata, SetMetadataItem, SetMetadataItem
-
Method Details
-
delete
public void delete()- Overrides:
deletein classMajorObject
-
equals
-
hashCode
-
GetVersion
public int GetVersion() -
GetName
-
GetFeatureByGlobalFID
-
GetPath
-
GetPath
-
DisconnectAll
-
GetProjection
-
GetProjectionRef
-
GetFileList
-
CreateLayer
-
CreateLayer
-
CreateLayer
-
CreateLayer
-
CopyLayer
-
CopyLayer
-
DeleteLayer
public int DeleteLayer(int index) -
GetLayerCount
public int GetLayerCount() -
GetLayerByIndex
-
GetLayerByName
-
TestCapability
-
StartTransaction
public int StartTransaction(int force) -
StartTransaction
public int StartTransaction() -
CommitTransaction
public int CommitTransaction() -
RollbackTransaction
public int RollbackTransaction()
-