Interface ResourceParameters

All Superinterfaces:
DataParameters, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson

public interface ResourceParameters extends DataParameters
Interface that contains any resource parameters. Each specific subtype of resource will extend this interface with its own relevant parameters.
  • Field Summary

    Fields inherited from interface org.gvsig.fmap.dal.DataParameters

    CRS_PARAMTER_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the type name of the related resource.

    Methods inherited from interface org.gvsig.fmap.dal.DataParameters

    clear, getCopy, toByteArray, toString, validate

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState

    Methods inherited from interface org.gvsig.json.SupportFromJson

    fromJson

    Methods inherited from interface org.gvsig.json.SupportToJson

    toJson, toJson, toJsonBuilder, toJsonBuilder
  • Method Details

    • getTypeName

      String getTypeName()
      Returns the type name of the related resource.
      Returns:
      type name of the resource.
    • getResurceID

      String getResurceID()