com.ermapper.util
Class JNCSWorldPoint

java.lang.Object
  |
  +--com.ermapper.util.JNCSWorldPoint

public class JNCSWorldPoint
extends java.lang.Object

DESCRIPTION

Since:
ECW Java SDK 2.3

Field Summary
 double x
          The X location of the world point.
 double y
          The Y location of the world point.
 double z
          The Z location of the world point.
 
Constructor Summary
JNCSWorldPoint()
          Default constructor.
JNCSWorldPoint(double dWorldX, double dWorldY)
           
JNCSWorldPoint(double dWorldX, double dWorldY, double dWorldZ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x
The X location of the world point. Usually representative of a geographic coordinate system.

y

public double y
The Y location of the world point. Usually representative of a geographic coordinate system.

z

public double z
The Z location of the world point. Usually representative of a geographic coordinate system.
Constructor Detail

JNCSWorldPoint

public JNCSWorldPoint()
Default constructor.

JNCSWorldPoint

public JNCSWorldPoint(double dWorldX,
                      double dWorldY)

JNCSWorldPoint

public JNCSWorldPoint(double dWorldX,
                      double dWorldY,
                      double dWorldZ)