Class DiskUnion.Disk

java.lang.Object
com.github.micycle1.geoblitz.DiskUnion.Disk
Enclosing class:
DiskUnion

public static final class DiskUnion.Disk extends Object
Immutable disk definition used by this algorithm.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.locationtech.jts.geom.Coordinate
    Center coordinate (z ignored).
    final int
    Stable identifier for this disk.
    final double
    Radius.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.locationtech.jts.geom.Envelope
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      public final int id
      Stable identifier for this disk.
    • c

      public final org.locationtech.jts.geom.Coordinate c
      Center coordinate (z ignored).
    • r

      public final double r
      Radius.
  • Method Details

    • envelope

      public org.locationtech.jts.geom.Envelope envelope()