Class Hoja

java.lang.Object
org.gvsig.dxf.geo.cover.Hoja
All Implemented Interfaces:
Projected

public class Hoja extends Object implements Projected
Author:
Luis W. Sevilla invalid input: '<'sevilla_lui@gva.es>
  • Constructor Details

  • Method Details

    • getProjection

      public org.gvsig.crs.projection.lib.Projection getProjection()
      Description copied from interface: Projected

      Returns the current projection.

      Specified by:
      getProjection in interface Projected
      Returns:
      current projection
      See Also:
    • setProjection

      public void setProjection(org.gvsig.crs.projection.lib.Projection p)
    • reProject

      public void reProject(org.gvsig.crs.projection.lib.CoordinateTransformation rp)
      Description copied from interface: Projected

      Changes projection of the graphical information of this object.

      Specified by:
      reProject in interface Projected
      Parameters:
      rp - transformation coordinates for obtaining the new projection
      See Also:
    • getTL

      public Point2D getTL()
    • setTL

      public void setTL(Point2D pt)
    • getTR

      public Point2D getTR()
    • setTR

      public void setTR(Point2D pt)
    • getBL

      public Point2D getBL()
    • setBL

      public void setBL(Point2D pt)
    • getBR

      public Point2D getBR()
    • setBR

      public void setBR(Point2D pt)
    • getExtent

      public Extent getExtent()
    • getCode

      public String getCode()
    • getName

      public String getName()
    • getVertex

      public Point2D[] getVertex()
    • toXml

      public void toXml(OutputStream os)
    • fromXml

      public void fromXml(InputStream is)