Class LineGeometryImpl

java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Behavior.LineGeometryImpl
All Implemented Interfaces:
LineGeometry

public class LineGeometryImpl extends Object implements LineGeometry
Author:
omartinez
  • Constructor Details

    • LineGeometryImpl

      public LineGeometryImpl(double x0, double y0, double x1, double y1)
    • LineGeometryImpl

      public LineGeometryImpl(org.gvsig.fmap.geom.primitive.Point p0, org.gvsig.fmap.geom.primitive.Point p1)
  • Method Details