Interface Projected

All Known Subinterfaces:
DxfFile.EntityFactory, IObjList, IObjList.vector
All Known Implementing Classes:
DxfArc, DxfAttrib, DxfBlock, DxfCircle, DxfEllipse, DxfEntity, DxfEntityList, DxfEntityMaker, DxfFeatureMaker, DxfFile, DxfInsert, DxfLine, DxfLwPolyline, DxfPoint, DxfPolyline, DxfSolid, DxfSpline, DxfText, FeatureCollection, GeoFile, Geometry, Hoja, InsPoint, InsPoint3D, LineString, LineString3D, MultiGeometry, MultiPolygon, Point, Point3D, Polygon, Polygon3D, PxContour

public interface Projected

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

Author:
"Luis W. Sevilla" invalid input: '<'sevilla_lui@gva.es>*
  • 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: