Interface Extent

All Known Implementing Classes:
ExtentImpl

public interface Extent
An Extent gives feature/coverage/raster/matrix dimension extent.

  
  <xsd:element name="Extent">
      <xsd:annotation>
          <xsd:documentation>         An Extent gives
              feature/coverage/raster/matrix dimension extent.        </xsd:documentation>
      </xsd:annotation>
      <xsd:complexType>
          <xsd:sequence>
              <xsd:element ref="sld:Name"/>
              <xsd:element ref="sld:Value"/>
          </xsd:sequence>
      </xsd:complexType>
  </xsd:element>
  
  
Author:
Justin Deoliveira, The Open Planning Project
  • Method Details

    • getName

      String getName()
      Returns:
      The name of the extent.
    • setName

      void setName(String name)
      Parameters:
      name - Thw new name of the extent.
    • getValue

      String getValue()
      Returns:
      The value of the exent.
    • setValue

      void setValue(String value)
      Parameters:
      value - The new value of the exent.