Class MapLimits

java.lang.Object
gov.nasa.gsfc.sscweb.schema.MapLimits

public class MapLimits extends Object
Map limit values for an SSC graphing request. <p>Java class for MapLimits complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="MapLimits"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MinLatitude" type="{http://www.w3.org/2001/XMLSchema}float"/> <element name="MaxLatitude" type="{http://www.w3.org/2001/XMLSchema}float"/> <element name="MinLongitude" type="{http://www.w3.org/2001/XMLSchema}float"/> <element name="MaxLongitude" type="{http://www.w3.org/2001/XMLSchema}float"/> </sequence> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

    • minLatitude

      protected float minLatitude
      Minimum Latitude value.
    • maxLatitude

      protected float maxLatitude
      Maximum Latitude value.
    • minLongitude

      protected float minLongitude
      Minimum Longitude value.
    • maxLongitude

      protected float maxLongitude
      Maximum Longitude value.
  • Constructor Details

    • MapLimits

      public MapLimits()
  • Method Details

    • getMinLatitude

      public float getMinLatitude()
      Minimum Latitude value.
    • setMinLatitude

      public void setMinLatitude(float value)
      Sets the value of the minLatitude property.
    • getMaxLatitude

      public float getMaxLatitude()
      Maximum Latitude value.
    • setMaxLatitude

      public void setMaxLatitude(float value)
      Sets the value of the maxLatitude property.
    • getMinLongitude

      public float getMinLongitude()
      Minimum Longitude value.
    • setMinLongitude

      public void setMinLongitude(float value)
      Sets the value of the minLongitude property.
    • getMaxLongitude

      public float getMaxLongitude()
      Maximum Longitude value.
    • setMaxLongitude

      public void setMaxLongitude(float value)
      Sets the value of the maxLongitude property.