public class

Polygon

extends Shape
java.lang.Object
   ↳ com.microstrategy.web.app.maps.shp.Shape
     ↳ com.microstrategy.web.app.maps.shp.Polygon

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.maps.shp.Shape
Public Constructors
Polygon(Shape.TYPEEMUN type)
Public Methods
double[][] getBoundingBox()
double[] getMeasureRange()
double[] getMeasureValues()
int getNumberOfParts()
int getNumberOfPoints()
double[][] getPoints()
double[][][] getPointsTo3DArray()
String getString()
Protected Methods
void readRecordContent(ByteBuffer bb)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.maps.shp.Shape
From class java.lang.Object

Public Constructors

public Polygon (Shape.TYPEEMUN type)

Public Methods

public double[][] getBoundingBox ()

public double[] getMeasureRange ()

public double[] getMeasureValues ()

public int getNumberOfParts ()

public int getNumberOfPoints ()

public double[][] getPoints ()

public double[][][] getPointsTo3DArray ()

public String getString ()

Protected Methods

protected void readRecordContent (ByteBuffer bb)