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()
int
getNumberOfParts()
int
getNumberOfPoints()
double[][]
getPoints()
double[][][]
getPointsTo3DArray()
java.lang.String
getString()
protected void
readRecordContent(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:
readRecordContent
in classShape
-
getBoundingBox
public double[][] getBoundingBox()
- Overrides:
getBoundingBox
in classShape
-
getMeasureRange
public double[] getMeasureRange()
- Overrides:
getMeasureRange
in classShape
-
getNumberOfPoints
public int getNumberOfPoints()
- Overrides:
getNumberOfPoints
in classShape
-
getNumberOfParts
public int getNumberOfParts()
- Overrides:
getNumberOfParts
in classShape
-
getPointsTo3DArray
public double[][][] getPointsTo3DArray()
-
getMeasureValues
public double[] getMeasureValues()
- Overrides:
getMeasureValues
in classShape
-
getString
public java.lang.String getString()
-
-