Interface IPictureMarkerSymbol

All Superinterfaces:
org.gvsig.fmap.mapcontext.rendering.symbols.CartographicSupport, Cloneable, org.gvsig.tools.lang.Cloneable, IMarkerSymbol, IMarkerSymbol_v2, org.gvsig.fmap.mapcontext.rendering.symbols.IPrintable, org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol, org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol_v2, org.gvsig.tools.persistence.Persistent
All Known Subinterfaces:
IPictureLineSymbol

public interface IPictureMarkerSymbol extends IMarkerSymbol_v2
  • Method Details

    • setImage

      void setImage(URL imageUrl) throws IOException
      Sets the file for the image to be used as a marker symbol
      Parameters:
      imageUrl -
      Throws:
      IOException
    • setSelImage

      void setSelImage(URL imageFileUrl) throws IOException
      Sets the file for the image to be used as a marker symbol (when it is selected in the map)
      Parameters:
      imageFileUrl -
      Throws:
      IOException
    • getSource

      URL getSource()
      Returns the URL of the image that is used as a marker symbol
      Returns:
      imagePath,URL
    • getSelectedSource

      URL getSelectedSource()
      Returns the URL of the image that is used as a marker symbol (when it is selected in the map)
      Returns:
      selimagePath,URL