Package org.gdal.gnm
Class GenericNetwork
java.lang.Object
org.gdal.gdal.MajorObject
org.gdal.gnm.Network
org.gdal.gnm.GenericNetwork
public class GenericNetwork extends Network
-
Method Summary
Modifier and Type Method Description intChangeAllBlockState()intChangeAllBlockState(boolean bIsBlock)intChangeBlockState(long nFID, boolean bIsBlock)intConnectFeatures(long nSrcFID, long nTgtFID, long nConFID, double dfCost, double dfInvCost, int eDir)intConnectPointsByLines(java.util.Vector papszLayerList, double dfTolerance, double dfCost, double dfInvCost, int eDir)intCreateRule(java.lang.String pszRuleStr)voiddelete()intDeleteAllRules()intDeleteRule(java.lang.String pszRuleStr)intDisconnectFeatures(long nSrcFID, long nTgtFID, long nConFID)intDisconnectFeaturesWithId(long nFID)booleanequals(java.lang.Object obj)java.util.VectorGetRules()inthashCode()intReconnectFeatures(long nSrcFID, long nTgtFID, long nConFID, double dfCost, double dfInvCost, int eDir)Methods inherited from class org.gdal.gnm.Network
CommitTransaction, CopyLayer, CopyLayer, CreateLayer, CreateLayer, CreateLayer, CreateLayer, DeleteLayer, DisconnectAll, GetFeatureByGlobalFID, GetFileList, GetLayerByIndex, GetLayerByName, GetLayerCount, GetName, GetPath, GetPath, GetProjection, GetProjectionRef, GetVersion, RollbackTransaction, StartTransaction, StartTransaction, TestCapabilityMethods 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() -
equals
public boolean equals(java.lang.Object obj) -
hashCode
public int hashCode() -
ConnectFeatures
public int ConnectFeatures(long nSrcFID, long nTgtFID, long nConFID, double dfCost, double dfInvCost, int eDir) -
DisconnectFeatures
public int DisconnectFeatures(long nSrcFID, long nTgtFID, long nConFID) -
DisconnectFeaturesWithId
public int DisconnectFeaturesWithId(long nFID) -
ReconnectFeatures
public int ReconnectFeatures(long nSrcFID, long nTgtFID, long nConFID, double dfCost, double dfInvCost, int eDir) -
CreateRule
public int CreateRule(java.lang.String pszRuleStr) -
DeleteAllRules
public int DeleteAllRules() -
DeleteRule
public int DeleteRule(java.lang.String pszRuleStr) -
GetRules
public java.util.Vector GetRules() -
ConnectPointsByLines
public int ConnectPointsByLines(java.util.Vector papszLayerList, double dfTolerance, double dfCost, double dfInvCost, int eDir) -
ChangeBlockState
public int ChangeBlockState(long nFID, boolean bIsBlock) -
ChangeAllBlockState
public int ChangeAllBlockState(boolean bIsBlock) -
ChangeAllBlockState
public int ChangeAllBlockState()
-