public interface FeatureElement
extends java.lang.Cloneable
Modifier and Type | Interface and Description |
---|---|
static class |
FeatureElement.FeatureElementType
A list of valid feature element types.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Support cloneable
|
double |
getEndPercentage()
Returns the end percentage of the feature element.
|
long |
getLinkId()
Returns the ID of the link on which the feature element is defined.
|
long |
getNodeId()
Returns the ID of the node on which the feature element is defined.
|
double |
getStartPercentage()
Returns the start percentage of the feature element.
|
FeatureElement.FeatureElementType |
getType()
Returns the type of the feature element.
|
FeatureElement.FeatureElementType getType()
long getLinkId()
long getNodeId()
double getStartPercentage()
double getEndPercentage()
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException