public class Point extends Geometry
| Constructor and Description |
|---|
Point(boolean hasZ,
boolean hasM,
double x,
double y)
Constructor
|
Point(double x,
double y)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getM()
Get m
|
double |
getX()
Get x
|
double |
getY()
Get y
|
Double |
getZ()
Get z
|
void |
setM(Double m)
Set m
|
void |
setX(double x)
Set x
|
void |
setY(double y)
Set y
|
void |
setZ(Double z)
Set z
|
getGeometryType, getWkbCode, hasM, hasZpublic Point(double x,
double y)
x - x coordinatey - y coordinatepublic Point(boolean hasZ,
boolean hasM,
double x,
double y)
hasZ - has zhasM - has mx - x coordinatey - y coordinatepublic double getX()
public void setX(double x)
x - x coordinatepublic double getY()
public void setY(double y)
y - y coordinatepublic Double getZ()
public void setZ(Double z)
z - z coordinatepublic Double getM()
public void setM(Double m)
m - m coordinateCopyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.