|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.geometry.projections.NullProjection
public class NullProjection
| Constructor Summary | |
|---|---|
NullProjection()
|
|
| Method Summary | |
|---|---|
DoublePoint |
project(double longitude,
double latitude)
Project from latlong to xy. |
DoublePoint |
reverse(double x,
double y)
Reverse project from xy to latlong. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullProjection()
| Method Detail |
|---|
public DoublePoint project(double longitude,
double latitude)
Projection
project in interface Projection
public DoublePoint reverse(double x,
double y)
Projection
reverse in interface Projection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||