JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Spatial and Graph Java API Reference
12
c
Release 1 (12.1)
E50631-02
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
oracle.spatial.network
Interface LinkCostFunction
public interface
LinkCostFunction
User defined link cost interface
Method Summary
Methods
Modifier and Type
Method and Description
double
getCost
(
Link
link)
returns the user defined link cost function This function overrides getCost() method of Link Objects.
Method Detail
getCost
double getCost(
Link
link)
returns the user defined link cost function This function overrides getCost() method of Link Objects. It does not change the cost stored in Link objects
Parameters:
link
- target link
Returns:
link cost
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Spatial and Graph Java API Reference
12
c
Release 1 (12.1)
E50631-02
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2007, 2014, Oracle and/or its affiliates. All Rights Reserved.