Package org.gdal.gnm

Class Network

Direct Known Subclasses:
GenericNetwork

public class Network extends MajorObject
  • Method Details

    • delete

      public void delete()
      Overrides:
      delete in class MajorObject
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • GetVersion

      public int GetVersion()
    • GetName

      public String GetName()
    • GetFeatureByGlobalFID

      public Feature GetFeatureByGlobalFID(long GFID)
    • GetPath

      public Layer GetPath(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm, Vector options)
    • GetPath

      public Layer GetPath(long nStartFID, long nEndFID, GraphAlgorithm eAlgorithm)
    • DisconnectAll

      public SWIGTYPE_p_CPLErr DisconnectAll()
    • GetProjection

      public String GetProjection()
    • GetProjectionRef

      public String GetProjectionRef()
    • GetFileList

      public Vector GetFileList()
    • CreateLayer

      public Layer CreateLayer(String name, SpatialReference srs, int geom_type, Vector options)
    • CreateLayer

      public Layer CreateLayer(String name, SpatialReference srs, int geom_type)
    • CreateLayer

      public Layer CreateLayer(String name, SpatialReference srs)
    • CreateLayer

      public Layer CreateLayer(String name)
    • CopyLayer

      public Layer CopyLayer(Layer src_layer, String new_name, Vector options)
    • CopyLayer

      public Layer CopyLayer(Layer src_layer, String new_name)
    • DeleteLayer

      public int DeleteLayer(int index)
    • GetLayerCount

      public int GetLayerCount()
    • GetLayerByIndex

      public Layer GetLayerByIndex(int index)
    • GetLayerByName

      public Layer GetLayerByName(String layer_name)
    • TestCapability

      public boolean TestCapability(String cap)
    • StartTransaction

      public int StartTransaction(int force)
    • StartTransaction

      public int StartTransaction()
    • CommitTransaction

      public int CommitTransaction()
    • RollbackTransaction

      public int RollbackTransaction()