Class SelectGeoRegion


  • public class SelectGeoRegion
    extends Selector
    Implementation of a DQC select geo region.
    • Constructor Detail

      • SelectGeoRegion

        public SelectGeoRegion​(Location lowerLeft,
                               Location upperRight)
        Construct from fields in XML catalog.
        See Also:
        Selector
    • Method Detail

      • getLowerLeft

        public Location getLowerLeft()
      • getUpperRight

        public Location getUpperRight()
      • equals

        public boolean equals​(Object o)
        Description copied from class: Selector
        Instances which have same id are equal.
        Overrides:
        equals in class Selector
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class Selector