Package org.gvsig.fmap.mapcontext
Interface Projected
- All Known Subinterfaces:
FLayer,GraphicLayer,RasterLayer,SingleLayer,VectorLayer
- All Known Implementing Classes:
DefaultGraphicLayer,FLayers,FLyrDefault,FLyrVect,MapContext
public interface Projected
- Author:
- fdiaz
-
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.crs.projection.lib.ProjectionReturns the current projection.voidreProject(org.gvsig.crs.projection.lib.CoordinateTransformation ct) Changes projection of the graphical information of this object.
-
Method Details
-
getProjection
org.gvsig.crs.projection.lib.Projection getProjection()Returns the current projection.
- Returns:
- current projection
- See Also:
-
reProject
void reProject(org.gvsig.crs.projection.lib.CoordinateTransformation ct) Changes projection of the graphical information of this object.
- Parameters:
ct- transformation coordinates for obtaining the new projection- See Also:
-