public class

ArbitraryLocation

extends Object
java.lang.Object
   ↳ com.mapsted.ui.map.arbitrary_location.ArbitraryLocation

Summary

Nested Classes
class ArbitraryLocation.Shape  
Fields
public String name
public ArbitraryLocation.Shape shape
Public Constructors
ArbitraryLocation(List<Integer> zone, ArbitraryLocation.Shape shape, String name)
Public Methods
static Zone convertToZone(List<Integer> zoneArray)
ArbitraryLocation.Shape getShape()
Zone getZone()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String name

Public Constructors

public ArbitraryLocation (List<Integer> zone, ArbitraryLocation.Shape shape, String name)

Public Methods

public static Zone convertToZone (List<Integer> zoneArray)

public ArbitraryLocation.Shape getShape ()

public Zone getZone ()

public String toString ()