public final class GetSegmentDataRequest extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSegmentDataRequest.Builder
Builder class to create
GetSegmentDataRequest object. |
| Modifier and Type | Method and Description |
|---|---|
AngularUnit |
getAngularUnit()
Returns
AngularUnit for this request. |
String |
getDBResource()
Returns the Database resource for this request.
|
CoordSys |
getDestinationSrs()
Returns
CoordSys for this request. |
LinearUnit |
getDistanceUnit()
Returns
LinearUnit for this request. |
IPoint |
getPoint()
Returns the
IPoint associated with this request. |
SegmentGeometryStyle |
getSegmentGeometryStyle()
Returns
SegmentGeometryStyle for this request. |
String |
getSegmentId()
Returns the segment associated with this request.
|
TimeUnit |
getTimeUnit()
Returns
TimeUnit for this request. |
VelocityUnit |
getVelocityUnit()
Returns
VelocityUnit for this request. |
public IPoint getPoint()
IPoint associated with this request.IPoint - For which segment information will be fetched.public String getSegmentId()
public LinearUnit getDistanceUnit()
LinearUnit for this request.LinearUnitpublic VelocityUnit getVelocityUnit()
VelocityUnit for this request.VelocityUnitpublic AngularUnit getAngularUnit()
AngularUnit for this request.AngularUnitpublic String getDBResource()
public CoordSys getDestinationSrs()
CoordSys for this request.CoordSyspublic SegmentGeometryStyle getSegmentGeometryStyle()
SegmentGeometryStyle for this request.SegmentGeometryStyle