org.cresques.geo
Interface Projected

All Known Implementing Classes:
GeoPoint, Hoja, ProjPoint, UtmPoint, ViewPortData

public interface Projected

Projected should be implement by all objects that can be re-projected.

Author:
"Luis W. Sevilla" *

Method Summary
 IProjection getProjection()
          Returns the current projection.
 void reProject(ICoordTrans ct)
          Changes projection of the graphical information of this object.
 

Method Detail

getProjection

IProjection getProjection()

Returns the current projection.

Returns:
current projection
See Also:
reProject(ICoordTrans)

reProject

void reProject(ICoordTrans ct)

Changes projection of the graphical information of this object.

Parameters:
ct - transformation coordinates for obtaining the new projection
See Also:
getProjection()


Copyright © 2004-2013 gvSIG. All Rights Reserved.