Class PDFProfile

java.lang.Object
org.gvsig.fmap.dal.feature.AbstractDataProfile
org.gvsig.pdf.lib.impl.PDFProfile
All Implemented Interfaces:
org.gvsig.fmap.dal.feature.DataProfile

public class PDFProfile extends org.gvsig.fmap.dal.feature.AbstractDataProfile
  • Field Summary

    Fields inherited from class org.gvsig.fmap.dal.feature.AbstractDataProfile

    LOGGER
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    doCoerce(org.gvsig.tools.dataTypes.DataType dataType, Object data, org.gvsig.tools.dynobject.Tags tags)
     
    protected Object
    doCreateData(Object pdf, org.gvsig.tools.dynobject.Tags tags)
     

    Methods inherited from class org.gvsig.fmap.dal.feature.AbstractDataProfile

    coerce, createData, getDataClass, getID, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • doCreateData

      protected Object doCreateData(Object pdf, org.gvsig.tools.dynobject.Tags tags)
      Overrides:
      doCreateData in class org.gvsig.fmap.dal.feature.AbstractDataProfile
    • doCoerce

      protected Object doCoerce(org.gvsig.tools.dataTypes.DataType dataType, Object data, org.gvsig.tools.dynobject.Tags tags) throws org.gvsig.tools.dataTypes.CoercionException
      Overrides:
      doCoerce in class org.gvsig.fmap.dal.feature.AbstractDataProfile
      Throws:
      org.gvsig.tools.dataTypes.CoercionException