com.ermapper.util
Class JNCSDatasetPoint

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

public class JNCSDatasetPoint
extends java.lang.Object

DESCRIPTION

Since:
ECW Java SDK 2.3

Field Summary
 int x
          The X location of the dataset point.
 int y
          The Y location of the world point.
 
Constructor Summary
JNCSDatasetPoint()
          Default constructor.
JNCSDatasetPoint(int nWorldX, int nWorldY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
The X location of the dataset point. The origin for ECW files is the top left corner.

y

public int y
The Y location of the world point. The origin for ECW files is the top left corner.
Constructor Detail

JNCSDatasetPoint

public JNCSDatasetPoint()
Default constructor.

JNCSDatasetPoint

public JNCSDatasetPoint(int nWorldX,
                        int nWorldY)