Class PolyLine
- java.lang.Object
-
- com.microstrategy.web.app.maps.shp.Shape
-
- com.microstrategy.web.app.maps.shp.PolyLine
-
public class PolyLine 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 PolyLine(Shape.TYPEEMUN type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[][][]
getPointsAs3DArray()
protected void
readRecordContent(java.nio.ByteBuffer bb)
-
Methods inherited from class com.microstrategy.web.app.maps.shp.Shape
getBoundingBox, getMeasureRange, getMeasureValues, getNumberOfParts, getNumberOfPoints, getPoints, getRecordCount, getShapeType, read, readRecordHeader
-
-
-
-
Constructor Detail
-
PolyLine
public PolyLine(Shape.TYPEEMUN type)
-
-
Method Detail
-
readRecordContent
protected void readRecordContent(java.nio.ByteBuffer bb)
- Specified by:
readRecordContent
in classShape
-
getPointsAs3DArray
public double[][][] getPointsAs3DArray()
-
-