AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable

@AnyLogicInternalAPI
public class GISMarkupSegmentLineDescriptor
extends GISMarkupSegmentDescriptor
See Also:
Serialized Form

Field Summary

Fields inherited from class com.anylogic.engine.elements.GISMarkupSegmentDescriptor

eLat, eLon, length, sLat, sLon

Constructor Summary

ConstructorDescription
GISMarkupSegmentLineDescriptor(double slat, double slon, double elat, double elon, double length) 

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

GISMarkupSegmentLineDescriptor

public GISMarkupSegmentLineDescriptor(double slat,
 double slon,
 double elat,
 double elon,
 double length)