Class Point
- java.lang.Object
 - 
- com.microstrategy.web.app.maps.shp.Shape
 - 
- com.microstrategy.web.app.maps.shp.Point
 
 
 
- 
public class Point 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 Point(Shape.TYPEEMUN shape_type) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMeasure()double[]getPoint()protected voidreadRecordContent(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
- 
Point
public Point(Shape.TYPEEMUN shape_type)
 
 - 
 
- 
Method Detail
- 
readRecordContent
protected void readRecordContent(java.nio.ByteBuffer bb)
- Specified by:
 readRecordContentin classShape
 
- 
getPoint
public double[] getPoint()
 
- 
getMeasure
public double getMeasure()
 
 - 
 
 -