Class Site

java.lang.Object
nz.org.riskscape.oq.sitecol.Site

public class Site extends Object

Data held in the sitecol dataset

  • Field Details

    • latitude

      public final float latitude
    • longitude

      public final float longitude
    • siteId

      public final long siteId
  • Constructor Details

    • Site

      public Site(org.locationtech.jts.geom.Coordinate coordinate, long siteId)
    • Site

      public Site(float latitude, float longitude, long siteId)
  • Method Details

    • getCoordinate

      public org.locationtech.jts.geom.Coordinate getCoordinate()
    • getLatitude

      public float getLatitude()
    • getLongitude

      public float getLongitude()
    • getSiteId

      public long getSiteId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object