AnyLogic
Expand
Font size
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GISMultiRegionDescriptor, GISPointDescriptor, GISRegionDescriptor

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

Constructor Summary

ConstructorDescription
GISMarkupDescriptor(Long id, String name, String address, String clazz, String type) 

Method Summary

Modifier and TypeMethodDescription
StringgetAddress() 
StringgetClazz() 
LonggetId() 
StringgetName() 
StringgetType() 

Methods inherited from class java.lang.Object

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

Constructor Details

GISMarkupDescriptor

public GISMarkupDescriptor(Long id,
 String name,
 String address,
 String clazz,
 String type)

Method Details

getId

public Long getId()

getName

public String getName()

getAddress

public String getAddress()

getClazz

public String getClazz()

getType

public String getType()