java.lang.Object | |
↳ | com.carto.routing.RouteMatchingEdge |
A class that defines a route matching result edge.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RouteMatchingEdge()
Constructs a new RouteMatchingEdge instance with no attributes.
| |||||||||||
RouteMatchingEdge(StringVariantMap attributes)
Constructs a new RouteMatchingEdge from an attributes map.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
containsAttribute(String name)
Returns true if edge contains the specified attribute.
| ||||||||||
synchronized void | delete() | ||||||||||
boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
Variant |
getAttribute(String name)
Returns the value of the specified attribute.
| ||||||||||
int |
hashCode()
Returns the hash value of this object.
| ||||||||||
String |
toString()
Creates a string representation of this object, useful for logging.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs a new RouteMatchingEdge instance with no attributes.
Constructs a new RouteMatchingEdge from an attributes map.
attributes | The attributes map. |
---|
Returns true if edge contains the specified attribute.
name | The name of the attribute to check. |
---|
Checks if this object is equal to the specified object.
obj | The reference object. |
---|
Returns the value of the specified attribute.
name | The name of the attribute to return. |
---|
Returns the hash value of this object.
Creates a string representation of this object, useful for logging.