Uses of Interface
org.gvsig.fmap.mapcontrol.tools.Listeners.PolylineListener

Packages that use PolylineListener
org.gvsig.fmap.mapcontrol.tools   
org.gvsig.fmap.mapcontrol.tools.Behavior   
 

Uses of PolylineListener in org.gvsig.fmap.mapcontrol.tools
 

Classes in org.gvsig.fmap.mapcontrol.tools that implement PolylineListener
 class AreaListenerImpl
          Listener for calculating the area of a polygon, defined in the associated MapControl object.
 class MeasureListenerImpl
          Listener for calculating the length of the segments of a polyline, defined in the associated MapControl object.
 class PolygonSelectionListener
          Listener that selects all features of the active and vector layers which intersect with the defined polygon area in the associated MapControl object.
 

Uses of PolylineListener in org.gvsig.fmap.mapcontrol.tools.Behavior
 

Fields in org.gvsig.fmap.mapcontrol.tools.Behavior declared as PolylineListener
protected  PolylineListener PolylineBehavior.listener
          Tool listener used to work with the MapControl object.
 

Constructors in org.gvsig.fmap.mapcontrol.tools.Behavior with parameters of type PolylineListener
PolygonBehavior(PolylineListener ali)
          Creates a new behavior for drawing a polygon by its vertexes.
PolylineBehavior(PolylineListener mli)
          Creates a new behavior for drawing a polyline by its vertexes.
 



Copyright © 2014 gvSIG Association. All Rights Reserved.