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 Type
    Method
    Description
    org.gvsig.crs.projection.lib.Projection
    Returns the current projection.
    void
    reProject(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: