Y. J. Chun a écrit :
> My understanding is.
> CoordinateSystem means x y relations.
> CoordinateReferenceSystem is CS with exact numbers.

Again I'm not sure what you mean.

CoordinateSystem said how the geometric properties (length, angle, etc.) are to 
be computed from coordinates. This is a mathematical concept not related to any 
particular material object (the Earth, Mars, a plane, etc.). In other words, we 
have no idea where the coordinate (0,0) is located in the real world.

CoordinateReferenceSystem is a CoordinateSystem attached to the Earth through a 
Datum. It defines where the coordinate (0,0) is located in the real world.


> so given lon/lat point,
> WGS84 CRS -> ProjectedCRS
> gives meters.
> this meter need to be affine transformed to be pixels.

Right.


> image pixel -- (AffineTransform) --> meters -- (inverse proj crs -> wgs crs) 
> --> lon/lat ?

Right.


> WGS83 CRS (which is lon/lat) --> projected crs (meters) --- (affine 
> transform) -->  screen pixels ?

Right.



> So my world2screen means lon/lat to pixel. Do you mean the same?
> It seems your world means meters (the result of projected crs conversion).

It depends what you call "world": the GeographicCRS or the ProjectedCRS.


> Another question arises. Is it better to use EngineeringCRS for this 
> specific screen crs?

No, I would rather suggest to keep going with DerivedCRS.

        Martin


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to