AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable

@AnyLogicInternalAPI
public class GISPointDescriptor
extends GISMarkupDescriptor
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
GISPointDescriptor(Long id, String name, String address, String clazz, String type, double latitide, double longitude) 

Method Summary

Modifier and TypeMethodDescription
doublegetLatitude() 
doublegetLongitude() 

Methods inherited from class com.anylogic.engine.gis.GISMarkupDescriptor

getAddress, getClazz, getId, getName, getType

Methods inherited from class java.lang.Object

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

Constructor Details

GISPointDescriptor

public GISPointDescriptor(Long id,
 String name,
 String address,
 String clazz,
 String type,
 double latitide,
 double longitude)

Method Details

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()