Package org.gdal.gnm
Class Network
java.lang.Object
org.gdal.gdal.MajorObject
org.gdal.gnm.Network
- Direct Known Subclasses:
GenericNetwork
-
Method Summary
Modifier and TypeMethodDescriptionint
CreateLayer
(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) void
delete()
int
DeleteLayer
(int index) int
boolean
GetFeatureByGlobalFID
(long GFID) GetLayerByIndex
(int index) GetLayerByName
(String layer_name) int
GetName()
GetPath
(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm) GetPath
(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm, Vector options) int
int
hashCode()
int
int
int
StartTransaction
(int force) boolean
TestCapability
(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:
delete
in classMajorObject
-
equals
-
hashCode
public int hashCode() -
GetVersion
public int GetVersion() -
GetName
-
GetFeatureByGlobalFID
-
GetPath
-
GetPath
-
DisconnectAll
public int 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()
-