Class EnvelopeJTS

java.lang.Object
org.locationtech.jts.geom.Envelope
net.opengis.gml.v32.impl.EnvelopeJTS
All Implemented Interfaces:
Serializable, Comparable, Envelope

public class EnvelopeJTS extends org.locationtech.jts.geom.Envelope implements Envelope

Implementation of GML Envelope derived from JTS Envelope class.

Since:
Dec 23, 2014
See Also:
  • Field Details

    • srsName

      protected String srsName
    • srsDimension

      protected Integer srsDimension
    • axisLabels

      protected String[] axisLabels
    • uomLabels

      protected String[] uomLabels
  • Constructor Details

    • EnvelopeJTS

      public EnvelopeJTS()
  • Method Details

    • getLowerCorner

      public double[] getLowerCorner()
      Gets the lowerCorner property
      Specified by:
      getLowerCorner in interface Envelope
    • isSetLowerCorner

      public boolean isSetLowerCorner()
      Checks if lowerCorner is set
      Specified by:
      isSetLowerCorner in interface Envelope
    • setLowerCorner

      public void setLowerCorner(double[] lowerCorner)
      Sets the lowerCorner property
      Specified by:
      setLowerCorner in interface Envelope
    • getUpperCorner

      public double[] getUpperCorner()
      Gets the upperCorner property
      Specified by:
      getUpperCorner in interface Envelope
    • isSetUpperCorner

      public boolean isSetUpperCorner()
      Checks if upperCorner is set
      Specified by:
      isSetUpperCorner in interface Envelope
    • setUpperCorner

      public void setUpperCorner(double[] upperCorner)
      Sets the upperCorner property
      Specified by:
      setUpperCorner in interface Envelope
    • getSrsName

      public String getSrsName()
      Gets the srsName property
      Specified by:
      getSrsName in interface Envelope
    • isSetSrsName

      public boolean isSetSrsName()
      Checks if srsName is set
      Specified by:
      isSetSrsName in interface Envelope
    • setSrsName

      public void setSrsName(String srsName)
      Sets the srsName property
      Specified by:
      setSrsName in interface Envelope
    • getSrsDimension

      public int getSrsDimension()
      Gets the srsDimension property
      Specified by:
      getSrsDimension in interface Envelope
    • isSetSrsDimension

      public boolean isSetSrsDimension()
      Checks if srsDimension is set
      Specified by:
      isSetSrsDimension in interface Envelope
    • setSrsDimension

      public void setSrsDimension(int srsDimension)
      Sets the srsDimension property
      Specified by:
      setSrsDimension in interface Envelope
    • unSetSrsDimension

      public void unSetSrsDimension()
      Unsets the srsDimension property
      Specified by:
      unSetSrsDimension in interface Envelope
    • getAxisLabels

      public String[] getAxisLabels()
      Gets the axisLabels property
      Specified by:
      getAxisLabels in interface Envelope
    • isSetAxisLabels

      public boolean isSetAxisLabels()
      Checks if axisLabels is set
      Specified by:
      isSetAxisLabels in interface Envelope
    • setAxisLabels

      public void setAxisLabels(String[] axisLabels)
      Sets the axisLabels property
      Specified by:
      setAxisLabels in interface Envelope
    • getUomLabels

      public String[] getUomLabels()
      Gets the uomLabels property
      Specified by:
      getUomLabels in interface Envelope
    • isSetUomLabels

      public boolean isSetUomLabels()
      Checks if uomLabels is set
      Specified by:
      isSetUomLabels in interface Envelope
    • setUomLabels

      public void setUomLabels(String[] uomLabels)
      Sets the uomLabels property
      Specified by:
      setUomLabels in interface Envelope