Klasse CurvePolygon

Alle implementierten Schnittstellen:
LineBasedGeometry, Serializable, Iterable<Curve>

@NonNullByDefault public class CurvePolygon extends PolygonBase<Curve>
A CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings. The difference is that a ring can take the form of a circular string, linear string or compound string.
Autor:
Sebastian Baumhekel
Siehe auch:
  • Felddetails

    • TYPE

      public static final int TYPE
      The OGIS geometry type number for polygons with curved segments.
      Siehe auch:
  • Konstruktordetails

    • CurvePolygon

      public CurvePolygon()
      Constructs an instance.
    • CurvePolygon

      public CurvePolygon(Curve lsOuterRing)
      Constructs an instance.
      Parameter:
      lsOuterRing - outer ring
    • CurvePolygon

      public CurvePolygon(Iterable<? extends Curve> rings)
      Constructs an instance.
      Parameter:
      rings - rings (first one will be the outer ring)