AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GISMarkupSegmentLineDescriptor

@AnyLogicInternalAPI
public abstract class GISMarkupSegmentDescriptor
extends Object
implements Serializable
See Also:
Serialized Form

Field Summary

Modifier and TypeFieldDescription
final doubleeLat 
final doubleeLon 
final doublelength 
final doublesLat 
final doublesLon 

Constructor Summary

ConstructorDescription
GISMarkupSegmentDescriptor(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

Field Details

sLat

public final double sLat

sLon

public final double sLon

eLat

public final double eLat

eLon

public final double eLon

length

public final double length

Constructor Details

GISMarkupSegmentDescriptor

public GISMarkupSegmentDescriptor(double slat,
 double slon,
 double elat,
 double elon,
 double length)
Parameters:
slat -
slon -
elat -
elon -
length -