|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapProjection
Defines the minimum behaviour of all map projection classes. Any map projection should be able to perform a forward and inverse transformation as well as provide a textual description of the projection type.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Should provide a general description of the transformation. |
processing.core.PVector |
invTransformCoords(processing.core.PVector p)
Should perform an inverse transform on the given coordinates. |
processing.core.PVector |
transformCoords(processing.core.PVector p)
Should perform a forward transform on the given coordinates. |
Method Detail |
---|
java.lang.String getDescription()
processing.core.PVector transformCoords(processing.core.PVector p)
p
- point location coordinates to transform.
processing.core.PVector invTransformCoords(processing.core.PVector p)
p
- point location coordinates to transform.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |