AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable

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

Constructor Summary

ConstructorDescription
GISRegionDescriptor(Long id, String name, String address, String clazz, String type, double[] coords) 

Method Summary

Modifier and TypeMethodDescription
double[]getCoords() 

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

GISRegionDescriptor

public GISRegionDescriptor(Long id,
 String name,
 String address,
 String clazz,
 String type,
 double[] coords)

Method Details

getCoords

public double[] getCoords()