Package org.gdal.gnm
Class Network
java.lang.Object
org.gdal.gdal.MajorObject
org.gdal.gnm.Network
- Direct Known Subclasses:
GenericNetwork
public class Network extends MajorObject
-
Method Summary
Modifier and Type Method Description intCommitTransaction()LayerCopyLayer(Layer src_layer, java.lang.String new_name)LayerCopyLayer(Layer src_layer, java.lang.String new_name, java.util.Vector options)LayerCreateLayer(java.lang.String name)LayerCreateLayer(java.lang.String name, SpatialReference srs)LayerCreateLayer(java.lang.String name, SpatialReference srs, int geom_type)LayerCreateLayer(java.lang.String name, SpatialReference srs, int geom_type, java.util.Vector options)voiddelete()intDeleteLayer(int index)intDisconnectAll()booleanequals(java.lang.Object obj)FeatureGetFeatureByGlobalFID(long GFID)java.util.VectorGetFileList()LayerGetLayerByIndex(int index)LayerGetLayerByName(java.lang.String layer_name)intGetLayerCount()java.lang.StringGetName()LayerGetPath(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm)LayerGetPath(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm, java.util.Vector options)java.lang.StringGetProjection()java.lang.StringGetProjectionRef()intGetVersion()inthashCode()intRollbackTransaction()intStartTransaction()intStartTransaction(int force)booleanTestCapability(java.lang.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, SetMetadataItemMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
delete
public void delete()- Overrides:
deletein classMajorObject
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
GetVersion
public int GetVersion() -
GetName
public java.lang.String GetName() -
GetFeatureByGlobalFID
-
GetPath
public Layer GetPath(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm, java.util.Vector options) -
GetPath
-
DisconnectAll
public int DisconnectAll() -
GetProjection
public java.lang.String GetProjection() -
GetProjectionRef
public java.lang.String GetProjectionRef() -
GetFileList
public java.util.Vector GetFileList() -
CreateLayer
public Layer CreateLayer(java.lang.String name, SpatialReference srs, int geom_type, java.util.Vector options) -
CreateLayer
-
CreateLayer
-
CreateLayer
-
CopyLayer
-
CopyLayer
-
DeleteLayer
public int DeleteLayer(int index) -
GetLayerCount
public int GetLayerCount() -
GetLayerByIndex
-
GetLayerByName
-
TestCapability
public boolean TestCapability(java.lang.String cap) -
StartTransaction
public int StartTransaction(int force) -
StartTransaction
public int StartTransaction() -
CommitTransaction
public int CommitTransaction() -
RollbackTransaction
public int RollbackTransaction()
-