public class DgnPoint extends Object
Represents point for DGN format
Constructor and Description |
---|
DgnPoint()
Initiailizes a new instance of the
DgnPoint class |
DgnPoint(double x,
double y)
Initiailizes a new instance of the
DgnPoint class |
DgnPoint(double x,
double y,
double z)
Initiailizes a new instance of the
DgnPoint class |
Modifier and Type | Method and Description |
---|---|
double |
getX()
Gets or sets X coordinate
|
double |
getY()
Gets or sets Y coordinate
|
double |
getZ()
Gets or sets Z coordinate
|
void |
setX(double value)
Gets or sets X coordinate
|
void |
setY(double value)
Gets or sets Y coordinate
|
void |
setZ(double value)
Gets or sets Z coordinate
|
public DgnPoint()
Initiailizes a new instance of the DgnPoint
class
public DgnPoint(double x, double y)
Initiailizes a new instance of the DgnPoint
class
x
- X coordinatey
- Y coordinatepublic DgnPoint(double x, double y, double z)
Initiailizes a new instance of the DgnPoint
class
x
- X coordinatey
- Y coordinatez
- Z coordinatepublic double getX()
Gets or sets X coordinate
public void setX(double value)
Gets or sets X coordinate
public double getY()
Gets or sets Y coordinate
public void setY(double value)
Gets or sets Y coordinate
public double getZ()
Gets or sets Z coordinate
public void setZ(double value)
Gets or sets Z coordinate