C  D  G  I 

C

CoordinateTransformer - Interface in de.topobyte.jgs.transform
A CoordinateTransformer maps from one coordinate space to another.

D

de.topobyte.jgs.transform - package de.topobyte.jgs.transform
 

G

getX(double) - Method in interface de .topobyte .jgs .transform . CoordinateTransformer
Convert a source x coordinate to a target x coordinate.
getX(double) - Method in class de .topobyte .jgs .transform . IdentityCoordinateTransformer
 
getY(double) - Method in interface de .topobyte .jgs .transform . CoordinateTransformer
Convert a source y coordinate to a target y coordinate.
getY(double) - Method in class de .topobyte .jgs .transform . IdentityCoordinateTransformer
 

I

IdentityCoordinateTransformer - Class in de.topobyte.jgs.transform
 
IdentityCoordinateTransformer() - Constructor for class de .topobyte .jgs .transform . IdentityCoordinateTransformer
 
C  D  G  I