Interface DrawingStatus.Status

Enclosing interface:
DrawingStatus

public static interface DrawingStatus.Status
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.geom.Geometry
     
    org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol
     
     
    int
     
  • Method Details

    • getGeometry

      org.gvsig.fmap.geom.Geometry getGeometry()
    • getSymbol

      org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol getSymbol()
    • getText

      String getText()
    • getType

      int getType()