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