Class Polygon
- java.lang.Object
 - 
- com.microstrategy.web.app.maps.shp.Shape
 - 
- com.microstrategy.web.app.maps.shp.Polygon
 
 
 
- 
public class Polygon extends Shape
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.microstrategy.web.app.maps.shp.Shape
Shape.TYPEEMUN 
 - 
 
- 
Field Summary
- 
Fields inherited from class com.microstrategy.web.app.maps.shp.Shape
__parts, bbox, contentLength, end, length, mValues, numberOfParts, numberOfPoints, parts, range, recordCount, shapeType, start, type, xyzPoints 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Polygon(Shape.TYPEEMUN type) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[][]getBoundingBox()double[]getMeasureRange()double[]getMeasureValues()intgetNumberOfParts()intgetNumberOfPoints()double[][]getPoints()double[][][]getPointsTo3DArray()java.lang.StringgetString()protected voidreadRecordContent(java.nio.ByteBuffer bb)- 
Methods inherited from class com.microstrategy.web.app.maps.shp.Shape
getRecordCount, getShapeType, read, readRecordHeader 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Polygon
public Polygon(Shape.TYPEEMUN type)
 
 - 
 
- 
Method Detail
- 
readRecordContent
protected void readRecordContent(java.nio.ByteBuffer bb)
- Specified by:
 readRecordContentin classShape
 
- 
getBoundingBox
public double[][] getBoundingBox()
- Overrides:
 getBoundingBoxin classShape
 
- 
getMeasureRange
public double[] getMeasureRange()
- Overrides:
 getMeasureRangein classShape
 
- 
getNumberOfPoints
public int getNumberOfPoints()
- Overrides:
 getNumberOfPointsin classShape
 
- 
getNumberOfParts
public int getNumberOfParts()
- Overrides:
 getNumberOfPartsin classShape
 
- 
getPointsTo3DArray
public double[][][] getPointsTo3DArray()
 
- 
getMeasureValues
public double[] getMeasureValues()
- Overrides:
 getMeasureValuesin classShape
 
- 
getString
public java.lang.String getString()
 
 - 
 
 -