@AnyLogicInternalAPI public abstract class GISCurve extends AbstractNetworkCurve<GISMarkupSegment>
Constructor and Description |
---|
GISCurve() |
Modifier and Type | Method and Description |
---|---|
void |
lineTo(double lat,
double lon)
Adds line segment (available for markup elements created with no-argument constructor)
|
void |
lineTo(Point endPoint)
Adds line segment (available for markup elements created with no-argument constructor)
|
void |
startDrawing(double lat,
double lon)
Starts drawing (available for markup elements created with no-argument constructor)
|
void |
startDrawing(Point startPoint) |
containsSq, getNearestPoint, getNearestPointOnRay, isClosed
addSegment, getEndPoint, getPositionAtOffset, getSegment, getSegmentCount, getStartPoint, iterator, length, toString
public void lineTo(double lat, double lon)
public void startDrawing(double lat, double lon)
x
- the x coordinate of the first pointy
- the y coordinate of the first pointz
- the z coordinate of the first pointpublic void startDrawing(Point startPoint)
startDrawing
in class AbstractNetworkCurve<GISMarkupSegment>
public void lineTo(Point endPoint)
lineTo
in class AbstractNetworkCurve<GISMarkupSegment>
endPoint
- the segment end pointCopyright © AnyLogic North America, LLC. All Rights Reserved.