Package com.massifmaps.routing
Class RouteMatchingPointType
java.lang.Object
com.massifmaps.routing.RouteMatchingPointType
Route matching point type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe point was interpolated.static final intThe point was matched.static final intThe point was unmatched. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROUTE_MATCHING_POINT_UNMATCHED
public static final int ROUTE_MATCHING_POINT_UNMATCHEDThe point was unmatched.- See Also:
-
ROUTE_MATCHING_POINT_INTERPOLATED
public static final int ROUTE_MATCHING_POINT_INTERPOLATEDThe point was interpolated.- See Also:
-
ROUTE_MATCHING_POINT_MATCHED
public static final int ROUTE_MATCHING_POINT_MATCHEDThe point was matched.- See Also:
-
-
Constructor Details
-
RouteMatchingPointType
public RouteMatchingPointType()
-