Class AbstractMultiCurve

All Implemented Interfaces:
Shape, Serializable, Cloneable, Comparable, Iterable<org.gvsig.fmap.geom.Geometry>, org.gvsig.fmap.geom.aggregate.Aggregate, org.gvsig.fmap.geom.aggregate.MultiCurve, org.gvsig.fmap.geom.aggregate.MultiPrimitive, org.gvsig.fmap.geom.Geometry, GeometryJTS, org.gvsig.tools.util.GetItem<org.gvsig.fmap.geom.Geometry>, org.gvsig.tools.util.IsEmpty, org.gvsig.tools.util.Size
Direct Known Subclasses:
AbstractMultiLine, DefaultMultiCurve

public abstract class AbstractMultiCurve extends AbstractMultiPrimitive implements org.gvsig.fmap.geom.aggregate.MultiCurve
Author:
fdiaz
See Also:
  • Constructor Details

    • AbstractMultiCurve

      public AbstractMultiCurve(int type, int subtype)
      Parameters:
      subtype -
      multiline -
    • AbstractMultiCurve

      public AbstractMultiCurve(int subtype)
      Parameters:
      type -
  • Method Details

    • getCurveAt

      public org.gvsig.fmap.geom.primitive.Curve getCurveAt(int index)
      Specified by:
      getCurveAt in interface org.gvsig.fmap.geom.aggregate.MultiCurve
    • addCurve

      public void addCurve(org.gvsig.fmap.geom.primitive.Curve curve)
      Specified by:
      addCurve in interface org.gvsig.fmap.geom.aggregate.MultiCurve
    • getPathIterator

      public PathIterator getPathIterator(AffineTransform at)
      Specified by:
      getPathIterator in interface org.gvsig.fmap.geom.Geometry
      Specified by:
      getPathIterator in interface Shape
    • getPathIterator

      public PathIterator getPathIterator(AffineTransform at, double flatness)
      Specified by:
      getPathIterator in interface org.gvsig.fmap.geom.Geometry
      Specified by:
      getPathIterator in interface Shape
    • getGeneralPath

      public org.gvsig.fmap.geom.primitive.GeneralPathX getGeneralPath()
      Specified by:
      getGeneralPath in interface org.gvsig.fmap.geom.Geometry
    • dissolve

      public org.gvsig.fmap.geom.Geometry dissolve()
      Specified by:
      dissolve in interface org.gvsig.fmap.geom.aggregate.MultiCurve