public static class

MapOverlayResponseItem.Shape

extends Object
java.lang.Object
   ↳ com.mapsted.map.map_overlay.datasource.MapOverlayResponseItem.Shape

Summary

Fields
public String type
Public Constructors
Shape()
Public Methods
ArrayList<ArrayList<Double>> getAsLineString()
ArrayList<ArrayList<ArrayList<Double>>> getAsMultiLineString()
ArrayList<ArrayList<Double>> getAsMultiPoint()
ArrayList<ArrayList<ArrayList<ArrayList<Double>>>> getAsMultiPolygon()
ArrayList<Double> getAsPoint()
ArrayList<ArrayList<ArrayList<Double>>> getAsPolygon()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String type

Public Constructors

public Shape ()

Public Methods

public ArrayList<ArrayList<Double>> getAsLineString ()

public ArrayList<ArrayList<ArrayList<Double>>> getAsMultiLineString ()

public ArrayList<ArrayList<Double>> getAsMultiPoint ()

public ArrayList<ArrayList<ArrayList<ArrayList<Double>>>> getAsMultiPolygon ()

public ArrayList<Double> getAsPoint ()

public ArrayList<ArrayList<ArrayList<Double>>> getAsPolygon ()