public class ShpPointM extends java.lang.Object implements ShpPointShape
Copyright 2006-2007 Partner Software, Inc.
| Constructor and Description |
|---|
ShpPointM(double x,
double y) |
ShpPointM(double x,
double y,
double m) |
ShpPointM(ShapeByteReader reader) |
ShpPointM(XyPoint point) |
ShpPointM(XyPoint point,
double m) |
| Modifier and Type | Method and Description |
|---|---|
double |
getM() |
ShapeType |
getType()
Returns the type for this shape.
|
double |
getX() |
double |
getY() |
XyPoint |
toXyPoint() |
void |
writeBytes(ShapeByteWriter writer)
Writes this shape, in binary format, to the given output.
|
public ShpPointM(XyPoint point)
public ShpPointM(XyPoint point, double m)
public ShpPointM(double x,
double y)
public ShpPointM(double x,
double y,
double m)
public ShpPointM(ShapeByteReader reader)
public XyPoint toXyPoint()
toXyPoint in interface ShpPointShapepublic ShapeType getType()
ShpShapepublic void writeBytes(ShapeByteWriter writer)
ShpShapewriteBytes in interface ShpShapepublic double getX()
getX in interface ShpPointShapepublic double getY()
getY in interface ShpPointShapepublic double getM()