es.uji.lsi.wcs.XmlWcsParsing
Class GMLEnvelopeWithTimePeriod

java.lang.Object
  extended byes.uji.lsi.wcs.XmlWcsParsing.GMLEnvelopeWithTimePeriod

public class GMLEnvelopeWithTimePeriod
extends java.lang.Object

Author:
jaume

Constructor Summary
GMLEnvelopeWithTimePeriod(XMLNode node)
          Creates a new instance of LonLatEnvelope
 
Method Summary
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 java.lang.String getSRSName()
           
 void setGmlPos(int index, XMLNode node)
           
 void setGmlTimePosition(int index, XMLNode node)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMLEnvelopeWithTimePeriod

public GMLEnvelopeWithTimePeriod(XMLNode node)
Creates a new instance of LonLatEnvelope

Method Detail

setGmlPos

public void setGmlPos(int index,
                      XMLNode node)

setGmlTimePosition

public void setGmlTimePosition(int index,
                               XMLNode node)

getMinX

public double getMinX()

getMinY

public double getMinY()

getMaxX

public double getMaxX()

getMaxY

public double getMaxY()

getSRSName

public java.lang.String getSRSName()

toString

public java.lang.String toString()