Package com.anylogic.engine.elements
- java.lang.Object
-
- com.anylogic.engine.elements.GISMarkupSegmentDescriptor
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
GISMarkupSegmentLineDescriptor
@AnyLogicInternalAPI public abstract class GISMarkupSegmentDescriptor extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
double |
eLat |
|
double |
eLon |
|
double |
length |
|
double |
sLat |
|
double |
sLon |
|
Modifier and Type | Field | Description |
---|
GISMarkupSegmentDescriptor(double slat,
double slon,
double elat,
double elon,
double length) |
|
Constructor | Description |
---|
abstract GISMarkupSegment |
toSegment() |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final double sLat
public final double sLon
public final double eLat
public final double eLon
public final double length
public GISMarkupSegmentDescriptor(double slat, double slon, double elat, double elon, double length)
- Parameters:
slat
-slon
-elat
-elon
-length
-
public abstract GISMarkupSegment toSegment()
-
How can we improve this article?
-