|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.shapefile.SdePoint
public class SdePoint
An (x, y) point in an ArcSDE geometry shape.
Points in ESRI ArcSDE are stored in scaled relative coordinates as integers to improve precision over floating-point representations.
ArcSDE v9.2 and later support 8-byte integers, so we use Java longs.
Copyright 2007 Partner Software, Inc.
| Constructor Summary | |
|---|---|
SdePoint(long x,
long y)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object nother)
|
long |
getX()
|
long |
getY()
|
java.lang.String |
toString()
|
XyPoint |
toXyPoint()
Convert the result directly to an XyPoint representation. |
XyPoint |
toXyPoint(double falseOriginX,
double falseOriginY,
double scale)
Convert the result to an XyPoint representation using the given spatial-reference parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SdePoint(long x,
long y)
| Method Detail |
|---|
public XyPoint toXyPoint()
public XyPoint toXyPoint(double falseOriginX,
double falseOriginY,
double scale)
public boolean equals(java.lang.Object nother)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic long getX()
public long getY()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||