Interface EllipseTypeGeometry

All Superinterfaces:
Cloneable, Geometry, Serializable
All Known Implementing Classes:
Ellipse

public interface EllipseTypeGeometry extends Geometry
  • Method Details

    • ellipseIterator

      EllipseGeometryIterator ellipseIterator()
    • area

      double area()
      Description copied from interface: Geometry
      Returns the geometry area. If the geometry is not a surface, then 0 shall be returned.
      Specified by:
      area in interface Geometry
      Returns:
      the geometry area.
    • centroid

      Point centroid()
    • pointOnSurface

      Point pointOnSurface()